Date: Sat, 15 Feb 2014 12:34:24 +0900 (JST) From: SAITOU Toshihide <toshi@ruby.ocn.ne.jp> To: freebsd-ipfw@freebsd.org Subject: something is wrong after 9.2 to 10.0 Message-ID: <20140215.123424.159647737.toshi@ruby.ocn.ne.jp>
next in thread | raw e-mail | index | archive | help
I'm using FreeBSD as desktop and also using as nat gateway. After update from 9.2 to 10.0, some network problem occurs on this desktop machine's environment. - Sometimes email transmission failed with `stat=Deferred: 452', maybe when the size is large. - Firefox failed to post a form of web page on https. - Cadaver is no longer able to put file. But if I delete the following rule, the problem don't occur. 00050 352686 304039811 nat 123 ip4 from any to any via alc0 And the related rc.conf entry is here: firewall_enable="YES" firewall_type="open" firewall_quiet="NO" firewall_logging="YES" firewall_nat_enable="YES" firewall_nat_interface="alc0" Is there any clue? -- SAITOU Toshihide
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140215.123424.159647737.toshi>