File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / strongswan / testing / hosts / dave / 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, 2 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 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

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