summaryrefslogtreecommitdiffstats
path: root/examples/ethernet-iproute.example
blob: a36870724dc36a56f52d442863ce31fd62c5ce72 (plain)
1
2
3
4
5
6
CONNECTION="ethernet-iproute"
INTERFACE="eth0"
IP="static"
# Any valid iproute command can be placed in this array
IPCFG=("addr add dev eth0 192.168.1.23/24 brd +" "route add default via 192.168.1.1") 
DNS=("192.168.1.1")