We have a RB1100 working on this topology:
WAN <---> Fortigate 172.16.250.254/29 <----> 172.16.250.253/29 P10 RB1100 172.16.0.0/24 <----> VLAN Switch <---> Users
Routes
# DST-ADDRESS PREF-SRC GATEWAY DISTANCE
0 A S 0.0.0.0/0 172.16.250.254 1
1 S 0.0.0.0/0 200.85.183.173 1
2 X S 0.0.0.0/0 200.89.129.193 20
3 ADC 1.1.1.1/32 172.16.0.254 Cliente Centro 0
4 ADC 1.1.1.2/32 172.16.0.254 Cliente Cipolletti 0
5 ADC 10.0.0.0/24 10.0.0.1 ether9 0
6 A S 10.8.0.0/24 172.16.0.15 1
7 ADC 172.16.0.0/24 172.16.0.254 vlan 200 0
8 ADC 172.16.1.0/24 172.16.1.254 vlan 300 0
9 A S 172.16.5.0/24 Cliente Centro 1
10 A S 172.16.6.0/24 Cliente Cipolletti 1
11 ADC 172.16.30.0/26 172.16.30.62 vlan 550 0
12 ADC 172.16.30.64/26 172.16.30.126 vlan 500 0
13 ADC 172.16.250.248/29 172.16.250.253 ether10 0
14 A S 192.168.3.0/24 172.16.0.146 1
15 ADC 200.85.183.172/30 200.85.183.174 ether8 0
We want to take out Fortigate from the equation, so I configure a second WAN link directly on the Mitrotik (Port
PROBLEM
When I switch the default gateway to the new one, Internet access is gone.
SITUATION
I can ping from LAN to new WAN address (200.85.183.174)
I can't ping from LAN to new WAN gateway address (200.85.183.173)
I can access Mtik from LAN and ping my local gateway (172.15.0.254)
I can ping from Internet to WAN address (200.85.183.174)
I can ping from Internet to WAN gateway address (200.85.183.173)
I've torch the new WAN interface and I see that packets coming from Internet cant reach me =/
I have done the SRCNAT masquerada rule in this way:
- Chain=SRCNAT
Action=Masquerade
Out. Interface= eth8 (where I setup new WAN)