File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / strongswan / testing / hosts / venus / etc / network / interfaces
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Jun 3 09:46:49 2020 UTC (4 years, 4 months ago) by misho
Branches: strongswan, MAIN
CVS tags: v5_9_2p0, v5_8_4p7, HEAD
Strongswan

auto lo
iface lo inet loopback

auto eth0
iface eth0 inet static
	address 10.1.0.20
	netmask 255.255.0.0
	broadcast 10.1.255.255
	gateway 10.1.0.1
iface eth0 inet6 static
	address fec1::20
	netmask 16

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>