aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/netbase/netbase/mh355/interfaces
blob: 0e598ab8d11c7de42687802cf76f3b37c3672030 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
 
# The loopback interface
auto lo
iface lo inet loopback

# Wired or wireless interfaces
auto eth0

# Use this for DHCP
#iface eth0 inet dhcp

# Use this for static address
iface eth0 inet static
	address 192.168.0.184
	netmask 255.255.255.0
	network 192.168.0.0
	gateway 192.168.0.1