debian Multiple IPv6 tunnels on single machine Recently my friend asked me to help him to set up multiple ipv6 tunnels on a single linux box. After some reading and initial config decided to drop it as
freebsd multiple default routes FreeBSD /etc/network/interfaces iface eth0 inet static address 10.0.0.1 netmask 255.255.255.0 gateway 10.0.0.254 iface eth1 inet static address 20.0.0.1 netmask 255.255.255.0 gateway 20.0.0.254 NETWORK0 NETWORK1 \ / \ / \ / \ / \ / ROUTER0