Untitled
By: a guest | Mar 22nd, 2010 | Syntax:
None | Size: 0.53 KB | Hits: 94 | Expires: Never
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
allow-hotplug eth0
iface eth0 inet static
address 10.1.52.22
netmask 255.255.255.0
network 10.1.52.0
broadcast 10.1.52.255
gateway 10.1.52.1
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 10.254.254.254 10.254.254.253
dns-search www.hi-net.cz