I'm not sure what you mean by "incoming route", but I suggest you to add an individual (/32) route for the address you use for traceroute, indicating the gateway of the new uplink as a gateway, and then traceroute again. If it works, it means that routing was the problem. If it doesn't, post here the output of
,
, and
after replacing the public addresses the way you did above.
Hi Sindy,
Thank you for your response.
When I say incoming, I mean source=0.0.0.0/0 and destination=local IP. I might be using the wrong terminology because I am not a communications expert. Sorry.
I am not sure what do you mean by using /32 for traceroute. The internet provider gave me an IP address with /30 (current link) and /29 (new link) and on the traceroute window I could not find where to enter that filter.
I don't know how to attach a file, so I am sending the output of the configuration below:
# apr/22/2018 09:01:20 by RouterOS 6.34.3
# software id = 6X1L-00W2
#
/interface ethernet
set [ find default-name=ether1 ] name="[1]WAN_FibraVivo"
set [ find default-name=ether2 ] name="[2]WAN_Fibra2"
set [ find default-name=ether3 ] name="[3]LAN_Quartos"
set [ find default-name=ether4 ] name="[4]LAN_WiFi"
set [ find default-name=ether5 ] name="[5]LAN_Admin"
set [ find default-name=ether6 ] disabled=yes name="[6]LAN_Livre"
set [ find default-name=ether7 ] name="[7]WAN_SpeedyDSL"
set [ find default-name=ether8 ] disabled=yes name="[8]LAN_Livre"
set [ find default-name=ether9 ] disabled=yes name="[9]LAN_Livre"
set [ find default-name=ether10 ] name="[10]LAN_Manutencao"
/interface vlan
add interface="[5]LAN_Admin" name=vlanAdm vlan-id=500
add interface="[3]LAN_Quartos" name=vlanQuart vlan-id=300
add interface="[4]LAN_WiFi" name=vlanWifi vlan-id=400
/ip ipsec proposal
add auth-algorithms=sha512,sha1 enc-algorithms=aes-256-cbc,aes-256-ctr,3des \
name=proposal1 pfs-group=none
/ip pool
add name=pool_WiFi ranges=192.168.0.129-192.168.0.254
add name=pool_adm_fix ranges=192.168.7.241-192.168.7.253
add name=pool_adm_var ranges=192.168.7.225-192.168.7.239
add name=pool_quartos ranges=192.168.1.2-192.168.1.254
/ip dhcp-server
add address-pool=pool_adm_var disabled=no interface="[5]LAN_Admin" name=\
dhcp_adm
add address-pool=pool_WiFi disabled=no interface="[4]LAN_WiFi" name=dhcp_wifi
add address-pool=pool_quartos disabled=no interface="[3]LAN_Quartos" name=\
dhcp_quartos
/ppp profile
add change-tcp-mss=yes dns-server=8.8.8.8 idle-timeout=4h local-address=\
aaa.bbb.ccc.18 name=VPNTCH rate-limit="" remote-address=pool_adm_var \
use-encryption=required
add change-tcp-mss=yes dns-server=8.8.8.8 idle-timeout=4h local-address=\
ddd.eee.fff.82 name=VPNTCH2 remote-address=pool_adm_var use-encryption=\
required
/interface l2tp-server server
set authentication=mschap2 default-profile=VPNTCH enabled=yes
/ip address
add address=192.168.7.254/27 interface="[5]LAN_Admin" network=192.168.7.224
add address=aaa.bbb.ccc.18/30 interface="[1]WAN_FibraVivo" network=aaa.bbb.ccc.16
add address=192.168.15.1/29 interface="[7]WAN_SpeedyDSL" network=192.168.15.0
add address=192.168.0.1/24 interface="[4]LAN_WiFi" network=192.168.0.0
add address=192.168.1.1/24 interface="[3]LAN_Quartos" network=192.168.1.0
add address=ddd.eee.fff.82/29 interface="[2]WAN_Fibra2" network=ddd.eee.fff.80
add address=ddd.eee.fff.80/29 interface="[2]WAN_Fibra2" network=ddd.eee.fff.80
/ip arp
add address=ddd.eee.fff.81 interface="[2]WAN_Fibra2"
/ip dhcp-client
add default-route-distance=0 dhcp-options=hostname,clientid disabled=no \
interface="[7]WAN_SpeedyDSL"
/ip dhcp-server network
add address=192.168.0.0/24 gateway=192.168.0.1
add address=192.168.1.0/24 gateway=192.168.1.1
add address=192.168.6.0/24 gateway=192.168.6.1
add address=192.168.7.224/27 gateway=192.168.7.254
/ip dns
set allow-remote-requests=yes servers=8.8.8.8,200.153.0.68
/ip firewall filter
add action=drop chain=input dst-port=53 in-interface="[1]WAN_FibraVivo" \
protocol=udp
add action=drop chain=input dst-port=53 in-interface="[7]WAN_SpeedyDSL" \
protocol=udp
add action=drop chain=input dst-port=21 protocol=tcp
add action=drop chain=input dst-port=23 protocol=tcp
add action=drop chain=forward dst-address=192.168.7.0/24 src-address=\
192.168.0.0/24
add chain=forward dst-address=0.0.0.0/0 src-address=192.168.0.0/24
add action=drop chain=forward dst-address=192.168.7.0/24 src-address=\
192.168.1.0/24
add chain=forward dst-address=0.0.0.0/0 src-address=192.168.1.0/24
add action=drop chain=forward dst-address=192.168.0.0/24 src-address=\
192.168.7.0/24
add chain=forward dst-address=0.0.0.0/0 src-address=192.168.7.0/24
add action=drop chain=forward dst-address=192.168.1.0/24 src-address=\
192.168.7.0/24
add chain=forward dst-address=0.0.0.0/0 src-address=192.168.7.0/24
add chain=input connection-state=new dst-port=500 in-interface=\
"[1]WAN_FibraVivo" log=yes protocol=udp
add chain=input connection-state=new dst-port=4500 in-interface=\
"[1]WAN_FibraVivo" log=yes protocol=udp
add chain=input connection-limit=100,32 connection-state=new dst-port=1701 \
in-interface="[1]WAN_FibraVivo" limit=0,5:packet log=yes protocol=udp
add action=drop chain=input dst-port=53 in-interface="[2]WAN_Fibra2" \
protocol=udp
add chain=input connection-state=new dst-port=500 in-interface=\
"[2]WAN_Fibra2" log=yes protocol=udp
add chain=input connection-limit=100,32 connection-state=new dst-port=1701 \
in-interface="[2]WAN_Fibra2" limit=0,5:packet log=yes protocol=udp
add chain=input connection-state=new dst-port=4500 in-interface=\
"[2]WAN_Fibra2" log=yes protocol=udp
add chain=input connection-state=new dst-port=500 in-interface=\
"[7]WAN_SpeedyDSL" log=yes protocol=udp
add chain=input connection-state=new dst-port=1701 in-interface=\
"[7]WAN_SpeedyDSL" log=yes protocol=udp
add chain=input connection-state=new dst-port=4500 in-interface=\
"[7]WAN_SpeedyDSL" log=yes protocol=udp
/ip firewall nat
add action=masquerade chain=srcnat comment=ADM src-address=192.168.6.0/24
add action=masquerade chain=srcnat src-address=192.168.7.224/27
add action=masquerade chain=srcnat comment=Hospedes fragment=no src-address=\
192.168.0.0/24
add action=masquerade chain=srcnat limit=1,5:packet nth=2,1 src-address=\
192.168.1.0/24
/ip ipsec peer
add address=0.0.0.0/32 enc-algorithm=aes-256,3des exchange-mode=main-l2tp \
generate-policy=port-strict hash-algorithm=sha512 secret=\
********************
/ip route
add distance=1 gateway=aaa.bbb.ccc.17
add distance=10 gateway=ddd.eee.fff.81
add distance=20 gateway="[7]WAN_SpeedyDSL"
add distance=1 dst-address=192.168.0.0/24 gateway="[4]LAN_WiFi" pref-src=\
192.168.0.1 scope=10
add distance=1 dst-address=192.168.1.0/24 gateway="[3]LAN_Quartos" pref-src=\
192.168.1.1 scope=10
add distance=10 dst-address=192.168.7.224/27 gateway="[2]WAN_Fibra2" \
pref-src=192.168.7.254 scope=10
add disabled=yes distance=1 dst-address=192.168.7.224/27 gateway=\
"[1]WAN_FibraVivo" pref-src=192.168.7.254 scope=10
/ip service
set telnet disabled=yes
set ftp disabled=yes
set www disabled=yes
set ssh disabled=yes
set api disabled=yes
set api-ssl disabled=yes
/ppp secret
add name=vpnh password=******************** profile=VPNH service=l2tp
add name=vpnh2 password=******************** profile=VPNH2 service=l2tp
/system clock
set time-zone-name=America/Sao_Paulo
/system identity
set name="Hotel"
/system routerboard settings
set protected-routerboot=disabled
Thank you,
Rui