summaryrefslogtreecommitdiffstats
path: root/examples/ethernet-static.example
blob: ad0c9b4e6e4f7da72df860421e4a49d827f4617a (plain)
1
2
3
4
5
6
CONNECTION="ethernet-iproute"
INTERFACE="eth0"
IP="static"
ADDR="192.168.1.23"
GATEWAY="192.168.1.1"
DNS=("192.168.1.1")