18 lines
416 B
Plaintext
18 lines
416 B
Plaintext
Description='A basic static ethernet connection'
|
|
Interface=eth0
|
|
Connection=ethernet
|
|
IP=static
|
|
Address=('141.76.90.104/24')
|
|
#Routes=('192.168.0.0/24 via 192.168.1.2')
|
|
Gateway='141.76.90.1'
|
|
DNS=('8.8.8.8')
|
|
|
|
## For IPv6 autoconfiguration
|
|
#IP6=stateless
|
|
|
|
## For IPv6 static address configuration
|
|
#IP6=static
|
|
#Address6=('1234:5678:9abc:def::1/64' '1234:3456::123/96')
|
|
#Routes6=('abcd::1234')
|
|
#Gateway6='1234:0:123::abcd'
|