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
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
2 matches
Mail list logo