From owner-freebsd-questions Wed Apr 18 8:33:53 2001 Delivered-To: freebsd-questions@freebsd.org Received: from truemetal.org (truemetal.org [206.168.16.97]) by hub.freebsd.org (Postfix) with SMTP id 9C26837B423 for ; Wed, 18 Apr 2001 08:33:48 -0700 (PDT) (envelope-from universe@truemetal.org) Received: (qmail 13980 invoked by alias); 18 Apr 2001 15:29:48 -0000 Received: from unknown (HELO truemetal.org) (213.23.52.168) by truemetal.org with SMTP; 18 Apr 2001 15:29:48 -0000 Message-ID: <3ADDB321.666170CC@truemetal.org> Date: Wed, 18 Apr 2001 17:30:41 +0200 From: universe X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.3-RC i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: yet more PPPoE woes References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG remove the line "nat enable yes" from your ppp.conf and it will work. two (ppp nat + natd) natd services at the same time isn't a good idea. :) markus Luke Kearney wrote: > > Hi all, > still battling away trying to get my PPPoE working properly. I get the > message below everytime I try to connect. I don't really understand what it > means and I am praying that someone can tell me. > > Starting ppp as "root"Error: iface_inAdd: ioctl(SIOCAIFADDR): 10.0.0.1: File > exists > Warning: set ifaddr: Failed 4 > Error: iface_inAdd: ioctl(SIOCAIFADDR): 10.0.0.1: File exists > Warning: set ifaddr: Failed 4 > > # Enable network daemons for user convenience. > # -- sysinstall generated deltas -- # > ifconfig_vr0="UP" > hostname="mydomain.net" > linux_enable="YES" > sendmail_enable="YES" > moused_enable="YES" > ppp_enable="YES" > ppp_mode="DDIAL" > ppp_profile="default" > gateway_enable="YES" > natd_enable="YES" > natd_interface="vr0" > firewall_enable="YES" > firewall_type="open" > sshd_enable="YES" > inetd_enable="YES" > usbd_enable="YES" > bash-2.04# > > bash-2.04# cat ppp.conf > default: > set device PPPoE:vr0 > set log Phase Chat LCP IPCP CCP tun command > set dial > set login > set authname myusername@tkh.jpn@att.ne.jp > set authkey password > set mtu 740 > set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0 > add! default HISADDR # Add a (sticky) default route > enable dns # request DNS info (for resolv.conf) > nat enable yes > > The releavant files are as above. I cannot for the life of me work out why > this is being such a problem. When I had a ISDN connection I never really > suffered from these problems albeit that I used to establish the connection > manually :-) > > =================================================== > > Unix IS user friendly it's just particular about who its friends ARE > > ================================================== > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message