I have trouble to get an IPv6 address configured on SLES11SP3.
The system wont assign the IPv6 address after a reboot which is configured in “/etc/sysconfig/network/ifcfg-br0” (Address is not shown in ifconfig)
When I try to add the IPv6 address manually by enter the command below, all is working fine !
[PHP]ip -6 address add 2A00:xxxx:2010:xxxx:1::2/112 dev br0
ip -6 route add default via 2A00:xxxx:2010:xxxx:0000:0000:0000:0001 dev br0[/PHP]
Here is my br0 configuration file: /etc/sysconfig/network/ifcfg-br0:
I have trouble to get an IPv6 address configured on SLES11SP3.
The system wont assign the IPv6 address after a reboot which is configured in “/etc/sysconfig/network/ifcfg-br0” (Address is not shown in ifconfig)
When I try to add the IPv6 address manually by enter the command below, all is working fine !
[PHP]ip -6 address add 2A00:xxxx:2010:xxxx:1::2/112 dev br0
ip -6 route add default via 2A00:xxxx:2010:xxxx:0000:0000:0000:0001 dev br0[/PHP]
Here is my br0 configuration file: /etc/sysconfig/network/ifcfg-br0:
do you see any hints/messages/errors when trying to activate the configuration via “ifup br0” (probably issuing “ifdown br0” before that)? Anything in syslog?