Index: /lvs/debian/config/etc/inetd.conf
===================================================================
--- /lvs/debian/config/etc/inetd.conf	(revision 567)
+++ /lvs/debian/config/etc/inetd.conf	(revision 568)
@@ -1,2 +1,41 @@
+# /etc/inetd.conf:  see inetd(8) for further informations.
+#
+# Internet superserver configuration database
+#
+#
+# Lines starting with "#:LABEL:" or "#<off>#" should not
+# be changed unless you know what you are doing!
+#
+# If you want to disable an entry so it isn't touched during
+# package updates just comment it out with a single '#' character.
+#
+# Packages should modify this file by using update-inetd(8)
+#
+# <service_name> <sock_type> <proto> <flags> <user> <server_path> <args>
+#
+#:INTERNAL: Internal services
+#discard		stream	tcp	nowait	root	internal
+#discard		dgram	udp	wait	root	internal
+#daytime		stream	tcp	nowait	root	internal
+#time		stream	tcp	nowait	root	internal
+
+#:STANDARD: These are standard services.
+
+#:BSD: Shell, login, exec and talk are BSD protocols.
+
+#:MAIL: Mail, news and uucp services.
+
+#:INFO: Info services
+ident		stream	tcp	wait	identd	/usr/sbin/identd	identd
+
+#:BOOT: TFTP service is provided primarily for booting.  Most sites
+#       run this only on machines acting as "boot servers."
+
+#:RPC: RPC based services
+
+#:HAM-RADIO: amateur-radio services
+
+#:OTHER: Other services
+
 # Make it easy to remotely query these LVS servers
 # Joe Presbrey <presbrey@mit.edu>
Index: /lvs/debian/config/etc/modules
===================================================================
--- /lvs/debian/config/etc/modules	(revision 567)
+++ /lvs/debian/config/etc/modules	(revision 568)
@@ -1,12 +1,8 @@
 # /etc/modules: kernel modules to load at boot time.
 #
-# This file should contain the names of kernel modules that are
-# to be loaded at boot time, one per line.  Comments begin with
-# a "#", and everything on the line after them are ignored.
+# This file contains the names of kernel modules that should be loaded
+# at boot time, one per line. Lines beginning with "#" are ignored.
 
-ide-cd
-ide-detect
-ide-disk
-psmouse
+loop
 ip_vs_dh
 ip_vs_ftp
Index: /lvs/debian/config/etc/ntp.conf
===================================================================
--- /lvs/debian/config/etc/ntp.conf	(revision 567)
+++ /lvs/debian/config/etc/ntp.conf	(revision 568)
@@ -1,6 +1,3 @@
 # /etc/ntp.conf, configuration for ntpd
-
-# ntpd will use syslog() if logfile is not defined
-#logfile /var/log/ntpd
 
 driftfile /var/lib/ntp/ntp.drift
@@ -16,24 +13,21 @@
 server time.mit.edu
 
-# pool.ntp.org maps to more than 100 low-stratum NTP servers.
+# pool.ntp.org maps to more than 300 low-stratum NTP servers.
 # Your server will pick a different set every time it starts up.
 #  *** Please consider joining the pool! ***
-#  ***  <http://www.pool.ntp.org/#join>  ***
-#server pool.ntp.org
-#server pool.ntp.org
-## uncomment for extra reliability
-
-# ... and use the local system clock as a reference if all else fails
-# NOTE: in a local network, set the local stratum of *one* stable server
-# to 10; otherwise your clocks will drift apart if you lose connectivity.
-server 127.127.1.0
-fudge 127.127.1.0 stratum 13
+#  *** <http://www.pool.ntp.org/join.html> ***
+#server 0.debian.pool.ntp.org iburst
+#server 1.debian.pool.ntp.org iburst
+#server 2.debian.pool.ntp.org iburst
+#server 3.debian.pool.ntp.org iburst
 
 # By default, exchange time with everybody, but don't allow configuration.
 # See /usr/share/doc/ntp-doc/html/accopt.html for details.
-restrict default kod notrap nomodify nopeer noquery
+restrict -4 default kod notrap nomodify nopeer noquery
+restrict -6 default kod notrap nomodify nopeer noquery
 
 # Local users may interrogate the ntp server more closely.
-restrict 127.0.0.1 nomodify
+restrict 127.0.0.1
+restrict ::1
 
 # Clients from this (example!) subnet have unlimited access,
@@ -50,3 +44,2 @@
 #disable auth
 #broadcastclient
-
Index: /lvs/debian/config/etc/sysctl.conf
===================================================================
--- /lvs/debian/config/etc/sysctl.conf	(revision 567)
+++ /lvs/debian/config/etc/sysctl.conf	(revision 568)
@@ -1,1 +1,26 @@
-net.ipv4.ip_forward = 1
+#
+# /etc/sysctl.conf - Configuration file for setting system variables
+# See sysctl.conf (5) for information.
+#
+
+#kernel.domainname = example.com
+#net/ipv4/icmp_echo_ignore_broadcasts=1
+
+# Uncomment the following to stop low-level messages on console
+#kernel.printk = 4 4 1 7
+
+##############################################################3
+# Functions previously found in netbase
+#
+
+# Uncomment the next line to enable Spoof protection (reverse-path filter)
+#net.ipv4.conf.default.rp_filter=1
+
+# Uncomment the next line to enable TCP/IP SYN cookies
+#net.ipv4.tcp_syncookies=1
+
+# Uncomment the next line to enable packet forwarding for IPv4
+net.ipv4.conf.default.forwarding=1
+
+# Uncomment the next line to enable packet forwarding for IPv6
+#net.ipv6.conf.default.forwarding=1
