Anyone have a working IPv6 with RH7 and 2.4.2+ kernel?

If so, what would need to change in my current rc.local:
______________________________________________
# IPTABLES 1.1.1 (Insert modules)
insmod ip_tables
insmod ip_conntrack
insmod iptable_nat
insmod ipt_MASQUERADE

# Set up masquerading for everything not destined to
# localnets

iptables -t nat -A POSTROUTING -d ! 192.168.1.0/22 -j MASQUERADE

# only forward packages for our subnets

iptables -A FORWARD -s 192.168.1.0/22 -j ACCEPT
iptables -A FORWARD -d 192.168.1.0/22 -j ACCEPT
iptables -A FORWARD -j DROP

# enable forwarding
echo "1" > /proc/sys/net/ipv4/ip_forward

Please offer suggestions.

Thanks,

Frank



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

Reply via email to