Greetings, I'm using netfilter to nat/firewall my cable connection to my lan. I currently have 5 static IP addresses and would like to know if it is possible to alias all 5 addresses on the inet_iface and then forward to different machines on the lan_iface based on destination IP. For instance, there are 3 web servers on the lan say 10.1.1.1 - 10.1.1.3 and I want all port 80/443 that comes to the netfilter machine on the inet_address 1.2.3.4 to go to lan_address 10.1.1.1 and all port 80/443 from inet_address 4.3.2.1 to forward to 10.1.1.2 etc. Is this possible? If so, how about a point in the right direction. TIA Matt