Hi,

I want to redirect http requests from internal clients to certain
external destinations to some internal server. 

With iptables rules, I would write something like

   iptables -t nat -I PREROUTING -s <clients> -d <dst> -p tcp --dport 80 -j 
DNAT --to-destination <srv>:8080

In vuurmuur, I found Actions 'Portfw', 'Redirect', 'Dnat', but they only
can redirect packets which are originally addressed to one of the
firewall IP addresses, but I need it to redirect requests to internet
destinations.

Is it possible to model something like the iptables rule above with
vuurmuur?

Regards
Matthias Ferdinand

------------------------------------------------------------------------------
Own the Future-Intel&reg; Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game 
on Steam. $5K grand prize plus 10 genre and skill prizes. 
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
_______________________________________________
Vuurmuur-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/vuurmuur-users

Reply via email to