Re: timeouts on http connects outbound

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <misc@...>
Date: Saturday, April 19, 2008 - 5:11 am

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

etc.

"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.

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: timeouts on http connects outbound, Stuart Henderson, (Sat Apr 19, 5:11 am)