From owner-freebsd-current@FreeBSD.ORG Fri Apr 18 17:29:35 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11B5E37B401; Fri, 18 Apr 2003 17:29:35 -0700 (PDT) Received: from h14n2fls34o809.telia.com (h190n1fls34o809.telia.com [213.67.96.190]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A65B43FCB; Fri, 18 Apr 2003 17:29:33 -0700 (PDT) (envelope-from pawel.worach@telia.com) Received: from corona (corona.sajd.net [192.168.1.20])h3J0TUg01299; Sat, 19 Apr 2003 02:29:31 +0200 (MEST) From: "Pawel Worach" To: Date: Sat, 19 Apr 2003 02:29:30 +0200 Message-ID: <000001c3060a$becab0a0$1401a8c0@corona> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4510 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 cc: current@FreeBSD.org Subject: rc.d networking changes broken X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Apr 2003 00:29:35 -0000 Hi! With the latest rc.d checkin the netif(?) script is executed twice and that makes the default route go away. Any ideas? Regards Pawel nework related rc.conf stuff: ifconfig_fxp0="inet 192.168.1.11 netmask 0xffffff00 link0" ifconfig_fxp1="inet 192.168.254.1 netmask 0xffffff00 link0" defaultrouter="192.168.1.10" gateway_enable="YES" ipv6_enable="YES" boot log: Setting hostname: darkstar. fxp0: Microcode loaded, int_delay: 1000 usec bundle_max: 6 fxp0: Microcode loaded, int_delay: 1000 usec bundle_max: 6 fxp1: Microcode loaded, int_delay: 1000 usec bundle_max: 6 fxp1: Microcode loaded, int_delay: 1000 usec bundle_max: 6 fxp0: flags=9843 mtu 1500 inet 192.168.1.11 netmask 0xffffff00 broadcast 192.168.1.255 inet6 fe80::290:27ff:fe8c:1e2c%fxp0 prefixlen 64 tentative scopeid 0x1 ether 00:90:27:8c:1e:2c media: Ethernet autoselect (100baseTX ) status: active fxp1: flags=9843 mtu 1500 inet 192.168.254.1 netmask 0xffffff00 broadcast 192.168.254.255 inet6 fe80::290:27ff:fe76:b0c1%fxp1 prefixlen 64 tentative scopeid 0x2 ether 00:90:27:76:b0:c1 media: Ethernet 10baseT/UTP status: active lo0: flags=8049 mtu 16384 inet6 ::1 prefixlen 128 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3 inet 127.0.0.1 netmask 0xff000000 add net default: gateway 192.168.1.10 Additional routing options: IP gateway=YES. add net ::ffff:0f.0.0.0: gateway x::1 add net ::0.0.0.00: gateway ::1 net.inet6.ip6.forwarding: 0 -> 0 net.inet6.ip6.iaccept_rtadv: 0 -> 1 add net fe80::: gateway ::1 add net ff02::: gateway ::1 IPv4 mapped IPv6 address support=NO - snip - Additional TCP options:. Doing initial network setup: host.conf. fxp0: Microcode loaded, int_delay: 1000 usec bundle_max: 6 fxp0: Microcode loaded, int_delay: 1000 usec bundle_max: 6 fxp1: Microcode loaded, int_delay: 1000 usec bundle_max: 6 fxp1: Microcode loaded, int_delay: 1000 usec bundle_max: 6 fxp0: flags=9843 mtu 1500 inet6 fe80::290:27ff:fe8c:1e2c%fxp0 prefixlen 64 scopeid 0x1 inet 192.168.1.11 netmask 0xffffff00 broadcast 192.168.1.255 ether 00:90:27:8c:1e:2c media: Ethernet autoselect (100baseTX ) status: active fxp1: flags=9843 mtu 1500 inet6 fe80::290:27ff:fe76:b0c1%fxp1 prefixlen 64 scopeid 0x2 inet 192.168.254.1 netmask 0xffffff00 broadcast 192.168.254.255 ether 00:90:27:76:b0:c1 media: Ethernet 10baseT/UTP status: active lo0: flags=8049 mtu 16384 inet6 ::1 prefixlen 128 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3 inet 127.0.0.1 netmask 0xff000000 Starting inetd. Starting cron.