From owner-freebsd-stable@FreeBSD.ORG Sat Aug 9 11:14:01 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 645B61065672 for ; Sat, 9 Aug 2008 11:14:01 +0000 (UTC) (envelope-from andrew@modulus.org) Received: from email.octopus.com.au (host-122-100-2-232.octopus.com.au [122.100.2.232]) by mx1.freebsd.org (Postfix) with ESMTP id 275498FC0C for ; Sat, 9 Aug 2008 11:14:00 +0000 (UTC) (envelope-from andrew@modulus.org) Received: by email.octopus.com.au (Postfix, from userid 1002) id 3BB941725F; Sat, 9 Aug 2008 21:14:14 +1000 (EST) X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on email.octopus.com.au X-Spam-Level: X-Spam-Status: No, score=-1.4 required=10.0 tests=ALL_TRUSTED autolearn=failed version=3.2.3 Received: from [10.20.30.101] (60.218.233.220.exetel.com.au [220.233.218.60]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: admin@email.octopus.com.au) by email.octopus.com.au (Postfix) with ESMTP id CF6641735F; Sat, 9 Aug 2008 21:14:09 +1000 (EST) Message-ID: <489D7BF1.2070709@modulus.org> Date: Sat, 09 Aug 2008 21:13:53 +1000 From: Andrew Snow User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) MIME-Version: 1.0 To: KES References: <142431218277454@webmail85.yandex.ru> In-Reply-To: <142431218277454@webmail85.yandex.ru> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: IMPORTANT! Network is unreachable X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Aug 2008 11:14:01 -0000 Usually if there is more than IP in a given subnet on an interface, you give it a /32 netmask. Only the first IP in a subnet should have the full netmask. So your example should look like this: inet 10.11.16.14 netmask 0xffffff00 broadcast 10.11.16.255 inet 10.11.16.9 netmask 0xffffffff broadcast 10.11.16.9 KES wrote: > # uname -a > FreeBSD gorodok.kes.net.ua 7.0-RELEASE-p3 FreeBSD 7.0-RELEASE-p3 #0: Sun Aug 3 13:18:21 EEST 2008 kes@gorodok.kes.net.ua:/usr/obj/usr/src/sys/KES_KERN_v7 i386 > # netstat -nr > Routing tables > > Internet: > Destination Gateway Flags Refs Use Netif Expire > default 10.11.16.1 UGS 0 3758 rl0 > 10.0.0.0/16 10.11.16.2 UG 0 150 rl0 > 10.11.15.0/24 link#2 UC 0 0 rl1 > 10.11.16.0/24 link#1 UC 0 0 rl0 > 10.11.16.1 00:e0:4c:59:50:7e UHLW 2 421 rl0 953 > 10.11.16.2 00:03:79:01:9b:d0 UHLW 2 0 rl0 786 > 127.0.0.1 127.0.0.1 UH 0 122 lo0 > > Internet6: > Destination Gateway Flags Netif Expire > ::1 ::1 UHL lo0 > fe80::%lo0/64 fe80::1%lo0 U lo0 > fe80::1%lo0 link#4 UHL lo0 > ff01:4::/32 fe80::1%lo0 UC lo0 > ff02::%lo0/32 fe80::1%lo0 UC lo0 > # ifconfig rl0 > rl0: flags=8843 metric 0 mtu 1500 > options=8 > ether 00:0e:2e:db:4f:d4 > inet 10.11.16.14 netmask 0xffffff00 broadcast 10.11.16.255 > inet 10.11.16.9 netmask 0xffffff00 broadcast 10.11.16.255 > media: Ethernet autoselect (100baseTX ) > status: active