You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
143 B
Plaintext
11 lines
143 B
Plaintext
8 years ago
|
auto lo
|
||
|
iface lo inet loopback
|
||
|
|
||
|
auto eth0
|
||
|
iface eth0 inet dhcp
|
||
|
|
||
|
auto wlan0
|
||
|
iface wlan0 inet static
|
||
|
address 10.10.10.10
|
||
|
netmask 255.255.255.0
|