4ca40af586c997b0a2b80c54eff95b2cd542de6f
[matthijs/servers/drsnuggles.git] / etc / network / interfaces
1 # This file describes the network interfaces available on your system
2 # and how to activate them. For more information, see interfaces(5).
3
4 # The loopback network interface
5 auto lo
6 iface lo inet loopback
7
8 # The primary network interface
9 #allow-hotplug eth0
10 #iface eth0 inet dhcp
11
12 auto eth0
13 iface eth0 inet static
14         address 195.85.225.80
15         netmask 255.255.255.192
16         gateway 195.85.225.126 
17
18 auto eth1
19 iface eth1 inet static
20         address 172.31.1.2
21         netmask 255.255.255.0
22
23 auto dummy0
24 iface dummy0 inet static
25         address 10.42.0.1
26         netmask 255.255.255.0