Trying to get my IP chains firewall to allow my internal users to access
VPN's (client-server) outside. I've rebuilt the kernel to support GRE but
I'm not sure what rules I need to set up. The current setup works fine for
browsing. etc.
My current rules are:
/sbin/ipchains -F input
/sbin/ipchains -F output
/sbin/ipchains -F forward
/sbin/ipchains -P forward DENY
/sbin/ipchains -A forward -s 192.168.100.0/24 -j MASQ
/sbin/modprobe ip_masq_ftp
This is running on RedHat 7.0
Thanks for any help
VPN's (client-server) outside. I've rebuilt the kernel to support GRE but
I'm not sure what rules I need to set up. The current setup works fine for
browsing. etc.
My current rules are:
/sbin/ipchains -F input
/sbin/ipchains -F output
/sbin/ipchains -F forward
/sbin/ipchains -P forward DENY
/sbin/ipchains -A forward -s 192.168.100.0/24 -j MASQ
/sbin/modprobe ip_masq_ftp
This is running on RedHat 7.0
Thanks for any help