[EMAIL PROTECTED] wrote: >Let me re-phrase my question. How can I get VPN to work over IPtables? >I don't know what VPN software my company is using. Are there any rule sets >or papers I can read though to start? > Basically, each VPN has its own rules. I use vtund which requires a specific TCP and UDP port; ipsec uses udp (??) and a couple of non-standard protocols, pptp uses tcp port 1723 and a non-standard protocol, and so on.
Each VPN is completely different, so you must begin by finding out what VPN you are using, and (possibly) what client you will be using. --Yan