mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-05 00:00:45 -04:00
13 lines
201 B
Plaintext
13 lines
201 B
Plaintext
auto lo
|
|
iface lo inet loopback
|
|
|
|
auto eth0
|
|
iface eth0 inet static
|
|
address 10.2.0.10
|
|
netmask 255.255.0.0
|
|
broadcast 10.2.255.255
|
|
gateway 10.2.0.1
|
|
iface eth0 inet6 static
|
|
address fec2::10
|
|
netmask 16
|