My /etc/conf.d/net:
Code: Select all
modules="iproute2"
dns_domain_lo="l"
config_eth0="null"
config_eth1="null"
slaves_bond0="eth0 eth1"
rc_net_bond0_need="net.eth0 net.eth1"
config_bond0="192.168.0.87/24"
routes_bond0="default via 192.168.0.3"
dns_servers_bond0="192.168.0.3"
dns_search_bond0="l"
dns_domain_bond0="l"
Code: Select all
Kernel IPv6 routing table
Destination Next Hop Flag Met Ref Use If
::1/128 :: Un 0 1 162 lo
fe80::/64 :: U 256 0 0 bond0
ff00::/8 :: U 256 0 0 bond0
::/0 :: !n -1 1 80 lo
Code: Select all
Kernel IPv6 routing table
Destination Next Hop Flag Met Ref Use If
::1/128 :: Un 0 1 162 lo
2a01:8c00:ff71::/64 :: UAe 256 0 0 bond0
fe80::/64 :: U 256 0 0 bond0
ff00::/8 :: U 256 0 0 bond0
::/0 fe80::7271:bcff:feb1:d9cf UGDAe 1024 0 0 bond0
::/0 :: !n -1 1 80 lo
The interface never gets a global address (it is a mode 0 bond):
Code: Select all
bond0: flags=5187<UP,BROADCAST,RUNNING,MASTER,MULTICAST> mtu 1500
inet 192.168.0.87 netmask 255.255.255.0 broadcast 192.168.0.255
inet6 fe80::225:90ff:fea4:a5f5 prefixlen 64 scopeid 0x20<link>
ether 00:25:90:a4:a5:f5 txqueuelen 0 (Ethernet)
RX packets 135886 bytes 16243634 (15.4 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 237471 bytes 167610481 (159.8 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
Could anyone help? Thanks!

