]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tools/tools/tinybsd/conf/vpn/etc/rc.conf
In the spirit of nanoBSD and PicoBSD, add TinyBSD.
[FreeBSD/FreeBSD.git] / tools / tools / tinybsd / conf / vpn / etc / rc.conf
1 # $FreeBSD$
2 hostname="tinybsd.freebsd.org"
3 sendmail_enable="NONE"
4 sshd_enable="YES"
5 usbd_enable="NO"
6 inetd_enable="NO"
7 portmap_enable="NO"
8 update_motd="NO"
9 varmfs="YES"
10 populate_var="YES"
11 varsize="8192"
12
13 # VPN
14 ipsec_enable="YES"
15 ipsec_file="/etc/ipsec.conf"
16
17 # CONF
18 ifconfig_gif0="inet 192.168.1.1 192.168.2.1 netmask 0xffffffff"
19 static_routes="vpn"
20 route_vpn="192.168.2.0 192.168.2.1 netmask 0xffffff00"
21