[ create a new paste ] login | about

Link: http://codepad.org/Ep78VVVl    [ raw code | fork ]

Plain Text, pasted on Oct 7:
1
2
3
4
5
6
7
8
9
10
auto lo
iface lo inet loopback

auto eth0
iface eth0 inet static
  address 192.168.254.254
  netmask 255.255.255.0
  gateway 192.168.254.1
  dns-nameservers 8.8.8.8 8.8.4.4



Create a new paste based on this one


Comments: