EFW Support

Support => General Support => Topic started by: bangsters on Friday 19 February 2010, 04:00:12 am



Title: Can someone explain Incoming Routed Traffic and how to setup
Post by: bangsters on Friday 19 February 2010, 04:00:12 am
How exactly is Incoming Routed Traffic setup and how is it different from Destination NAT?  Also, how do I configure it?  There is only an option for source and target.  There is not option for destination....

Example, my firewall is assigned 1 extra public IP, 66.55.77.88.  How do I use that IP and have all traffic sent to my webserver?  Does the webserver need to be assigned this IP in it's nic settings (which will defeat the purpose of the firewall), or have it assigned a private IP (which in this case, DNAT will be used).... so how exactly can I use incoming routed traffic?? I'd like to use this over DNAT as DNAT cannot do 1:1 or symmetrical NAT and we have issues with it and our sip servers.

Thanks

 


Title: Re: Can someone explain Incoming Routed Traffic and how to setup
Post by: bangsters on Tuesday 23 February 2010, 03:49:00 pm
bump anyone????  I read the docs and it's very brief and unclear.


Title: Re: Can someone explain Incoming Routed Traffic and how to setup
Post by: bangsters on Wednesday 24 February 2010, 12:39:42 am
anyone please????


Title: Re: Can someone explain Incoming Routed Traffic and how to setup
Post by: arminf on Wednesday 03 March 2010, 07:22:00 am
Hi Bangsters

i route port 6881 to an internal address on my green network.
no worry its a virtual machine ;-)

This is my setup. Should work for you also.

Outgoing firewall configuration
outgoing traffic my server ip to RED any port/protocol  -> there you would use 80/443 + check your proxy server ip default 8080

Incoming firewall configuration
Incoming routed traffic to my server ip port 6881 -> there you would use 80/443

My application is working. Only issue i have the traffic is scanned for IDS which classify the app as attack :-(
Good Luck!
regards armin


Title: Re: Can someone explain Incoming Routed Traffic and how to setup
Post by: bangsters on Thursday 04 March 2010, 01:09:58 am
thanks.

how exactly did you setup the incoming, particularly source and destination fields?  Do I need to put my public IP in the source, and the private IP in destination?

Also, do I need to put anything in the DNAT tab for this as well?  I assume you have the virtual server configured with a private IP (the same IP in the destination of incoming routed traffic?)?

Thanks