[Firehol-support] firewall issue

Thomas Arendsen Hein thomas at intevation.de
Wed Mar 29 13:44:10 BST 2006


* Catalin Constantin <catalin at bounce-software.com> [20060329 14:21]:
> Well, i think this is exactly what it happens !
> The server also has a LOCAL ip: 192.168.0.10 !
> 
> Any hint for the nat command ?

We use something like this:

intif="eth1"; intip="192.168.0.254"; intnet="192.168.0.0/24"

snat to "$intip" outface "$intif" src "$intnet" dst "$intnet"

router "int2int" inface "$intif" outface "$intif" src "$intnet" dst "$intnet"
    server "all" accept

Thomas

-- 
Email: thomas at intevation.de
http://intevation.de/~thomas/




More information about the Firehol-support mailing list