is it possible (it is with M$ ISA) with iptables to forward based on http IP header information
example.
behind firewall has 3 web servers
www.Web-A.com 10.0.0.1
www.Web-B.com 10.0.0.2
www.Web-C.com 10.0.0.3
atm I can blanket forwared port 80 to one of the web servers. but like M$ ISA I would like to forward to the correct server behind the firewall.
web-A would forward to 10.0.0.1
web-B would forward to 10.0.0.2
web-C would forward to 10.0.0.3
is this possible with IPTABLEs.. if so how ?
any one
