Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Aug 1996 22:42:41 -0700 (PDT)
From:      Doug White <dwhite@gdi.uoregon.edu>
To:        Richard Beyer <www@mnemosyne.muse.com.au>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Routing.
Message-ID:  <Pine.BSI.3.94.960806224131.224a-100000@gdi.uoregon.edu>
In-Reply-To: <Pine.BSF.3.91.960805111908.1666A-100000@mnemosyne.muse.com.au>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 5 Aug 1996, Richard Beyer wrote:

> 
> Warning! Newbie question.
> 
> I'm trying to change a static route through ppp to a route through an 
> ethernet.
> 
> Currently ppp.conf has 
> set ifaddr router.us.us.us router.them.them.them
> 
> sysconfig has
> ifconfig_tun0="inet router.us.us.us router.them.them.them netmask 
> 255.255.255.255"
> 
> Where do I go from here?

The tun0 ifconfig is extraneous.  ppp will do it for you.

All you really need to change is your default route, must likely.  

route delete default <ppp gateway>
route add default <ethernet gateway>

A listing of 'netstat -rn' would help me direct you.

Doug White                              | University of Oregon  
Internet:  dwhite@resnet.uoregon.edu    | Residence Networking Assistant
http://gladstone.uoregon.edu/~dwhite    | Computer Science Major




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSI.3.94.960806224131.224a-100000>