ubuntuusers.de

interfaces

Datum:
18. Januar 2013 14:17
Code:
1
2
3
4
5
6
7
8
9
# The loopback network interface
auto lo eth0
iface lo inet loopback

# The primary network interface
iface eth0 inet static
        address 192.168.2.8
        netmask 255.255.255.0
        getaway 192.168.2.1