From owner-freebsd-questions Thu Feb 1 21:13:13 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA12687 for questions-outgoing; Thu, 1 Feb 1996 21:13:13 -0800 (PST) Received: from gdi.uoregon.edu (riley-net170-164.uoregon.edu [128.223.170.164]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id VAA12634 for ; Thu, 1 Feb 1996 21:12:59 -0800 (PST) Received: (from dwhite@localhost) by gdi.uoregon.edu (8.6.12/8.6.12) id VAA01488; Thu, 1 Feb 1996 21:10:03 -0800 Date: Thu, 1 Feb 1996 21:10:03 -0800 (PST) From: Doug White Reply-To: dwhite@resnet.uoregon.edu To: "Adam.Strohl." cc: questions@FreeBSD.org Subject: Re: Internet Setup In-Reply-To: <199602012151.QAA08795@dartvax.dartmouth.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.org Precedence: bulk On Thu, 1 Feb 1996, Adam.Strohl. wrote: > Hey! So far you guys have been great, and I want to thank you for helping me > get up > and running with FreeBSD. Its REALLY Cool. Anyway, I do have a question .... :) > How do I set up my machine to use a dialup ISP. I am not using a gateway, this > is > just my home machine. I can use the ppp program to dialup, but when I go to a > program like FTP, etc, it doesn't recognize that it has to rout all request > throigh > the ppp. I have experiece on how to set this up on windoze machines, and have > all > my ISP network info (DNS, IP, etc) I just dont know how to set these. Thanx in > advance, and keep up the good work !!! You need to manipulate your routing tables so that your computer knows to send the packets through the ppp line (tun0 interface). 1. su to root 2. netstat -rn to list current routes 3. delete any routes with destination "default" (iijppp shoud do this for you) 4. "route add default " where is the remote machine. Set your ISP's DNS in /etc/resolv.conf as "nameserver 123.123.123.123". Other than that, iijppp is pretty automatic. If this doesn't help let me know and I'll try to illustrate. Doug White | University of Oregon Internet: dwhite@gladstone.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major