| 
 
sixxs part of /etc/network/interfaces fail 
  Shadow Hawkins on Tuesday, 08 March 2005 12:25:05
when i run /etc/init.d/networking restart it fails bringing up sixxs with the error:
/bin/sh: line 1: ip: command not found
Failed to bring up sixxs.
I'm running debian sarge
my interfaces file looks like this;
auto eth0
iface eth0 inet dhcp
auto eth0:gw
iface eth0:gw inet static
        address 10.0.0.1
        netmask 255.255.255.0
        broadcast 10.0.0.255
auto sixxs
iface sixxs inet6 v4tunnel
  address 2001:16d8:ff00:20::2/64
  netmask 64
  endpoint 82.96.56.14
  ttl 64
  up ip link set mtu 1280 dev sixxs
  up ip route add default via 2001:16d8:ff00:20::1/64 dev sixxs
 
sixxs part of /etc/network/interfaces fail 
  Shadow Hawkins on Tuesday, 08 March 2005 12:28:03/bin/sh: line 1: ip: command not found 
Have you installed the program ip?
apt-get install iproute
Just a thought.
sixxs part of /etc/network/interfaces fail 
  Shadow Hawkins on Tuesday, 08 March 2005 12:53:32
thanks :)
installed it, but getting another error now :S
Error: an inet address is expected rather than "2001:16d8:ff00:20::1/64".
Failed to bring up sixxs.
done.
 
sixxs part of /etc/network/interfaces fail 
  Shadow Hawkins on Tuesday, 08 March 2005 15:49:56address 2001:16d8:ff00:20::2/64 
This should be 'address 2001:16d8:ff00:20::2'
up ip route add default via 2001:16d8:ff00:20::1/64 dev sixxs 
and this 'up ip route add default via 2001:16d8:ff00:20::1 dev sixxs'
  |