aboutsummaryrefslogtreecommitdiffstats
path: root/modules/Installing/examples/static.interfaces
blob: e16d15e5e914342551c8fefca8a3744f994b7cca (plain)
1
2
3
4
5
6
7
8
auto lo
iface lo inet loopback

auto eth0
iface eth0 inet static
    address 192.168.0.147
    netmask 255.255.255.0
    gateway 192.168.0.1