Skip to content

Instantly share code, notes, and snippets.

@wilful
Created January 20, 2012 08:54
Show Gist options
  • Save wilful/1646207 to your computer and use it in GitHub Desktop.
Save wilful/1646207 to your computer and use it in GitHub Desktop.
ns# cat /etc/rc.conf
# This file now contains just the overrides from /etc/defaults/rc.conf.
# Please make all changes to this file, not to /etc/defaults/rc.conf.
# Enable network daemons for user convenience.
# Created: Tue Feb 8 16:30:11 2005
# -- sysinstall generated deltas -- # Tue Feb 8 16:30:11 2005
#--- VolgaTelecom Interface
ifconfig_rl0="inet 10.0.0.2 netmask 255.255.255.0"
#--- Internal Interface
ifconfig_rl1="inet 192.168.0.254 netmask 255.255.255.0"
# --- OnLine
#ifconfig_rl2="inet 194.0.69.26 netmask 255.255.255.224"
ifconfig_rl2="inet 79.140.18.13 netmask 255.255.255.224"
# defaultrouter="194.0.69.1"
defaultrouter="79.140.18.1"
hostname="ns.zbo.ru"
font8x8="cp866-8x8"
font8x14="cp866-8x14"
font8x16="cp866b-8x16"
scrnmap="koi8-r2cp866"
keyrate="normal"
keymap="ru.koi8-r"
mousechar_start="3"
saver="warp"
named_enable="YES"
sshd_enable="YES"
inetd_enable="YES"
sendmail_enable="YES"
gateway_enable="YES"
usbd_enable="NO"
firewall_enable="YES"
firewall_type="ZBO"
squid_enable="YES"
natd_enable="YES"
natd_interface="rl2"
natd_flags="-f /etc/natd.conf"
vsftpd_enable="YES"
mysql_enable="YES"
# This file now contains just the overrides from /etc/defaults/rc.conf.
# Please make all changes to this file, not to /etc/defaults/rc.conf.
# Enable network daemons for user convenience.
# Created: Mon Jul 27 23:02:52 2009
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment