summaryrefslogtreecommitdiffstats
path: root/examples/ethernet-static
blob: 50756bc73002c0c273db56f31b7476d87a6785d4 (plain)
1
2
3
4
5
6
7
CONNECTION="ethernet-iproute"
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")