From owner-freebsd-questions Thu Jan 4 14:08:01 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA09878 for questions-outgoing; Thu, 4 Jan 1996 14:08:01 -0800 (PST) Received: from rocky.sri.MT.net (rocky.sri.MT.net [204.182.243.10]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id OAA09861 for ; Thu, 4 Jan 1996 14:07:53 -0800 (PST) Received: (from nate@localhost) by rocky.sri.MT.net (8.6.12/8.6.12) id PAA02214; Thu, 4 Jan 1996 15:10:09 -0700 Date: Thu, 4 Jan 1996 15:10:09 -0700 From: Nate Williams Message-Id: <199601042210.PAA02214@rocky.sri.MT.net> To: jlrobins@zappa.cs.uncc.edu Cc: questions@freebsd.org Subject: Re: pppd only works right the first time :-( In-Reply-To: <9601042132.AA05294@zappa.cs.uncc.edu> References: <9601042132.AA05294@zappa.cs.uncc.edu> Sender: owner-questions@freebsd.org Precedence: bulk jlrobins@zappa.cs.uncc.edu writes: > Yet another PPP question -- 2.1-stable > > I have a site that I'm trying to set up as a one line PPP server using > pppd. It answers the telephone correctly for shell use. > > After a reboot, the first call is handled perfectly. It ifconfigs the > ppp0 interface, it adds the route, and then proxyarp's for the remote > machine. Cool Moe D. > > When the second call comes in, pppd gets started up and complains with > "ioctl(SIOCAIFADDR): Address already exists". No route entry is added. > No proxy arp is done. Person on the other end can't see anywhere. Hmm, this seems strange to me, since I've got a similar setup (but with multiple incoming lines and one outgoing line). I don't have the addresses hard-coded in my options file though. How long of a time exists between the time the first machine logs out and the second machine connects? It *could* be the arp bug I've posted about in the past, although I don't seen any errors. Is there anyway of connecting via a shell account in between and looking at the routing table? I've got a couple others ideas that might work, but let's try and track down the problem first. Nate