Date: Tue, 25 Sep 2007 08:34:43 +0000 From: afsin cakir <afsincakir@hotmail.com> To: <freebsd-ipfw@freebsd.org> Subject: ipfw + natd + stateful Message-ID: <BLU107-W44B7D01451709D475F7A03CEB70@phx.gbl>
next in thread | raw e-mail | index | archive | help
I'm using 6,2 Relase with working caching only dns server. I'm testing ipfw for learning. this is my ipfw rules. I have a problem this config. I can browse internet but I can't login to hotmail.the page not displaying. 00009 allow ip from any to any via lo0 00010 deny ip from any to 127.0.0.0/8 00011 deny ip from 127.0.0.0/8 to any 00012 allow ip from any to any via lnc1 00016 divert 8668 ip from any to any in via lnc0 00017 check-state 00025 skipto 900 log logamount 1000 ip from me to any out via lnc0 uid root keep-state 00036 skipto 900 log logamount 1000 tcp from 192.168.55.56 to any dst-port 80 out via lnc0 setup keep-state 00037 skipto 900 log logamount 1000 tcp from 192.168.55.56 to any dst-port 443 out via lnc0 setup keep-state 00100 deny log logamount 1000 ip from any to any 00900 divert 8668 ip from any to any out via lnc0 00901 allow log logamount 10000 ip from any to any 01000 deny log logamount 10000 ip from any to any 65535 deny ip from any to any _________________________________________________________________ Windows Live Messenger'ın en son sürümünü ŞİMDİ indir! http://get.live.com/tr-tr/messenger/overview
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?BLU107-W44B7D01451709D475F7A03CEB70>