On Mon, Apr 01, 2002 at 04:36:19PM +1000, David wrote: > I've done the following to make ip forwarding work: > > echo 1 > /proc/sys/net/ipv4/ip_forward > > that seems ok.. now I want to make it permanent but I can't > figure out what config file I have to change. Can anyone help?
net.ipv4.ip_forward = 1 (or simply comment the line out) in /etc/sysctl.conf. FORWARD_IPV4=yes in /etc/sysconfig/network. Cheers, John -- whois [EMAIL PROTECTED] GPG key id: 0xD59C360F http://kirriwa.net/john/ -- SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
