I have an issue which is hard to solve by me or even to understand it. Below is a brief description of it:
Mikrotik RB751g-2Hnd
Router OS 6.43.2
Provider access - dual PPPOE
Following configuration used for last 6 years
Last few weeks I’m loosing internet access with the following test case:
From the situation when everything is fine - get IP and routing using DHCP for internal provider network and another IP for internet access with its routing
Getting NAK lost internal IP address from DHCP server and getting new one, routing tables rebuilt
No access to the internet, all internet requests goes to internal network
Steps helping me to solve the issue:
Disable PPPOE connection
Disable WAN connection
Enable WAN connection - wait for IP and routing
Enable PPPOE connection - everything is working.
Just to disable/enable PPPOE is not enough.
Looking for any suggestion how to dig into this issue and solve it. Thanks for advice’s.
Both default routes have the same distance (1), so which one is used depends on the order in which they are seen. The distance used to be zero on DHCP/PPPoE client interfaces which technically was incorrect as distance of 0 should only be used on directly connected interfaces
6.40.6 *)route - fixed DHCP/PPP “add-default-route” “distance” minimal value to 1
Upgrading to this version and later didn’t change the distance for existing DHCP and PPPoE client interfaces, but if edited they can’t be saved unless the distance is changed to >0, and reloading from a brief (not verbose) .rsc file will create interfaces with different settings to before.
I suspect you don’t need the default route supplied by DHCP at all - try disabling it.
I’m sorry, I did a stupid mistake. You should bridge your uplink port to ISP and downlink port to your IPTV set top box equipment. Your STB should get IP from ISP, not your router.
It’s hard to do cause I don’t have any STB. My Smart TVs has only ISP plugin installed to catch and show IGMP traffic. They couldn’t get and support any type of routing.