13 lines
388 B
Plaintext
13 lines
388 B
Plaintext
# /etc/network/interfaces - Common network configuration
|
|
#
|
|
# This file is part of the shared rootfs overlay and provides a
|
|
# sensible default network configuration for all Raspberry Pi projects.
|
|
# Projects can override this by placing their own version in their
|
|
# project-specific overlay (which is applied after this one).
|
|
|
|
auto lo
|
|
iface lo inet loopback
|
|
|
|
auto eth0
|
|
iface eth0 inet dhcp
|