[ Charset ISO-8859-1 unsupported, converting... ] > 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
Possibly...what exactly does this rule to packets destined to portal.domain.com port 80 ? I think you want to do policy routing - e.i. pass in fastroute proto tcp from any to portal.domain.com port = 80 flags S keep state Darren
