PPPoE Weirdness

I am having problems with PPPoE and certain things such as SOME SSL sites, online games (at least the one tested), and a SOAP interface.

Not MTU\MRU as TCP Optimizer has confirmed that I should have 1480, which is what the AP and clients are set for.

I have IP addresses, routing, then I go through a NAT… no problem. I add (with or without disabling the IP addresses on the client) PPPoE to the mix and nothing works, still doing NAT on the tower. Problem exists using either profile 0 or profile 1.

[admin@ICSAP1-HammettFarms1] ppp profile> print
Flags: * - default
0 * name=“default” local-address=172.16.1.1 remote-address=ICSAP1 use-compression=no use-vj-compression=no use-encryption=yes only-one=no change-tcp-mss=yes

1 name=“XXXXX” local-address=XX.XXX.XXX.XX remote-address=XXXXX IP Allocation use-compression=no use-vj-compression=no use-encryption=yes only-one=yes
change-tcp-mss=yes dns-server=XX.XXX.XXX.XX

2 * name=“default-encryption” use-compression=default use-vj-compression=default use-encryption=yes only-one=default change-tcp-mss=default


[admin@ICSAP1-HammettFarms1] ppp profile> /interface pppoe-server server print
Flags: X - disabled
0 service-name=“ICS - South” interface=South max-mtu=1480 max-mru=1480 authentication=pap,chap,mschap1,mschap2 keepalive-timeout=10 one-session-per-host=yes
max-sessions=0 default-profile=default

1 service-name=“ICS - North” interface=North max-mtu=1480 max-mru=1480 authentication=pap,chap,mschap1,mschap2 keepalive-timeout=10 one-session-per-host=no
max-sessions=0 default-profile=default

What other information should I supply to accurately troubleshoot this problem?

If it’s 802.11b, 1480 will NOT work for MTU/MRU. Should be 1472, regardless of what TCP Optimizer says.

1500 for ethernet - 20 for 802.11b overhead - 8 for ppp overhead = 1472

nods I am running N-Streme in 5 GHz.