From owner-freebsd-stable@FreeBSD.ORG Tue Oct 21 23:33:28 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C73516A4B3 for ; Tue, 21 Oct 2003 23:33:28 -0700 (PDT) Received: from ns.tagnet.ru (ns.tagnet.ru [80.78.104.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DFFC43FBD for ; Tue, 21 Oct 2003 23:33:27 -0700 (PDT) (envelope-from boris@tagnet.ru) Received: from dial-20.tagnet.ru ([80.78.104.20] helo=tagnet.ru) by ns.tagnet.ru with esmtp (Exim 4.24; FreeBSD 4.8) id 1ACCYf-000Aiv-38 for freebsd-stable@freebsd.org; Wed, 22 Oct 2003 12:33:25 +0600 Message-ID: <3F9624B3.4050307@tagnet.ru> Date: Wed, 22 Oct 2003 12:33:23 +0600 From: Boris Kovalenko User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031007 X-Accept-Language: ru, en-us, en MIME-Version: 1.0 To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Subject: ppp question X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Oct 2003 06:33:28 -0000 Hello! I'm using FreeBSD 5.1-p10 with pppoe and user-level ppp. And I see stranges lines in my messages file: ppp[17938]: tun3: Warning: iface add: ioctl(SIOCAIFADDR, xxx.xxx.xxx.38 -> 192.168.0.2): File exists My ppp.conf default: set log Phase Chat LCP IPCP CCP tun command ident user-ppp VERSION (built COMPILATIONDATE) # Ensure that "device" references the correct serial port # for your modem. (cuaa0 = COM1, cuaa1 = COM2) # set device /dev/cuaa1 set speed 115200 set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \ \"\" AT OK-AT-OK ATE1Q0 OK \\dATDT\\T TIMEOUT 40 CONNECT" set timeout 180 # 3 minute idle timer (the default) enable dns # request DNS info (for resolv.conf) papchap: # # edit the next three lines and replace the items in caps with # the values which have been assigned by your ISP. # set phone PHONE_NUM set authname USERNAME set authkey PASSWORD 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 pallada: enable pap disable chap allow mode direct set mru 1492 set mtu 1492 set speed sync set radius /etc/radius.conf set ifaddr 192.168.0.1 192.168.0.2-192.168.0.6 set dns xxx.xxx.xxx.38 enable dns accept dns set timeout 3600 enable lqr set lqrperiod 5 Running pppoed as /usr/libexec/pppoed -P /var/run/ppp-pal.pid -p pallada vlan1 There is no problems with same configuration on 4.8R What this messages means? Regards, Boris