From owner-freebsd-questions Sat Feb 1 20:22:18 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA29338 for questions-outgoing; Sat, 1 Feb 1997 20:22:18 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id UAA29331 for ; Sat, 1 Feb 1997 20:21:59 -0800 (PST) Received: (from ianwynne@localhost) by godzilla.zeta.org.au (8.8.3/8.6.9) id PAA07743 for freebsd-questions@freebsd.org; Sun, 2 Feb 1997 15:17:11 +1100 Date: Sun, 2 Feb 1997 15:17:11 +1100 From: Ian Wynne Message-Id: <199702020417.PAA07743@godzilla.zeta.org.au> To: freebsd-questions@freebsd.org Subject: ppp Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hello People: I'm setting up user land ppp on my FreeBSD 2.1.5R machine. The ppp connection works fine, when I dial my ISP the ppp dials up and logs in nicely, and the ppp changes to PPP ON> showing the ppp interface is up. The problem I'm having is a routing problem. I don't have a proper ip number for my machine, so I've given it the number 10.0.0.2 in my /etc/hosts file. The following is a copy of my ppp.conf file, I've called my isp "z", z: set debug set phone xxxxxxx set redial 30 4 accept pap set login "TIMEOUT 5 ogin:-\\r-ogin: myname word: passwd ts> ppp" set timeout 0 set openmode active set ifaddr 0 0 The set ifaddr 0 0 allows my machine to have it's ip number allocated by the isp machine. I've looked through the ppp.log file and that works perfectly also. I have the following line in my /etc/sysconfig file; ifconfig_tun0="inet 10.0.0.2 203.2.228.19 netmask 0xffffff00" The problem occurs after I have made a successful connection, I can't ping my isp's machine. If I type netstat -r, netstat just hangs, the routing information is being clobbered somewhere. It's my guess that the routing information is being clobbered by the dynamic ip number allocation, however I can't think of a way to stop it. I've asked my isp to allocate two ip numbers to me permanently, however just at the moment he doesn't have the facilities to do that. Can somebody please give me some suggestions about what to do, or about what I might be doing wrong. Best regards, Ian Wynne