summaryrefslogtreecommitdiffstats
path: root/docs/examples/ethernet-iproute
blob: 972f5bb06ed672145048570ba0544de14c411592 (plain)
1
2
3
4
5
6
7
Description='A more versatile static ethernet connection using iproute'
Interface=eth0
Connection=ethernet
IP=static
# Any valid iproute command can be placed in this array
IPCustom=('addr add dev eth0 192.168.1.23/24 brd +' 'route add default via 192.168.1.1')
DNS=('192.168.1.1')