From owner-freebsd-stable@FreeBSD.ORG Thu Feb 11 19:19:53 2010 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 44108106566C for ; Thu, 11 Feb 2010 19:19:53 +0000 (UTC) (envelope-from jdc@koitsu.dyndns.org) Received: from qmta05.emeryville.ca.mail.comcast.net (qmta05.emeryville.ca.mail.comcast.net [76.96.30.48]) by mx1.freebsd.org (Postfix) with ESMTP id 2B6538FC21 for ; Thu, 11 Feb 2010 19:19:52 +0000 (UTC) Received: from omta19.emeryville.ca.mail.comcast.net ([76.96.30.76]) by qmta05.emeryville.ca.mail.comcast.net with comcast id gheE1d0031eYJf8A5jKtVh; Thu, 11 Feb 2010 19:19:53 +0000 Received: from koitsu.dyndns.org ([98.248.46.159]) by omta19.emeryville.ca.mail.comcast.net with comcast id gjKs1d00E3S48mS01jKtqg; Thu, 11 Feb 2010 19:19:53 +0000 Received: by icarus.home.lan (Postfix, from userid 1000) id B8C9A1E3033; Thu, 11 Feb 2010 11:19:51 -0800 (PST) Date: Thu, 11 Feb 2010 11:19:51 -0800 From: Jeremy Chadwick To: freebsd-stable@freebsd.org Message-ID: <20100211191951.GA13854@icarus.home.lan> References: <626ad50e1002110913w668f0884q22dd73b8a140e6c8@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <626ad50e1002110913w668f0884q22dd73b8a140e6c8@mail.gmail.com> User-Agent: Mutt/1.5.20 (2009-06-14) Subject: Re: ping: sendto: Can't assign requested address 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: Thu, 11 Feb 2010 19:19:53 -0000 On Thu, Feb 11, 2010 at 08:13:04PM +0300, GLADtr GLADtr wrote: > Hello my friends! Help me please with its problem. I`m don`t what it is > problem... > > *mx# uname -a* > FreeBSD mx.taricat.ru 8.0-STABLE FreeBSD 8.0-STABLE #1: Mon Jan 25 09:28:38 > UTC 2010 root@mx.taricat.ru:/usr/obj/usr/src/sys/GENERIC i386 > mx# > > *mx# ping 127.0.0.1* > PING 127.0.0.1 (127.0.0.1): 56 data bytes > ping: sendto: Can't assign requested address > ping: sendto: Can't assign requested address > ^C > --- 127.0.0.1 ping statistics --- > 2 packets transmitted, 0 packets received, 100.0% packet loss > > *mx# ping localhost* > PING localhost (127.0.0.1): 56 data bytes > ping: sendto: Can't assign requested address > ping: sendto: Can't assign requested address > ^C > --- localhost ping statistics --- > 2 packets transmitted, 0 packets received, 100.0% packet loss > > *mx# ping `hostname`* > ping: cannot resolve mx.taricat.ru: Host name lookup failure > > *mx# ping google.com* > PING google.com (74.125.87.103): 56 data bytes > 64 bytes from 74.125.87.103: icmp_seq=0 ttl=56 time=188.367 ms > 64 bytes from 74.125.87.103: icmp_seq=1 ttl=56 time=180.537 ms > ^C > --- google.com ping statistics --- > 3 packets transmitted, 2 packets received, 33.3% packet loss > round-trip min/avg/max/stddev = 180.537/184.452/188.367/3.915 ms > > *mx# ping 10.10.0.113* > PING 10.10.0.113 (10.10.0.113): 56 data bytes > > ^C > --- 10.10.0.113 ping statistics --- > 193 packets transmitted, 0 packets received, 100.0% packet loss > mx# > > *mx# netstat -rn* > Routing tables > > Internet: > Destination Gateway Flags Refs Use Netif Expire > default 10.10.0.126 UGS 2 97 xl0 > 10.10.0.112/28 link#1 U 2 465 xl0 > 10.10.0.114 link#1 UHS 0 0 lo0 > > Protocol Family 28: > Destination Gateway Flags Netif Expire > (28) 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0001 0000 0000 (28) > 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0001 0000 0000 UH > lo0 > (28) 0000 0000 0000 fe80 0003 0000 0000 0000 0000 0000 0000 0000 0000 > link#3 U lo0 > (28) 0000 0000 0000 fe80 0003 0000 0000 0000 0000 0000 0001 0000 0000 > link#3 UHS lo0 > (28) 0000 0000 0000 ff01 0003 0000 0000 0000 0000 0000 0000 0000 0000 (28) > 0000 0000 0000 fe80 0003 0000 0000 0000 0000 0000 0001 0000 0000 U > lo0 > (28) 0000 0000 0000 ff02 0003 0000 0000 0000 0000 0000 0000 0000 0000 (28) > 0000 0000 0000 fe80 0003 0000 0000 0000 0000 0000 0001 0000 0000 U > lo0 > mx# > > *mx# less /etc/rc.conf* > hostname="mx.taricat.ru" > #ifconfig_xl0="inet 91.198.171.167 netmask 91.198.171.128" > #defaultrouter="91.198.171.129" > #ifconfig_ste0="inet 10.10.11.100 netmask 255.255.255.0" > #pf_enable=YES > #pf_rules="/etc/pf/conf" > #named_enable=YES > ifconfig_xl0="DHCP" > sshd_enable=YES > #pflog_enable=YES > #clear_tmp_enable=YES > #smartd_enabled=YES > #samba_enable=YES > #nmbd_enable=YES > #smbd_enable=YES > #samba_config="/usr/local/etc/smb.conf" > #zfs_enable="YES" > /etc/rc.conf (END) Your routing table *does not* match what you have in rc.conf. In fact, your IPs are no where near what's in rc.conf. Did you modify rc.conf and not reboot the box? Here's an example machine which works with dual interfaces. I've included relevant rc.conf pieces as well as the routing table. $ ifconfig -a em0: flags=8843 metric 0 mtu 1500 options=19b ether 00:30:48:bd:46:7c inet 72.20.98.122 netmask 0xffffffc0 broadcast 72.20.98.127 media: Ethernet autoselect (1000baseT ) status: active em1: flags=8843 metric 0 mtu 1500 options=19b ether 00:30:48:bd:46:7d inet 10.72.0.122 netmask 0xffffff00 broadcast 10.72.0.255 media: Ethernet autoselect (1000baseT ) status: active lo0: flags=8049 metric 0 mtu 16384 options=3 inet 127.0.0.1 netmask 0xff000000 $ netstat -rn Routing tables Internet: Destination Gateway Flags Refs Use Netif Expire default 72.20.98.65 UGS 2 41750 em0 10.72.0.0/24 link#2 U 1 14265 em1 10.72.0.122 link#2 UHS 0 0 lo0 72.20.98.64/26 link#1 U 0 102 em0 72.20.98.122 link#1 UHS 0 0 lo0 127.0.0.1 link#3 UH 0 0 lo0 $ head -4 /etc/rc.conf hostname="ra.parodius.com" ifconfig_em0="inet 72.20.98.122 netmask 255.255.255.192" ifconfig_em1="inet 10.72.0.122 netmask 255.255.255.0" defaultrouter="72.20.98.65" -- | Jeremy Chadwick jdc@parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977. PGP: 4BD6C0CB |