Pasted as C++ [Remove this paste ]
Description: No description
URL: http://davr.org/p/arAW4840.html
1
2
3
4
5
6
7
8
auto lo
iface lo inet loopback
 
eth0
iface eth0 inet static
    address 10.0.2.10
    netmask 255.255.255.0
    gateway 10.0.2.2