Community discussions

MikroTik App
 
angelusgi
just joined
Topic Author
Posts: 2
Joined: Sun May 29, 2022 12:17 pm

[hap_ac3] pppoe connection very slow

Sun May 29, 2022 1:02 pm

hi,
actually I've a Vodafone internet connection with fttc technology.
In my infrastructure I have:
  • TP-LINK Archer VR1210v : as bridge modem
  • Mikrotik hap ac3 : as router
The really strange situation is: if I try to connect using PPPoE directly from TP-Link, Internet connection is quite good. if I use tplink+mikrotik connection is very slow.

Speedtest:
using mikrotik: https://www.speedtest.net/result/13213351429
using tp link: https://www.speedtest.net/result/13213399837

I've taken PPPoE parameters by this support page
msedge_HAoJ8yIZgR.png
:
https://www.vodafone.it/privati/support ... ativo.html

My actual config on My ac3:
export.rsc
any help? what am I missing? I'm really newby in mikrotik world, sorry about that
You do not have the required permissions to view the files attached to this post.
 
User avatar
rextended
Forum Guru
Forum Guru
Posts: 12001
Joined: Tue Feb 25, 2014 12:49 pm
Location: Italy
Contact:

Re: [hap_ac3] pppoe connection very slow

Mon May 30, 2022 12:23 am

Che export hai fatto?
troppi dettagli, non ci si capisce una mazza.

****************

vlan-id=1048 ??? on doc are 1036...

use /export without verbose
 
angelusgi
just joined
Topic Author
Posts: 2
Joined: Sun May 29, 2022 12:17 pm

Re: [hap_ac3] pppoe connection very slow

Mon May 30, 2022 12:42 am

Che export hai fatto?
troppi dettagli, non ci si capisce una mazza.

****************

vlan-id=1048 ??? on doc are 1036...

use /export without verbose
vlan id is set on the tp link bridge interface to 1036
msedge_XXhLr6rfAX.png

