Re: br0 with only one interface and IPv6

2013-06-27 Thread Bob Proulx
Dick Thomas wrote: > # The primary network interface > #allow-hotplug eth0 > #iface eth0 inet dhcp > > allow-hotplug eth0 > iface eth0 inet static > address 192.168.0.100 > netmask 255.255.255.0 > gateway 192.168.0.1 > dns-nameservers 8.8.8.8 > dns-nameservers 8.8.4.4 The resolvconf(8) docum

Re: br0 with only one interface and IPv6

2013-06-26 Thread Tom H
On Wed, 26 Jun 2013 12:59:30 +0100, Dick Thomas wrote: > > cat /etc/network/interfaces > > auto lo > iface lo inet loopback > > auto br0 > iface br0 inet static > address 192.168.0.100 > netmask 255.255.255.0 > gateway 192.168.0.1 > dns-nameservers 8.8.8.8 > dns-nameservers 8.8.4.4 > bridge