Hi,

I just tried endian for my own home made infrastructure, and I am very 
impressed, it's a really great solution!  But I have a problem I cannot 
(yet) solve.

I have an ADSL modem (speedtouch 510), which connect to internet using 
PPPoE, and NAT every coming packet to the RED nic of my efw.
I have a web site, using a web server on the ORANGE network, efw NAT 
the port 80 to this server.

>From internet, it's working fine.
>From the GREEN network, if I try to connect to my web server using the 
internet fqdn, the packet are forwarded to the public side of the 
modem, and get lost.

I would like to add a rule like this one so that packets from GREEN to 
the public fqdn will be directly sent to the web server in the DMZ.:

PREROUTING -i eth_GREEN -d @IP_domain.com -p tcp --dport 80 -j DNAT 
--to-destination 172.16.1.10

How can I do that ? Thanks for any help.




-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Efw-user mailing list
Efw-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/efw-user

Reply via email to