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

# Ethernet/RNDIS gadget (g_ether)
auto usb0
iface usb0 inet static
        address 192.168.0.202
        netmask 255.255.255.0
        network 192.168.0.0
        gateway 192.168.0.200