Community discussions

MikroTik App
 
icemanZ
just joined
Topic Author
Posts: 18
Joined: Thu Sep 14, 2006 2:29 am
Location: montreal, Canada

PPPoE route issues

Mon Mar 29, 2010 8:10 pm

Hi,

Using RouterOs with both Hotspot and am adding PPPoE service. Have PPPoE configured and working,
just that certain websites are not working.

If I switch the same PC to hotspot works fine. The websites on port 80 do not show up, but able to access SMTP on the same server on port. Traceroute will get me to the host.

I checked the PPPoE server settings and do not find and web proxy or other setting that would effect web traffic in any way. Firewall rules are fine because most site are accessible.

Using version 2.9.50 of router OS on RB525 board.

Anyone have any ideas?
 
fewi
Forum Guru
Forum Guru
Posts: 7717
Joined: Tue Aug 11, 2009 3:19 am

Re: PPPoE route issues

Mon Mar 29, 2010 8:21 pm

Are you running PPPoE and Hotspot on the same interface? According to Mikrotik staff, that's not a supported configuration and will not work. Also, 2.9.50 is really, really old.
 
User avatar
Chupaka
Forum Guru
Forum Guru
Posts: 8712
Joined: Mon Jun 19, 2006 11:15 pm
Location: Minsk, Belarus
Contact:

Re: PPPoE route issues

Mon Mar 29, 2010 11:31 pm

/ip firewall mangle add chain=forward protocol=tcp tcp-flags=syn tcp-mss=1361-65535 action=change-mss new-mss=1360 disabled=no