# may/29/2022 23:35:36 by RouterOS 7.2.3
# software id = PTJ7-8IEH
#
# model = RBD53iG-5HacD2HnD
# serial number = <CENSORED>
/interface bridge
add admin-mac=2C:C8:1B:61:F6:B7 auto-mac=no comment=defconf mtu=1460 name=bridge
/interface ethernet
set [ find default-name=ether1 ] advertise=1000M-half,1000M-full l2mtu=1534 mtu=1436
set [ find default-name=ether2 ] advertise=100M-half,100M-full
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-onlyn country=italy disabled=no distance=indoors frequency=auto installation=indoor mode=ap-bridge ssid=agv-home wireless-protocol=802.11 wps-mode=disabled
set [ find default-name=wlan2 ] band=5ghz-a/n/ac channel-width=20/40/80mhz-eCee country=italy disabled=no distance=indoors frequency=auto installation=indoor mode=ap-bridge ssid=agv-home wireless-protocol=802.11 wps-mode=disabled
/interface pppoe-client
add add-default-route=yes disabled=no interface=ether1 keepalive-timeout=disabled max-mtu=1480 name=pppoe-out1 service-name=vodafone-internet user=vodafonedsl
/interface ethernet switch
set 0 cpu-flow-control=no
/interface list
add comment=defconf name=WAN
add comment=defconf name=LAN
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa-psk,wpa2-psk mode=dynamic-keys supplicant-identity=MikroTik
/ip pool
add name=dhcp ranges=192.168.88.10-192.168.88.254
/ip dhcp-server
add address-pool=dhcp interface=bridge name=defconf
/interface bridge port
add bridge=bridge comment=defconf interface=ether2
add bridge=bridge comment=defconf interface=ether3
add bridge=bridge comment=defconf interface=ether4
add bridge=bridge comment=defconf interface=ether5
add bridge=bridge comment=defconf interface=wlan1
add bridge=bridge comment=defconf interface=wlan2
/ip neighbor discovery-settings
set discover-interface-list=LAN
/interface list member
add comment=defconf interface=bridge list=LAN
add comment=defconf interface=ether1 list=WAN
add interface=pppoe-out1 list=WAN
/ip address
add address=192.168.88.1/24 comment=defconf interface=bridge network=192.168.88.0
/ip dhcp-client
add comment=defconf disabled=yes interface=ether1
/ip dhcp-server network
add address=192.168.88.0/24 comment=defconf dns-server=192.168.88.1 gateway=192.168.88.1
/ip dns
set allow-remote-requests=yes servers=208.67.222.222,208.67.220.220
/ip dns static
add address=192.168.88.1 comment=defconf name=router.lan
/ip firewall filter
add action=accept chain=input comment="defconf: accept established,related,untracked" connection-state=established,related,untracked
add action=drop chain=input comment="defconf: drop invalid" connection-state=invalid
add action=accept chain=input comment="defconf: accept ICMP" protocol=icmp
add action=accept chain=input comment="defconf: accept to local loopback (for CAPsMAN)" dst-address=127.0.0.1
add action=drop chain=input comment="defconf: drop all not coming from LAN" in-interface-list=!LAN
add action=accept chain=forward comment="defconf: accept in ipsec policy" ipsec-policy=in,ipsec
add action=accept chain=forward comment="defconf: accept out ipsec policy" ipsec-policy=out,ipsec
add action=fasttrack-connection chain=forward comment="defconf: fasttrack" connection-state=established,related hw-offload=yes
add action=accept chain=forward comment="defconf: accept established,related, untracked" connection-state=established,related,untracked
add action=drop chain=forward comment="defconf: drop invalid" connection-state=invalid
add action=drop chain=forward comment="defconf: drop all from WAN not DSTNATed" connection-nat-state=!dstnat connection-state=new in-interface-list=WAN
/ip firewall nat
add action=masquerade chain=srcnat comment="defconf: masquerade" ipsec-policy=out,none out-interface-list=WAN
/ip upnp
set enabled=yes
/ip upnp interfaces
add interface=bridge type=internal
add interface=pppoe-out1 type=external
/ipv6 firewall address-list
add address=::/128 comment="defconf: unspecified address" list=bad_ipv6
add address=::1/128 comment="defconf: lo" list=bad_ipv6
add address=fec0::/10 comment="defconf: site-local" list=bad_ipv6
add address=::ffff:0.0.0.0/96 comment="defconf: ipv4-mapped" list=bad_ipv6
add address=::/96 comment="defconf: ipv4 compat" list=bad_ipv6
add address=100::/64 comment="defconf: discard only " list=bad_ipv6
add address=2001:db8::/32 comment="defconf: documentation" list=bad_ipv6
add address=2001:10::/28 comment="defconf: ORCHID" list=bad_ipv6
add address=3ffe::/16 comment="defconf: 6bone" list=bad_ipv6
/ipv6 firewall filter
add action=accept chain=input comment="defconf: accept established,related,untracked" connection-state=established,related,untracked
add action=drop chain=input comment="defconf: drop invalid" connection-state=invalid
add action=accept chain=input comment="defconf: accept ICMPv6" protocol=icmpv6
add action=accept chain=input comment="defconf: accept UDP traceroute" port=33434-33534 protocol=udp
add action=accept chain=input comment="defconf: accept DHCPv6-Client prefix delegation." dst-port=546 protocol=udp src-address=fe80::/10
add action=accept chain=input comment="defconf: accept IKE" dst-port=500,4500 protocol=udp
add action=accept chain=input comment="defconf: accept ipsec AH" protocol=ipsec-ah
add action=accept chain=input comment="defconf: accept ipsec ESP" protocol=ipsec-esp
add action=accept chain=input comment="defconf: accept all that matches ipsec policy" ipsec-policy=in,ipsec
add action=drop chain=input comment="defconf: drop everything else not coming from LAN" in-interface-list=!LAN
add action=accept chain=forward comment="defconf: accept established,related,untracked" connection-state=established,related,untracked
add action=drop chain=forward comment="defconf: drop invalid" connection-state=invalid
add action=drop chain=forward comment="defconf: drop packets with bad src ipv6" src-address-list=bad_ipv6
add action=drop chain=forward comment="defconf: drop packets with bad dst ipv6" dst-address-list=bad_ipv6
add action=drop chain=forward comment="defconf: rfc4890 drop hop-limit=1" hop-limit=equal:1 protocol=icmpv6
add action=accept chain=forward comment="defconf: accept ICMPv6" protocol=icmpv6
add action=accept chain=forward comment="defconf: accept HIP" protocol=139
add action=accept chain=forward comment="defconf: accept IKE" dst-port=500,4500 protocol=udp
add action=accept chain=forward comment="defconf: accept ipsec AH" protocol=ipsec-ah
add action=accept chain=forward comment="defconf: accept ipsec ESP" protocol=ipsec-esp
add action=accept chain=forward comment="defconf: accept all that matches ipsec policy" ipsec-policy=in,ipsec
add action=drop chain=forward comment="defconf: drop everything else not coming from LAN" in-interface-list=!LAN
/system clock
set time-zone-name=Europe/Rome
/system routerboard settings
set auto-upgrade=yes
/system scheduler
add interval=5m name=Update-OpenDNS on-event=OpenDNS policy=read,write start-time=startup
/system script
<CENSORED>
/tool graphing interface
add allow-address=192.168.88.0/24 interface=pppoe-out1
add allow-address=192.168.88.0/24 interface=ether1
add allow-address=192.168.88.0/24 interface=bridge
/tool mac-server
set allowed-interface-list=LAN
/tool mac-server mac-winbox
set allowed-interface-list=LAN
You do not have the required permissions to view the files attached to this post.
 
