Community discussions

MikroTik App
 
Jakom
just joined
Topic Author
Posts: 1
Joined: Thu Mar 21, 2024 5:06 am

Router rb951 connecting and disconnecting PPPoE clients

Thu Mar 21, 2024 7:44 am

Router RB951 has been disconnecting and connecting some PPPoE clients for the past 3 weeks. I have been using these settings for six months now i have never experienced such problems. The PPPoE clients are 26 using tender router. Disconnected users get this message on the tender router board, "Dial up Successfully, but cannot surf the internet. Please contact your ISP!" When the user restart their router s/he surf the internet then after sometimes it gets disconnected again.
Please help solve the issue. Below is my configurations.
# 2024-03-21 07:46:28 by RouterOS 7.14.1
# software id =
#
# model = RB951Ui-2HnD
# serial number =
/interface bridge
add add-dhcp-option82=yes dhcp-snooping=yes name="PPPoE bridge" \
port-cost-mode=short
add add-dhcp-option82=yes dhcp-snooping=yes name=bridgeLan port-cost-mode=\
short
/interface ethernet
set [ find default-name=ether1 ] name="ether1 ISP"
set [ find default-name=ether2 ] name="ether2 PPPoE"
set [ find default-name=ether4 ] name="ether4 PPPoE"
set [ find default-name=ether5 ] name="ether5 PPPoE"
/interface lte apn
set [ find default=yes ] ip-type=ipv4 use-network-apn=no
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
add authentication-types=wpa-psk,wpa2-psk mode=dynamic-keys name=\
"JLINK profile1" supplicant-identity=""
/interface wireless
set [ find default-name=wlan1 ] disabled=no mode=ap-bridge security-profile=\
"JLINK profile1" ssid="JLINK"
/ip pool
add name="PPPoE Clients" ranges=10.0.1.50-10.0.1.254
add name=dhcp_pool1 ranges=192.168.11.2-192.168.11.254
/ip dhcp-server
add address-pool=dhcp_pool1 interface=bridgeLan lease-time=10m name=dhcp1
/queue simple
add max-limit=100M/100M name="Total PPPoE bandwidth" target=10.0.1.0/24
/ppp profile
add bridge="PPPoE bridge" dns-server=8.8.8.8,8.8.4.4 local-address=10.0.1.1 \
name="10Mpbs profile" parent-queue="Total PPPoE bandwidth" rate-limit=\
10M/10M remote-address="PPPoE Clients" use-encryption=yes
add bridge="PPPoE bridge" dns-server=8.8.8.8,8.8.4.4 local-address=10.0.1.1 \
name="3 Mbps profile" parent-queue="Total PPPoE bandwidth" rate-limit=\
3M/3M remote-address="PPPoE Clients" use-encryption=yes
add bridge="PPPoE bridge" dns-server=8.8.8.8,8.8.4.4 local-address=10.0.1.1 \
name="5 Mbps profile1" parent-queue="Total PPPoE bandwidth" rate-limit=\
5M/5M remote-address="PPPoE Clients" use-encryption=yes
add bridge="PPPoE bridge" local-address=10.0.1.1 name="8 Mbps profile" \
parent-queue="Total PPPoE bandwidth" rate-limit=8M/8M remote-address=\
"PPPoE Clients" use-encryption=yes
/interface bridge port
add bridge="PPPoE bridge" ingress-filtering=no interface="ether4 PPPoE" \
internal-path-cost=10 path-cost=10
add bridge="PPPoE bridge" ingress-filtering=no interface="ether5 PPPoE" \
internal-path-cost=10 path-cost=10
add bridge="PPPoE bridge" ingress-filtering=no interface="ether2 PPPoE" \
internal-path-cost=10 path-cost=10
add bridge=bridgeLan ingress-filtering=no interface=ether3 \
internal-path-cost=10 path-cost=10
add bridge=bridgeLan ingress-filtering=no interface=wlan1 internal-path-cost=\
10 path-cost=10
/ip firewall connection tracking
set udp-timeout=10s
/ip settings
set max-neighbor-entries=8192
/ipv6 settings
set disable-ipv6=yes max-neighbor-entries=8192
/interface detect-internet
set detect-interface-list=all
/interface ovpn-server server
set auth=sha1,md5
/interface pppoe-server server
add disabled=no interface="PPPoE bridge" one-session-per-host=yes \
service-name="PPPoE server"
/ip address
add address=192.168.11.1/24 interface=bridgeLan network=192.168.11.0
/ip dhcp-client
add interface="ether1 ISP"

/ip dhcp-server network
add address=192.168.11.0/24 gateway=192.168.11.1
/ip dns
set allow-remote-requests=yes servers=8.8.8.8,8.8.4.4
/ip firewall filter
add action=accept chain=input in-interface="ether1 ISP"
/ip firewall nat
add action=masquerade chain=srcnat out-interface="ether1 ISP"
/ip service
set telnet disabled=yes
set ftp disabled=yes
set ssh disabled=yes
/ppp secret
add name=teset profile="5 Mbps profile1" service=pppoe
add name=dfcky profile="5 Mbps profile1" service=pppoe
add name=fdmuel profile="5 Mbps profile1" service=pppoe
add name=fjantal profile="5 Mbps profile1" service=pppoe
add name=dkfrus profile="5 Mbps profile1" service=pppoe
add name=fkfcas profile="3 Mbps profile" service=pppoe
add name=fkanu profile="3 Mbps profile" service=pppoe
add name=skmahan profile="8 Mbps profile" service=pppoe
add name=audkfnochi profile="8 Mbps profile" service=pppoe
add name=efkfkanuel profile="5 Mbps profile1" service=pppoe
add name=rofrto profile="5 Mbps profile1" service=pppoe
add name=yrsuf profile="8 Mbps profile" service=pppoe
add disabled=yes name=gof profile="10Mpbs profile" service=pppoe
add name=jacee profile="3 Mbps profile" service=pppoe
add name=katrina profile="5 Mbps profile1" service=pppoe
add name=keleen profile="5 Mbps profile1" service=pppoe
add name=keern profile="5 Mbps profile1" service=pppoe
add name=keneah profile="8 Mbps profile" service=pppoe
add disabled=yes name=lawrence profile="5 Mbps profile1" service=pppoe
add name=mowes profile="5 Mbps profile1" service=pppoe
add name=mwanambo profile="5 Mbps profile1" service=pppoe
add name=ochieng profile="8 Mbps profile" service=pppoe
add name=oween profile="8 Mbps profile" service=pppoe
add name=Shoe profile="5 Mbps profile1" service=pppoe
add name=timothy profile="5 Mbps profile1" service=pppoe
add name=wafea profile="3 Mbps profile" service=pppoe
add name=mefry profile="5 Mbps profile1" service=pppoe
add name=bereamin profile="5 Mbps profile1" service=pppoe
add name=erieeo profile="5 Mbps profile1" service=pppoe
/routing bfd configuration
add disabled=no interfaces=all min-rx=200ms min-tx=200ms multiplier=5
/system clock
set time-zone-name=Africa/Nairobi
/system note
set show-at-login=no

Who is online

Users browsing this forum: Google [Bot] and 8 guests