--On Thursday, March 06, 2003 04:39:20 PM +0100 Bibinsa <[EMAIL PROTECTED]> wrote:
Hello !
I made a IPSEC VPN between two LEAF Bering/freeswan.
All works fine but I must add this rule in the shorewall/start file :
iptables � t nat �A POSTROUTING �d 192.168.2.0/24 �j SNAT �to-source 192.168.2.5
I don't know how can I make it with shorewall files ?
You can't create exactly that same rule any other way. You can just leave that command in your /etc/shorewall/start file if it is working ok for you (after all, that is what Shorewall extension scripts are for) or you can tell us what problem you are trying to solve with that rule and we can help you. I suspect that you need to add an entry to the /etc/shorewall/masq file but without more details, I'm not going to try to guess what that entry should look like.
-Tom -- Tom Eastep \ Shorewall - iptables made easy Shoreline, \ http://www.shorewall.net Washington USA \ [EMAIL PROTECTED]
------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger for complex code. Debugging C/C++ programs can leave you feeling lost and disoriented. TotalView can help you find your way. Available on major UNIX and Linux platforms. Try it free. www.etnus.com ------------------------------------------------------------------------ leaf-user mailing list: [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-user SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html
