#!/bin/sh # $FreeBSD: src/release/picobsd/net/floppy.tree/etc/rc.conf,v 1.6 1999/08/28 01:33:41 peter Exp $ echo "===> net/floppy.tree/etc/rc.conf <===" swapfile="NO" # Set to name of swapfile if aux swapfile desired. ### Network configuration sub-section ###################### ### Basic network options: ### hostname="arp.platan.local" # Set this! firewall="NO" # firewall type (see /etc/rc.firewall) or NO tcp_extensions="NO" # Allow RFC1323 & RFC1644 extensions (or NO). network_interfaces="lo0" # List of network interfaces (lo0 is loopback). ifconfig_lo0="inet 127.0.0.1" # default loopback device configuration. ifconfig_ppp0="inet 192.168.54.4 192.168.54.5 netmask 255.255.255.0" ifconfig_ppp1="inet 192.168.53.4 192.168.53.5 netmask 255.255.255.0" ifconfig_ppp2="inet 192.168.52.4 192.168.52.5 netmask 255.255.255.0" #ifconfig_lo0_alias0="inet 127.0.0.254 netmask 0xffffffff" # Sample alias entry. ### Network daemons options: ### inetd_enable="YES" # Run the network daemon dispatcher (or NO) inetd_flags="" # Optional flags to inetd syslogd_enable="YES" # syslogd_flags="" # cron_enable="YES" # snmpd_enable="NO" # Run the SNMP daemon (or NO) snmpd_flags="-C -c /etc/snmpd.conf" # Optional flags to snmpd ldconfig_paths="/usr/local/lib" ### Network routing options: ### defaultrouter="192.168.54.5" # Set to default gateway (or NO). static_routes="" # Set to static route list (or leave empty). gateway_enable="YES" # Set to YES if this host will be a gateway. arpproxy_all="" # replaces obsolete kernel option ARP_PROXYALL. ### Allow local configuration override at the very end here ## if [ -f /etc/rc.conf.local ]; then . /etc/rc.conf.local fi