Well i try first the configuration on my pc. An it works fine to browse on internet. But my problem is when i try to access to webservers on the some mikrotik routerboard but in another eth with the first isp. I can ping the url an it resolve the external ip, But i can´t browse or access to servers in the first connection. Here is my configuration.
Any body can tell me why i dont browse or access them???
/ interface ethernet
set LAN name=“LAN” mtu=1500 mac-address=00:0C:42:06:14:17 arp=enabled
disable-running-check=yes auto-negotiation=yes full-duplex=yes
cable-settings=default speed=100Mbps comment=“” disabled=no
set Metrotel name=“Metrotel” mtu=1500 mac-address=00:0C:42:06:05:63
arp=enabled disable-running-check=yes auto-negotiation=yes full-duplex=yes
cable-settings=default speed=100Mbps comment=“” disabled=no
/ ip address
add address=192.168.1.1/24 network=192.168.1.0 broadcast=192.168.1.255
interface=LAN comment=“LAN” disabled=no
add address=190.12.98.20/29 network=190.12.98.16 broadcast=190.12.98.23
interface=Metrotel comment=“Metrotel” disabled=no
/ ip route
add dst-address=0.0.0.0/0 gateway=190.12.98.17 distance=1 scope=255
target-scope=10 routing-mark=Gustavo comment=“” disabled=no
/ ip firewall nat
add chain=srcnat out-interface=Metrotel src-address=192.168.1.110
action=src-nat to-addresses=190.12.98.20 to-ports=0-65535 comment=“”
disabled=no
/ ip firewall mangle
add chain=prerouting in-interface=LAN src-address=192.168.1.110
action=mark-connection new-connection-mark=Gustavo passthrough=yes
comment=“Prueba Gustavo” disabled=no
add chain=prerouting in-interface=LAN src-address=192.168.1.110
action=mark-packet new-packet-mark=Gustavo_UP passthrough=yes
comment=“” disabled=no
add chain=prerouting in-interface=LAN connection-mark=Gustavo
action=mark-routing new-routing-mark=Gustavo passthrough=no comment=“”
disabled=no
add chain=forward src-address=192.168.1.110 action=mark-connection
new-connection-mark=gustavo_con_down passthrough=yes comment=“Gustavo
DOWN” disabled=no
add chain=forward in-interface=Metrotel connection-mark=gustavo_con_down
action=mark-packet new-packet-mark=gustavo_down passthrough=no comment=“”
disabled=no
/ ip firewall filter
add chain=forward in-interface=LAN out-interface=Metrotel
src-address=192.168.1.110 action=accept comment=“Metrotel Prueba Gustavo”
disabled=no
add chain=forward in-interface=Metrotel out-interface=LAN
dst-address=192.168.1.110 dst-address-type=“” action=accept
comment=“Metrotel Prueba Gustavo” disabled=no
/ queue tree
add name=“Gustavo prueba up” parent=“-- METROTEL UP --”
packet-mark=Gustavo_UP limit-at=0 queue=default priority=8 max-limit=0
burst-limit=0 burst-threshold=0 burst-time=0s disabled=no
add name=“Gustavo” parent=“-- LAN --” packet-mark=gustavo_down limit-at=0
queue=default priority=1 max-limit=0 burst-limit=0 burst-threshold=0
burst-time=0s disabled=no