Hello everyone,
I need help with my PPPoE Server bandwidth. I make profiles and give each one a specified bandwidth limit. The bandwidth limit didn't match to what I set when I set up my client router for PPPOE. I then tried using basic queues and the destination IP address, but that didn't work either. However, when I torch the queue profile and try to speed test, my bandwidth limit does work.
More Details: I have running dhcp server, static and PPPoE set up for my LAN interface
I need help with my PPPoE Server bandwidth. I make profiles and give each one a specified bandwidth limit. The bandwidth limit didn't match to what I set when I set up my client router for PPPOE. I then tried using basic queues and the destination IP address, but that didn't work either. However, when I torch the queue profile and try to speed test, my bandwidth limit does work.
More Details: I have running dhcp server, static and PPPoE set up for my LAN interface
Code:
# 2024-03-10 16:13:53 by RouterOS 7.13.3# software id = ********## model = RB5009UG+S+# serial number = ************/interface bridgeadd name=LAN_BRIDGE/interface ethernetset [ find default-name=ether1 ] name=eth1-WANset [ find default-name=ether2 ] name=eth2-WAN2/interface wireguardadd comment=back-to-home-vpn listen-port=1007 mtu=1420 name=back-to-home-vpn/interface bondingadd name=bond_lan slaves=ether5,ether6/interface listadd name=LANadd name=WAN/ip pooladd name=dhcp_pool ranges=10.10.0.1-10.10.10.0,10.10.10.2-10.10.255.254add name=pppoe_pool ranges=120.84.50.0/24/ip dhcp-serveradd address-pool=dhcp_pool interface=LAN_BRIDGE lease-time=1d name=\ dhcp_server/ppp profileset *0 dns-server=8.8.8.8,192.168.111.1 use-encryption=yesadd dns-server=8.8.8.8,1.1.1.1 local-address=120.84.50.1 name=5Mbps \ rate-limit=6M/6M remote-address=pppoe_pool use-encryption=yesadd dns-server=8.8.8.8,1.1.1.1 local-address=120.84.50.1 name=15Mbps \ rate-limit=17M/17M remote-address=pppoe_pool use-encryption=yesadd dns-server=8.8.8.8,1.1.1.1 local-address=120.84.50.1 name=10Mbps \ rate-limit=11M/11M remote-address=pppoe_pool use-encryption=yesadd dns-server=8.8.8.8,1.1.1.1 local-address=120.84.50.1 name=20Mbps \ rate-limit=22M/22M remote-address=pppoe_pool use-encryption=yes/interface bridge portadd bridge=LAN_BRIDGE interface=LAN/interface detect-internetset detect-interface-list=all/interface list memberadd interface=ether7 list=LANadd interface=ether8 list=LANadd interface=bond_lan list=LANadd interface=eth1-WAN list=WANadd interface=eth2-WAN2 list=WANadd interface=pppoe-out1 list=WAN/interface pppoe-server serveradd default-profile=5Mbps disabled=no interface=LAN_BRIDGE \ one-session-per-host=yes service-name=pppoe_server/interface wireguard peersadd allowed-address=*******************/ip addressadd address=10.10.10.1/16 interface=LAN_BRIDGE network=10.10.0.0add address=192.168.50.1/24 interface=LAN_BRIDGE network=192.168.50.0add address=192.168.100.1/24 interface=LAN_BRIDGE network=192.168.100.0/ip cloudset back-to-home-vpn=enabled ddns-enabled=yes/ip cloud advancedset use-local-address=yes/ip dhcp-clientadd interface=eth2-WAN2/ip dhcp-server networkadd address=10.10.0.0/16 dns-server=8.8.8.8,1.1.1.1 gateway=10.10.10.1/ip dnsset allow-remote-requests=yes servers=8.8.8.8,1.1.1.1/ip firewall filteradd action=accept chain=input dst-port=8291 protocol=tcpadd action=accept chain=input comment="accept establised,related" \ connection-state=established,related in-interface-list=WANadd action=drop chain=input connection-state=invalid in-interface-list=WANadd action=accept chain=input comment="Allow Winbox" dst-port=8291 \ in-interface-list=WAN protocol=tcp src-port=8291add action=accept chain=input comment="allow SSH" dst-port=22 \ in-interface-list=WAN protocol=tcpadd action=drop chain=input comment="block everything else" \ in-interface-list=WANadd action=fasttrack-connection chain=forward comment=\ "fast-track for established,related" connection-state=established,related \ hw-offload=yesadd action=accept chain=forward comment="accept established,related" \ connection-state=established,relatedadd action=drop chain=forward connection-state=invalidadd action=drop chain=forward comment=\ "drop access to clients behind NAT from WAN" connection-nat-state=!dstnat \ connection-state=new in-interface-list=WAN/ip firewall mangle/ip firewall natadd action=masquerade chain=srcnat out-interface-list=WAN/ip firewall raw/ip serviceset ftp disabled=yesset api disabled=yesset api-ssl disabled=yes/ppp secretadd name=ppp1 profile=5Mbps service=pppoe/system clockset time-zone-name=********/system identityset name=***********************/system noteset show-at-login=no/tool bandwidth-serverset authenticate=no/tool mac-serverset allowed-interface-list=LAN/tool mac-server mac-winboxset allowed-interface-list=LAN
Statistics: Posted by dakrai21 — Sun Mar 10, 2024 10:44 am