Thanks for reply!
I currently have this conf:
[admin@MikroTik] > /ip address print
Flags: X - disabled, I - invalid, D - dynamic
# ADDRESS NETWORK INTERFACE
0 ;;; default configuration
192.168.88.1/24 192.168.88.0 bridge-local
1 200.200.200.88/24 200.200.200.0 ether3
[admin@MikroTik] > /interface print where running
Flags: D - dynamic, X - disabled, R - running, S - slave
# NAME TYPE MTU L2MTU MAX-L2MTU MAC-ADDRESS
2 RS ether3 ether 1500 1598 4074 4C:5E:0C:43:91:95
4 RS ether5 ether 1500 1598 4074 4C:5E:0C:43:91:97
11 R bridge-local bridge 1500 1598 4C:5E:0C:43:91:94
[admin@MikroTik] > /ip dns static print
Flags: D - dynamic, X - disabled, R - regexp
# NAME ADDRESS TTL
0 router 192.168.88.1 1d
[admin@MikroTik] > /ip dns print
servers: 200.200.200.250
dynamic-servers:
allow-remote-requests: yes
max-udp-packet-size: 4096
query-server-timeout: 2s
query-total-timeout: 10s
cache-size: 2048KiB
cache-max-ttl: 1w
cache-used: 38KiB
[admin@MikroTik] > /ip firewall nat print
Flags: X - disabled, I - invalid, D - dynamic
0 ;;; default configuration
chain=srcnat action=masquerade out-interface=sfp1-gateway
1 ;;; default configuration
chain=srcnat action=masquerade to-addresses=0.0.0.0 out-interface=ether1-gateway
2 chain=srcnat action=masquerade src-address=192.168.88.0/24 out-interface=ether3
and from the router I'm able to do this:
[admin@MikroTik] > ping http://www.lufthansa.com
HOST SIZE TTL TIME STATUS
172.229.169.118 56 53 99ms
172.229.169.118 56 53 99ms
172.229.169.118 56 53 98ms
but from my laptop I got this:
# ping http://www.lufthansa.com
PING e2929.g.akamaiedge.net (172.229.169.118) 56(84) bytes of data.
From router (192.168.88.1): icmp_seq=2 Redirect Host(New nexthop: 200.200.200.250)
From router (192.168.88.1): icmp_seq=4 Redirect Host(New nexthop: 200.200.200.250)
From router (192.168.88.1): icmp_seq=6 Redirect Host(New nexthop: 200.200.200.250)
# nslookup http://www.lufthansa.com
Server: 192.168.88.1
Address: 192.168.88.1#53
Non-authoritative answer:
http://www.lufthansa.com canonical name = lufthansa.com.edgekey.net.
lufthansa.com.edgekey.net canonical name = lufthansa.com.edgekey.net.globalredir.akadns.net.
lufthansa.com.edgekey.net.globalredir.akadns.net canonical name = e2929.g.akamaiedge.net.
Name: e2929.g.akamaiedge.net
Address: 172.229.169.118
the browser in the laptop doesn't navigate, so, currently it's most related to a laptop misconfigure than the router, right?