Displaying 2 results from an estimated 2 matches for "a8f1".
Did you mean:
ca8f1
2008 Jul 10
0
1st static IPv6 address
...t;
if-up eth0 gets the error:
Error: an inet prefix is expected rather than "2607:F4B8:3:1/64".
ERROR : [ipv6_add_addr_on_device] Cannot add IPv6 address
'2607:F4B8:3:1/64' on dev 'eth0'
What is missing?
Why is it not building an address of 2607:F4B8:3:1:0:40:F405:A8F1 ?
I am reading:
file:///usr/share/doc/initscripts-8.45.19.EL/sysconfig.txt for my
'inspiration'. Other sources are welcome...
OH, /etc/sysconfig/network does have the line:
NETWORKING_IPV6=yes
2008 Jul 10
0
IPv6 static routing
...nt to run radvd on my public subnet (between the gateway
and firewall).
I am trying to set up the firewall's public interface. For now in
ifcfg-eth0 I have the lines:
DEVICE=eth0
BOOTPROTO=static
HWADDR=00:40:F4:05:A8:F1
IPV6INIT=yes
IPV6_AUTOCONF=no
IPV6ADDR="2607:F4B8:3:1:0:40:F405:A8F1"
ONBOOT=yes
And in network I have:
NETWORKING=yes
NETWORKING_IPV6=yes
IPV6FORWARDING=yes
IPV6_DEFAULTGW="2607:F4B8:3:1:50:BA42:8249%eth0"
But when I restart network (service network restart) I get:
Bringing up interface eth0: WARN : [ipv6_add_route] Unknown error...