Hi all, I need your support
This is the scenario:
I have two Pubblic Address with a same Gw from my ISP:
the first is assegned to LAN connected to my Mikrotik RB951 I implemented by NAt 1-1
the second is assegned to a Server connected on ETH5 through a WAN bridge.
(see the attached setup picture)
The issue was : I can reach the server connected to lan port from Ip assegned to ether1 through the NAt 1-1
hereafter the configuration:
Firewal NAT :
0 ;;; default configuration
chain=srcnat action=masquerade to-addresses=0.0.0.0
out-interface=ether1-gateway
1 chain=dstnat action=dst-nat to-addresses=172.16.88.2 protocol=!icmp
dst-address=95.210.239.133 in-interface=ether1-gateway
connection-mark=!winbox
2 chain=srcnat action=src-nat to-addresses=95.210.239.133 protocol=!i
src-address=172.16.88.2 out-interface=ether1-gateway
connection-mark=!winbox
/
Bridge
Flags: X - disabled, R - running
0 R name="bridge-local" mtu=1500 l2mtu=1598 arp=enabled
mac-address=4C:5E:0C:23:6F:F5 protocol-mode=rstp priority=0x8000
auto-mac=no admin-mac=4C:5E:0C:23:6F:F5 max-message-age=20s
forward-delay=15s transmit-hold-count=6 ageing-time=5m
1 R name="Wan bridge" mtu=1500 l2mtu=1598 arp=enabled
mac-address=4C:5E:0C:23:6F:F8 protocol-mode=rstp priority=0x8000
auto-mac=yes admin-mac=00:00:00:00:00:00 max-message-age=20s
forward-delay=15s transmit-hold-count=6 ageing-time=5m
Bridge Port:
0 ether2-master-local bridge-local
2 ether1-gateway Wan bridge
3 ether5-slave-local Wan bridge
Address:
ADDRESS NETWORK INTERFACE
0 ;;; default configuration
172.16.88.1/24 172.16.88.0 bridge-local
1 D 95.210.239.113/18 95.210.192.0 ether1-gateway
Can someone help to understand whre is the trouble.
Thanks
Sergio
