What's new

SSL timeout - Guest Network over PPPOE

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Jack Yaz

Part of the Furniture
Hi,

Strange issue! I have my guest network on a separate subnet using my YazFi script. Clients can connect to the router, ping tracert and nslookup on WAN but browser's report connection timed out.

If i route them over a VPN client on the router there are no problems so I'm assuming something is wrong with the WAN. I didn't have this issue on cable Internet only now I have to use ppoe..

Any ideas? I will attempt a factory reset if needed but to me it seems I'm missing something obvious.

Particularly curious that all connectivity except browsing works!
 
MTU issue and placement of rule in forward chain. Needs to come after
Code:
-A FORWARD -p tcp -m tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu
 

Latest threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top