summaryrefslogtreecommitdiffstats
path: root/src/etc/network/interfaces
blob: f9b1a345e80f82f1aff8eb1007fd55bde4ac98d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# /etc/network/interfaces
# Network interfaces configuration used by ifup(8) and ifdown(8).

# Loopback interface.
auto lo
iface lo inet loopback

# Ethernet interfaces.
auto eth0
iface eth0 inet dhcp
iface eth1 inet dhcp

# RNDIS interface.
auto usb0
iface usb0 inet dhcp