mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-06 00:00:47 -04:00
13 lines
213 B
Plaintext
13 lines
213 B
Plaintext
auto lo
|
|
iface lo inet loopback
|
|
|
|
auto eth0
|
|
iface eth0 inet static
|
|
address 192.168.0.200
|
|
netmask 255.255.255.0
|
|
broadcast 192.168.0.255
|
|
gateway 192.168.0.254
|
|
iface eth0 inet6 static
|
|
address fec0::20
|
|
netmask 16
|