Results 1 to 1 of 1
Hi,
I am trying to use iptables to build a firewall that inspects traffic. I want iptables to look at the http header and upon match to route/nat to specific ...
- 03-02-2009 #1Just Joined!
- Join Date
- Aug 2008
- Location
- Albuquerque, NM
- Posts
- 2
routing/nating based on http header
Hi,
I am trying to use iptables to build a firewall that inspects traffic. I want iptables to look at the http header and upon match to route/nat to specific internal ip. For example:
I have two internal webservers and the external domain is mydomain.com. I want all traffic assigned to www.mydomain.com goes to 192.168.1.10 and traffic assigned to users.mydomain.com goes to 192.168.1.15.
Is that possible to do that with iptables?


Reply With Quote