>
>
>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.

_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Reply via email to