User avatar
rextended
Forum Guru
Forum Guru
Posts: 12001
Joined: Tue Feb 25, 2014 12:49 pm
Location: Italy
Contact:

Re: [hap_ac3] pppoe connection very slow

Mon May 30, 2022 1:09 am

Fai attenzione quando fai gli export anche a gli script... c'era la tua mail nello script OpenDNS...

vlan id is set on the tp link bridge interface to 1036
I read on previous export
/interface vlan
add [...] vlan-id=1048


the speedtests are maded by wifi or by cable?

why you reduce MTU on ether1? is pppoe than decide used MTU and 1436 is less than pppoe 1480

Paste this on terminal:
{
/interface bridge
set bridge mtu=auto

/interface ethernet
set [ find default-name=ether1 ] advertise=10M-half,10M-full,100M-half,100M-full,1000M-half,1000M-full l2mtu=1600 mtu=1500
set [ find default-name=ether2 ] advertise=10M-half,10M-full,100M-half,100M-full,1000M-half,1000M-full

/interface ethernet switch
set 0 cpu-flow-control=yes

/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa2-psk
}
 
User avatar
rextended
Forum Guru
Forum Guru
Posts: 12001
Joined: Tue Feb 25, 2014 12:49 pm
Location: Italy
Contact:

Re: [hap_ac3] pppoe connection very slow

Mon May 30, 2022 1:23 am

CAMBIA SUBITO LA PASSWORD OPENDNS!!!
 
zagbur
just joined
Posts: 6
Joined: Sat May 21, 2022 1:12 pm

Re: [hap_ac3] pppoe connection very slow

Mon May 30, 2022 3:47 pm

Could it be the same thing I found? viewtopic.php?t=186143 I mean as a root cause in forwarding traffic, since you don't terminate PPPoE on the MT.

Who is online

Users browsing this forum: JohnConnett, qatar2022 and 32 guests