On 2008-04-19, Moe Sizlak wrote:
> ext_if="pppoe0"
Read "MTU/MSS ISSUES" in pppoe(4). This is most likely your problem,
but I'll continue with some other things in case it doesn't:
> sysctl -w net.inet.tcp.mssdflt=1452
Does it work any better if you don't touch the knobs?
> block in quick on $ext_if inet proto tcp from any to any flags FUP/FUP
These are already covered by "block all", not your problem but
they're redundant.
> pass out on $ext_if proto tcp all modulate state flags S/SA
"keep state" and "flags S/SA" are set by default now, not your problem
but leaving them out makes for an easier-to-read ruleset.
If you still have problems after fixing MTU then try "keep state"
rather than "modulate state". if you still have problems after that,
pfctl -x misc, and look at the logs.
| Tarkan Erimer | Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3 |
| Greg KH | [GIT PATCH] driver core patches against 2.6.24 |
| James Bottomley | Re: Announce: Linux-next (Or Andrew's dream :-)) |
| Trent Piepho | Re: [PATCH] fakephp: Allocate PCI resources before adding the device |
| Antonio Almeida | HTB accuracy for high speed |
| David Miller | [GIT]: Networking |
| Gerrit Renker | [PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side) |
| Jarek Poplawski | [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
git: | |
