[Ferm] NAT network not able to reach outside IP of NAT server.
Eivind Aksland
eaksland at hotmail.com
Thu Mar 17 08:55:39 CET 2011
> What you need is SNAT, so response packets are routed through your
> internet router.
>
> (That problem is not specific to ferm)
Hi
Thanks for quick answer.
I already have SNAT rule in my ferm.conf:
# This is the NAT/MASQUERADING rule
table nat chain POSTROUTING {
#outerface $public_if saddr ($private_net $wireless_net) SNAT to $outside_ip;
outerface $public_if daddr !$outside_ip saddr ($private_net $wireless_net) SNAT to $outside_ip;
}
Or are you talking about something else? What do you mean when you say that this problem is not specific to ferm?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://foo-projects.org/pipermail/ferm/attachments/20110317/c4e762db/attachment.html>
More information about the Ferm
mailing list