Date: Wed, 02 Jan 2013 15:25:14 -0800 From: Manfred Antar <null@pozo.com> To: Gleb Smirnoff <glebius@FreeBSD.org> Cc: freebsd-current@freebsd.org Subject: Re: loopback interface broken on current Message-ID: <201301022325.r02NPKEE076633@pozo.com> In-Reply-To: <20130102201330.GC25661@glebius.int.ru> 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>
next in thread | previous in thread | raw e-mail | index | archive | help
> > >Ok, so this is my failure. :( Sorry. I will look at it as soon as >I get to decent internet connection. Right now I am on very bad GPRS. > >Can you please show your rc.conf (the network related part)? > > >-- >Totus tuus, Glebius. Here you go: /etc/hosts: ::1 localhost localhost.pozo.com 127.0.0.1 localhost localhost.pozo.com /etc/rc.conf: ifconfig_lo0="inet 127.0.0.1" # default loopback device configuration. ifconfig_bge0="inet 192.168.0.5 netmask 255.255.255.0" defaultrouter="192.168.0.1" # Set to default gateway ipv6_network_interfaces="auto" # List of IPv6 network interfaces # (or "auto" or "none"). ipv6_activate_all_interfaces="NO" # If NO, interfaces which have no ipv6_defaultrouter="NO" # Set to IPv6 default gateway (or NO). ipv6_static_routes="" # Set to static route list (or leave empty). #ipv6_static_routes="xxx" # An example to set fec0:0000:0000:0006::/64 # route toward loopback interface. #ipv6_route_xxx="fec0:0000:0000:0006:: -prefixlen 64 ::1" ipv6_gateway_enable="NO" # Set to YES if this host will be a gateway. ipv6_cpe_wanif="NO" # Set to the upstram interface name if this # node will work as a router to forward IPv6 # packets not explicitly addressed to itself. ipv6_privacy="NO" # Use privacy address on RA-receiving IFs # (RFC 4941) route6d_enable="NO" # Set to YES to enable an IPv6 routing daemon. route6d_program="/usr/sbin/route6d" # Name of IPv6 routing daemon. route6d_flags="" # Flags to IPv6 routing daemon. #route6d_flags="-l" # Example for route6d with only IPv6 site local # addrs. #route6d_flags="-q" # If you want to run a routing daemon on an end # node, you should stop advertisement. #ipv6_network_interfaces="ed0 ep0" # Examples for router # or static configuration for end node. # Choose correct prefix value. #ipv6_prefix_ed0="fec0:0000:0000:0001 fec0:0000:0000:0002" # Examples for rtr. #ipv6_prefix_ep0="fec0:0000:0000:0003 fec0:0000:0000:0004" # Examples for rtr. ipv6_default_interface="NO" # Default output interface for scoped addrs. # This works only with # ipv6_gateway_enable="NO". That pretty much it, nothing special I haven't made any changes to it in over 2 years. The only thing about 1 year ago I enabled: ### Network link/usability verification options netwait_enable="YES" # Enable rc.d/netwait (or NO) netwait_ip="192.168.0.1" # IP addresses to be pinged by netwait. -- 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?201301022325.r02NPKEE076633>