Community discussions

MikroTik App
 
bullshit
just joined
Topic Author
Posts: 3
Joined: Fri Mar 03, 2023 3:27 pm

PPPoE Client not connecting to ISP

Tue Mar 07, 2023 4:20 am

Hi,

I am new to mikrotik and networking. I've followed a dozen of tutorials teaching how to set that up and I've done exact as taught and still cant connect to ISP pppoe server.
I attached a pic of my infra diagram. I think perhaps I should give my ISP a mac address but I dont know which one to give.

I'd appreciate any help

PS. I cant masquarade the pppoe client because it doesnt connect

Also here is my export
# mar/06/2023 23:12:23 by RouterOS 6.49.7
# software id = PUSK-G1N1
#
# model = RBD53iG-5HacD2HnD
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-b/g/n channel-width=20/40mhz-XX country=brazil disabled=no distance=indoors frequency=auto installation=indoor mode=ap-bridge name=WiFI2.4Ghz ssid=Home2.4 \
wireless-protocol=802.11
set [ find default-name=wlan2 ] band=5ghz-a/n/ac channel-width=20/40/80mhz-XXXX country=brazil disabled=no distance=indoors frequency=auto installation=indoor mode=ap-bridge name=WiFi5Ghz ssid=Home5 \
wireless-protocol=802.11
/interface bridge
add admin-mac=DC:2C:6E:21:D8:46 auto-mac=no comment=defconf name=bridge
/interface pppoe-client
add add-default-route=yes allow=chap,mschap1,mschap2 disabled=no interface=ether1 max-mtu=1492 name=pppoe-client use-peer-dns=yes user=**********
/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 disabled=no 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=WiFI2.4Ghz
add bridge=bridge comment=defconf interface=WiFi5Ghz
/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-client list=WAN
/ip address
add address=192.168.88.1/24 comment=defconf interface=bridge network=192.168.88.0
/ip dhcp-client
add disabled=no 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
/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
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
/system clock
set time-zone-name=America/Sao_Paulo
/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.
 
bullshit
just joined
Topic Author
Posts: 3
Joined: Fri Mar 03, 2023 3:27 pm

Re: PPPoE Client not connecting to ISP

Thu Apr 13, 2023 10:23 pm

Amazing how we never get help here
 
User avatar
own3r1138
Long time Member
Long time Member
Posts: 681
Joined: Sun Feb 14, 2021 12:33 am
Location: Pleiades
Contact:

Re: PPPoE Client not connecting to ISP

Thu Apr 13, 2023 10:28 pm

disable this line and try.
/ip dhcp-client add disabled=no interface=ether1

This is also wrong as the PPPoE should be your WAN, not the ehter1.
/interface list member
add comment=defconf interface=ether1 list=WAN

"I think perhaps I should give my ISP a mac address but I dont know which one to give."
What I usually do is that I call the ISP and ask them to reset the mac-address.
 
User avatar
anav
Forum Guru
Forum Guru
Posts: 19099
Joined: Sun Feb 18, 2018 11:28 pm
Location: Nova Scotia, Canada
Contact:

Re: PPPoE Client not connecting to ISP

Thu Apr 13, 2023 11:03 pm

https://help.mikrotik.com/docs/display/ROS/PPPoE

Always available and forum members are not paid...............

Who is online

Users browsing this forum: Amazon [Bot] and 42 guests