diff options
Diffstat (limited to 'src/etc/network/interfaces')
-rw-r--r-- | src/etc/network/interfaces | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/etc/network/interfaces b/src/etc/network/interfaces new file mode 100644 index 0000000..f2bbb79 --- /dev/null +++ b/src/etc/network/interfaces @@ -0,0 +1,10 @@ +# /etc/network/interfaces +# Network interfaces configuration used by ifup(8) and ifdown(8). + +# Loopback interface. +auto lo +iface lo inet loopback + +# Ethernet interface. +auto eth0 +iface eth0 inet dhcp |