Hi all,Is there a possibility to do the same thing with ipfilter as with iptables shown bellow ? I want to forward all packets from my LAN with destination address portal.domain.com to be accepted, because I configured my browser not to use proxy for portal.domain.com.
iptables -I FORWARD -s 0/0 -d portal.domain.com --protocol tcp --dport 80 -j ACCEPT
Can you give me some suggestions, comments please ? Thanks. Stefan
