aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/netbase/netbase/foonas/interfaces
blob: 314715bba7f3a9616bdc33c928309337ccb94f9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# /etc/network/interfaces
# configuration file for ifup(8), ifdown(8)
#
# The loopback interface
auto lo
iface lo inet loopback

#
# The interface used by default during boot
auto eth0
iface eth0 inet dhcp
        address 192.168.1.16