]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - tools/tools/tinybsd/conf/bridge/etc/rc.conf
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / tools / tools / tinybsd / conf / bridge / 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 tmpmfs="YES"
13
14 # Bridge configuration
15 # Replace both ath0 and xl1 by your bridge interfaces
16 cloned_interfaces="bridge0"
17 ifconfig_bridge0="addm ath0 addm xl1 up"