From owner-freebsd-questions Mon Mar 12 17:43:32 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web1903.mail.yahoo.com (web1903.mail.yahoo.com [128.11.23.52]) by hub.freebsd.org (Postfix) with SMTP id 4124937B71A for ; Mon, 12 Mar 2001 17:43:28 -0800 (PST) (envelope-from adamlau@yahoo.com) Received: (qmail 26550 invoked by uid 60001); 13 Mar 2001 01:43:28 -0000 Message-ID: <20010313014328.26549.qmail@web1903.mail.yahoo.com> Received: from [64.160.131.234] by web1903.mail.yahoo.com; Mon, 12 Mar 2001 17:43:28 PST Date: Mon, 12 Mar 2001 17:43:28 -0800 (PST) From: Adam Lau Subject: /etc/defaults/etc/rc.conf To: freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="0-469340477-984447808=:24702" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --0-469340477-984447808=:24702 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hsd a few questions regarding the defaults rc.conf file. What does process acounting refer to? #accounting_enable="NO" # Accounting I was not clear about he static_routes and route_static variables. #Network routing options static_routes="static" route_static="10.0.0.0 -netmask 255.255.255.255 -interface 10.0.0.1" gateway_enable="YES" #router_enable="NO" # Set to YES to enable a routing daemon #router="routed" # Name of routing daemon to use if enabled #router_flags="-q" # Flags for routing daemon #forward_sourceroute="NO" # Do source routing (only if gateway_enable is set to "YES") #accept_sourceroute="NO" # accept source routed packets to us I attached my /etc/rc.conf. Also, would I need to enable router using routed? Will this work for an internal 10s network? Thanks! ===== _______________________ Adam Lau USAsportspick.com http://www.usasportspick.com/ 209 Clary Avenue San Gabriel, CA 91776 Phone: +1.626.287.2577 __________________________________________________ Do You Yahoo!? Yahoo! Auctions - Buy the things you want at great prices. http://auctions.yahoo.com/ --0-469340477-984447808=:24702 Content-Type: text/plain; name="rc.conf" Content-Description: rc.conf Content-Disposition: inline; filename="rc.conf" #Startup scripts local_startup="/usr/local/etc/rc.d" #Basic network options hostname="firewall.usasportspick" network_interfaces="lo0 xl0 xl1" ifconfig_lo0="inet 127.0.0.1" ifconfig_xl0="inet 64.160.131.237 netmask 255.255.255.248" ifconfig_xl1="inet 10.0.0.1 netmask 255.255.255.0" defaultrouter="64.160.131.233" #Firewall/security options ipfilter_enable="YES" #ipfilter_program="/sbin/ipf -Fa -f" #Purge ipf and make all install clean ipfilter_rules="/etc/ipf.rules" ipfilter_flags="" ipnat_enable="YES" ipnat_rules="/etc/ipnat.rules" ipmon_enable="YES" ipmon_program="/sbin/ipmon" ipmon_flags="-D /var/log/ipflog" log_in_vain="YES" tcp_drop_synfin="YES" tcp_restrict_rst="YES" icmp_drop_redirect="YES" icmp_log_redirect="YES" #Network daemon options #sshd_enable="YES" #Local console access #sshd_program="/usr/sbin/sshd" #sshd_flags="" #Network routing options static_routes="static" route_static="10.0.0.0 -netmask 255.255.255.255 -interface 10.0.0.1" gateway_enable="YES" #router_enable="NO" # Set to YES to enable a routing daemon #router="routed" # Name of routing daemon to use if enabled #router_flags="-q" # Flags for routing daemon #forward_sourceroute="NO" # Do source routing (only if gateway_enable is set to "YES") #accept_sourceroute="NO" # accept source routed packets to us #System console options saver="yes" saver="fire" blanktime="200" #Miscellaneous administrative options cron_enable="NO" # sendmail_enable="NO" kern_securelevel_enable="YES" kern_securelevel="2" #accounting_enable="NO" # Accounting #linux_enable="NO" # Tripwire? #srv4_enable"NO" # Practice SRV4 commands --0-469340477-984447808=:24702-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message