I hope this is the correct place to post. I have my MikroTik installed with two different ISP’s. The first configuration is as follow:
A billion router (ISP router) authenticating the connection with the ISP with 1-to-1 NAT configured towards the Eth1 interface. I also have 5 Public IP’s (static) setup on the MikroTik for external access. All traffic from my local network (Eth3) is by default routed through the first ISP.
The second configuration is a PPPoE dialup setup on Eth4 towards a different ISP (backup). I also have one Public IP (static) but I can not setup this IP to be accessible externally.
I tried to create a static route through the second ISP gateway, but no luck. What exactly do I need to do to have remote access through both ISP connections?
OK, so this is what I’ve done so far…
I followed the wiki http://wiki.mikrotik.com/wiki/Manual:PCC
I did not add any addresses because it was added a few months ago. The bridge was also configured. However, the addresses are as follow:
address=10.0.0.1/24 network 10.0.0.0 interface=bridge1 (local network)
address=xx.xx.38.146/29 network=xx.xx.38.144 interface=ether1
address=xx.xx.64.20 network=xx.xx.64.1 interface=ether5 (this address was added the moment I configured the PPPoE account)
I could alway access my internal network reomtely through the ISP1 config, however the moment I add the IP routes, both the ISP1 gateways become unreachable. I can access my local network remotely through the ISP2 connection with out any problem. Is it because the ISP1 gateway is unreachable? How can I fix this so that I can access my local network through both ISP’s?
@samsung172. Thanks for the response. Should I check the one gateway with Ping and the other with ARP, or should I only check the secondary gateway with ARP?
@tomaskir. The video in your signature does not work.