Created
November 1, 2017 18:18
-
-
Save krishnachaitanya7/1ff3450413f37ecf12f7a368de9a86e1 to your computer and use it in GitHub Desktop.
/etc/network interfaces file for orangepi zero
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
source /etc/network/interfaces.d/* | |
# This file intentionally left blank | |
# | |
# All interfaces are handled by network-manager, use nmtui or nmcli on | |
# server/headless images or the "Network Manager" GUI on desktop images | |
auto eth0 | |
iface eth0 inet static | |
address 10.208.20.56 | |
#10.32.32.56 | |
network 10.208.20.0 | |
#10.32.32.0 | |
netmask 255.255.255.0 | |
gateway 10.208.20.1 | |
#10.32.32.1 | |
dns-nameservers 10.16.25.13 10.16.25.15 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment