summaryrefslogtreecommitdiffstats
path: root/target/device/KwikByte/kb9202/target_skeleton/etc/network/interfaces
blob: 0bb96fd83b7247e4cb8117e8ba2a117b2c694ca1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# /etc/network/interfaces -- configuration file for ifup/ifdown
# The loopback interface
# automatically added when upgrading
auto lo
iface lo inet loopback

# the first network card - this entry was created during the
# installation automatically added when upgrading

# static IP mode 
#  uncomment the next lines in this section (remove leading '#' characters)
#auto eth0
#iface eth0 inet static
#        address 192.160.1.79
#        netmask 255.255.255.0

# DHCP mode
#  uncomment the next lines in this section (remove leading '#' characters)
#auto eth0
#iface eth0 inet dhcp