Subject: Re: NetBSD PPP routing
To: Victor Jimenez <vjimenez@awod.com>
From: Scott Reynolds <scottr@edsi.org>
List: port-mac68k
Date: 09/18/1995 20:54:48
On Mon, 18 Sep 1995, Victor Jimenez wrote:

> I (think) I have my ppp script running, but I need to know what routing do
> I need to add.

For routing, just add "defaultroute" to the options in the 
/etc/ppp/options file, or specify it on the command line.

To be able to telnet to a host by name, create /etc/resolv.conf (or add a 
line to it) that says

nameserver 1.2.3.4

substituting your provider's name server (DNS server) IP address for the 
"1.2.3.4".

--scott