root / trunk / templates / etc / network / interfaces @ 6
Historique | Voir | Annoter | Télécharger (457 octet)
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 eth0 |
6 |
iface lo inet loopback |
7 |
|
8 |
# The primary network interface |
9 |
|
10 |
iface eth0 inet static |
11 |
address __STATIC_ADDRESS__ |
12 |
netmask 255.255.255.0 |
13 |
|
14 |
# |
15 |
# The commented out line above will disable TCP checksumming which |
16 |
# might resolve problems for some users. It is disabled by default |
17 |
# |