Skip to content

Instantly share code, notes, and snippets.

@krishnachaitanya7
Created November 1, 2017 18:18
Show Gist options
  • Save krishnachaitanya7/1ff3450413f37ecf12f7a368de9a86e1 to your computer and use it in GitHub Desktop.
Save krishnachaitanya7/1ff3450413f37ecf12f7a368de9a86e1 to your computer and use it in GitHub Desktop.
/etc/network interfaces file for orangepi zero
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