From owner-freebsd-questions Sat Mar 22 06:48:23 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA26619 for questions-outgoing; Sat, 22 Mar 1997 06:48:23 -0800 (PST) Received: from onyx.interactive.net (root@onyx.interactive.net [208.192.224.6]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id GAA26614 for ; Sat, 22 Mar 1997 06:48:20 -0800 (PST) Received: from luddite.org (host019.madison.interactive.net [208.192.224.119]) by onyx.interactive.net (8.8.5/8.8.4) with ESMTP id JAA01086; Sat, 22 Mar 1997 09:48:14 -0500 (EST) Received: (from sachs@localhost) by luddite.org (8.8.3/8.8.3) id JAA00272; Sat, 22 Mar 1997 09:56:54 -0500 (EST) To: questions@FreeBSD.org Cc: Daniel Duerr Subject: Re: PPP dial-on-demand question References: X-Face: 6!-I&o^[[HP+0~O~}d2Zf@Pbof:|>j5^*W$QOR"&)JYcHT.@-"AhAXLg3vioV79Ri3JMp/a e3QD@Z$1Ot@'j1/A Mime-Version: 1.0 (generated by tm-edit 7.101) Content-Type: text/plain; charset=US-ASCII From: Jay Sachs Date: 22 Mar 1997 09:56:53 -0500 In-Reply-To: Andrew Perry's message of Fri, 21 Mar 1997 19:42:19 +1000 (EST) Message-ID: <87pvwsasay.fsf@luddite.org> Lines: 34 X-Mailer: Gnus v5.4.33/XEmacs 19.14 Sender: owner-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Andrew Perry writes: > also, i've tried shelling out of ppp, usually the connection hangs for me > too, this may mean that when you shell out of ppp that it no longer works > (open to suggestions though). This is true. The '!' shell suspends ppp, which most likely isn't what you want. Instead, try another virtual terminal, a new xterm, or you can do a quick ^Z / bg %ppp combination. > On Thu, 20 Mar 1997, Daniel Duerr wrote: > > I just started setting up FreeBSD on a ISDN 128k PPP dial-on-demand > > connection. I am having a little problem. Whenever I use 'ppp' and dial > > up to my provider, it either connects and then hangs up about 30 seconds > > later or I use the '!' key to shell out of PPP and try using ftp or > > telnet to connect out of my server which tells me 'xx.xx.xx: unknown > > host'. (xx.xx.xx being the name of the server I am trying to get out to) > > > > Obviously, there is something going on with my DNS. What should I do to > > fix this problem? Any ideas would be appreciated... > > Make sure you have the lines ondemand: delete ALL add 0 0 HISADDR in /etc/ppp/ppp.linkup (replace "ondemand" with the name of the ppp entry you actually use) and make sure /etc/resolv.conf has the proper entries for your nameserver(s). -jay