Date: Wed, 02 Jan 2013 19:54:59 -0800 From: Manfred Antar <null@pozo.com> To: KAHO Toshikazu <vinwa@elam.kais.kyoto-u.ac.jp> Cc: , freebsd-current@freebsd.org, Gleb Smirnoff <glebius@FreeBSD.org> Subject: Re: loopback interface broken on current Message-ID: <201301030355.r033t4aI001542@pozo.com> In-Reply-To: <89160.1357182550@pf2.ed.niigata-u.ac.jp> References: <201212271705.qBRH5VHU006208@pozo.com> <20130101102255.GA25661@FreeBSD.org> <201301011040.r01Ae37A043153@pozo.com> <20130101194803.GB25661@glebius.int.ru> <201301012042.r01Kgq6E001548@pozo.com> <20130102201330.GC25661@glebius.int.ru> <201301022325.r02NPKEE076633@pozo.com> <89160.1357182550@pf2.ed.niigata-u.ac.jp>
next in thread | previous in thread | raw e-mail | index | archive | help
At 07:09 PM 1/2/2013, KAHO Toshikazu wrote: > Hello, > >I have a similar problem if "ifconfig_lo0" line is exist in /etc/rc.conf. >Can you remove lo0 configure line from /etc/rc.conf. > >> /etc/rc.conf: >> ifconfig_lo0="inet 127.0.0.1" # default loopback device configuration. Ok I commented out that line and it seems to work. There is still ====>ifa_del_loopback_route: deletion failed: 3 that wasn't there before,but the 127.0.0.1 seems to be configured now: Setting hostname: pozo.com. bge0: link state changed to DOWN ifa_del_loopback_route: deletion failed: 3 bge0: link state changed to UP Starting Network: lo0 bge0. lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384 options=600003<RXCSUM,TXCSUM,RXCSUM_IPV6,TXCSUM_IPV6> inet6 ::1 prefixlen 128 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x2 inet 127.0.0.1 netmask 0xff000000 nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL> bge0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=8009b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,LINKSTATE> ether 00:0e:7f:66:30:20 inet 192.168.0.5 netmask 0xffffff00 broadcast 192.168.0.255 inet6 fe80::20e:7fff:fe66:3020%bge0 prefixlen 64 scopeid 0x1 nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL> media: Ethernet autoselect (100baseTX <full-duplex>) status: active Starting devd. add net default: gateway 192.168.0.1 add net ::ffff:0.0.0.0: gateway ::1 add net ::0.0.0.0: gateway ::1 add net fe80::: gateway ::1 add net ff02::: gateway ::1 Waiting for bge0 to have link. Waiting for 192.168.0.1 to respond to ICMP. ######################################################################### (~)4999}ping localhost PING localhost (127.0.0.1): 56 data bytes 64 bytes from 127.0.0.1: icmp_seq=0 ttl=64 time=0.029 ms 64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.039 ms 64 bytes from 127.0.0.1: icmp_seq=2 ttl=64 time=0.050 ms 64 bytes from 127.0.0.1: icmp_seq=3 ttl=64 time=0.045 ms 64 bytes from 127.0.0.1: icmp_seq=4 ttl=64 time=0.042 ms 64 bytes from 127.0.0.1: icmp_seq=5 ttl=64 time=0.044 ms 64 bytes from 127.0.0.1: icmp_seq=6 ttl=64 time=0.047 ms 64 bytes from 127.0.0.1: icmp_seq=7 ttl=64 time=0.045 ms ^C --- localhost ping statistics --- 8 packets transmitted, 8 packets received, 0.0% packet loss round-trip min/avg/max/stddev = 0.029/0.043/0.050/0.006 ms (~)5000} Manfred ======================== || null@pozo.com || || Ph. (415) 681-6235 || ======================== -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301030355.r033t4aI001542>