Leonard den Ottolander wrote:

>  Are you sure you enabled IP forwarding on the router? Do you have an entry
> net.ipv4.ip_forward = 1
> in /etc/sysctl.conf?

My /etc/sysctl.conf:
--snip--
# Enables packet forwarding
net.ipv4.ip_forward = 1
# Enables source route verification
net.ipv4.conf.all.rp_filter = 0
# Enables automatic defragmentation (needed for masquerading, LVS)
net.ipv4.ip_always_defrag = 1
# Disables the magic-sysrq key
kernel.sysrq = 0
--snip--

And:

# cat /proc/sys/net/ipv4/ip_forward 
1

Peter



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to