OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Subject: [suse-security] PPTP VPN Firewall Settings
From: Drew A. Harris (dharrisnjpha.org)
Date: Sun Mar 12 2000 - 00:45:41 CST


I'm using the SuSE Firewall 2.0 script to set my firewall. However, I still need to manual add the following IPchains to be able to reach the VPN from my
clients
behind the firewall.

ipchains -I input -j ACCEPT -p 17 -s [vpn server ip address] -d [my external IP] -i eth1
ipchains -I forward -j MASQ -p 47 -s 192.168.0.1/32 -d [vpn server IP] -i eth1
ipchains -I output -j ACCEPT -p 47 -s [my external IP] -d [vpn server IP] -i eth1
ipchains -I input -j ACCEPT -p 47 -s [vpn server IP] -d [my external IP] -i eth1

Is there a way to configure the firewall.rc.config file to take care of this from within the script?

Thanks for your help.

DREW.

---------------------------------------------------------------------
To unsubscribe, e-mail: suse-security-unsubscribesuse.com
For additional commands, e-mail: suse-security-helpsuse.com