Hello, i have a problem. Im a newbie when it comes to routing and i this the problem lies in my routing table. Im am trying to set up an office connection like this:
Office1 Mikrotik hex3:
eth1=WAN192.168.0.1(20/5mbit adsl only for internet like http/ftp etc)
eth2=LAN(10.11.0.0/24)
eth3=BRIDGE(20/20 corp ISP with external IP adress, i want EoIP to go through that interface)
Office2 Mikrotik hex3
eth1=WAN10.0.0.1(20/5mbit adsl only for internet like http/ftp etc)
eth2=LAN(10.11.0.0/24)
eth3=BRIDGE(20/20 corp ISP with external IP adress, i want EoIP to go through that interface)
On both sides i created a bridge1 and added eoip-tunnel+LAN to "ports"
I have created a tunnel using EoIP+IPSEC and its working correctly. I can ping both sites etc. But the problem starts when i want to set up a route for the internet connection.
My routing table looks like this:
DST-ADDRESS PREF-SRC GATEWAY DISTANCE
0 A S 0.0.0.0/0 extGATEWAY 4
1 ADC 10.11.0.0/24 10.11.0.80 bridge1 0
2 S 10.11.0.0/24 192.168.0.1 1
3 S 10.11.0.0/24 eoip-tunnel1 10
4 ADC extNETWORK/30 extIP BRIDGE 0
5 ADC 192.168.0.0/24 192.168.0.2 WAN 0
I have configured NAT like this
0 chain=srcnat action=masquerade src-address=10.11.0.0/24 out-interface=WAN log=no log-prefix=""
Could you please help me figure out what is it that i'm doing wrong here?