![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.security.firewalls archiveRe: Connection to SonicWall VPN through Linux IPTABLES Firewall/Proxy
From: <ajkessel@gmail.com>
Date: Wed Nov 02 2005 - 13:33:18 CET
My sysadmin told me he thought it was UDP port 500. What I don't
iptables -A FORWARD -i eth1 -o eth0 -j ACCEPT
Isn't sufficient to cover everything? That will forward all protocols
|