my interfaces file
# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)

# The loopback interface
iface lo inet loopback

iface eth0 inet static
      address 210.30.17.57
      netmask 255.255.255.0
      gateway 210.30.17.254

iface eth0 inet6 static
      address 3ffe:321e:1:181::2
      netmask 64
      gateway 3ffe:321e:1:181::1
iface mytun1 inet6 v4tunnel
      address 3ffe:321e:1:181::2
      netmask 64
      endpoint 202.38.99.1
when I restart the network, I got the error message:
# /etc/init.d/networking restart
Reconfiguring network interfaces: Cannot open netlink socket: Address family not
 supported by protocol
done.

What is the problem?

            Liu Jinhui
            [EMAIL PROTECTED]


Reply via email to