summaryrefslogtreecommitdiffstats
path: root/examples/ethernet-static
blob: 39d8bd6ede222bfaf62c3d723d3503dfb80a8bac (plain)
1
2
3
4
5
6
7
CONNECTION='ethernet'
DESCRIPTION='A basic static ethernet connection using iproute'
INTERFACE='eth0'
IP='static'
ADDR='192.168.1.23'
GATEWAY='192.168.1.1'
DNS=('192.168.1.1')