1) Configure 2 ISPs (WAN1 & WAN2)
2) Configure a guest wifi network
3) Added a vlanXX to share internet with my Tp-link router
4) Added some mangle rules for WANs, Bridge, VLAN, and Wifi
I think in the middle of that configuration I've missed something because when I've access to the mirkotik terminal and I try to make a "ping google.com" it says "no route to host"
I'm perfectly fine with the configuration, I've internet in the tp-link router, wifi connections and mirkotik bridged ports connected to my PC, but I can't realize yet what's the issue with the net inside the mikrotik, also I'm connected to the mikrotik LAN 192.168.88.XX so outside the router I can ping perfectly but not inside.
Hope someone can help me with these, here are the configurations:
IP ROUTE PRINT:
Code: Select all
# DST-ADDRESS PREF-SRC GATEWAY DISTANCE
0 A S 0.0.0.0/0 192.168.10.1 2
1 A S 0.0.0.0/0 192.168.1.1 1
2 ADC 10.10.10.0/24 10.10.10.1 bridge-guest 0
3 ADC 192.168.1.0/24 192.168.1.2 ether2-WAN2 0
4 ADC 192.168.10.0/24 192.168.10.73 ether1-WAN1 0
5 ADC 192.168.11.0/24 192.168.11.1 bridge-tp-link-ap 0
6 ADC 192.168.88.0/24 192.168.88.1 bridge 0
IP ADDRESS PRINT
Code: Select all
# ADDRESS NETWORK INTERFACE
0 ;;; defconf
192.168.88.1/24 192.168.88.0 bridge
1 10.10.10.1/24 10.10.10.0 bridge-guest
2 192.168.11.1/24 192.168.11.0 bridge-tp-link-ap
3 D 192.168.10.73/24 192.168.10.0 ether1-WAN1
4 D 192.168.1.2/24 192.168.1.0 ether2-WAN2