cfikes
Thank you for testing, I used exact same command to check if I do something wrong (just with my IPs ofcourse) and... it's not working for me.
I check my public address on
www.myip.com, and I copy it -> paste as dst-address, and from local network I can use that IP, but from external network it doesn't work.
If I use in.interface=ethernet1 -> it works fine. Exactly the same IP...
Exported config:
# 12月/ 16/2022 21:33:57 Rol雷竞技uterOS 6.49.7 # software id = W51K-T1ZZ # # model = RB750Gr3 # serial number = ## /interface bridge add admin-mac=DC:2C:6E:53:AF:F8 auto-mac=no comment=defconf name=bridge /interface list add comment=defconf name=WAN add comment=defconf name=LAN /interface wireless security-profiles set [ find default=yes ] supplicant-identity=MikroTik /ip pool add name=dhcp ranges=192.168.0.10-192.168.0.200 /ip dhcp-server add address-pool=dhcp disabled=no interface=bridge name=defconf /interface bridge port add bridge=bridge comment=defconf interface=ether2 add bridge=bridge comment=defconf interface=ether3 add bridge=bridge comment=defconf interface=ether4 add bridge=bridge comment=defconf interface=ether5 /ip neighbor discovery-settings set discover-interface-list=LAN /interface list member add comment=defconf interface=bridge list=LAN add comment=defconf interface=ether1 list=WAN /ip address add address=192.168.0.1/24 comment=defconf interface=bridge network=\ 192.168.0.0 /ip dhcp-client add comment=defconf disabled=no interface=ether1 /ip dhcp-server lease add address=192.168.0.122 mac-address=00:1B:9C:0A:9F:30 server=defconf add address=192.168.0.50 client-id=1:52:54:0:20:c6:d mac-address=\ 52:54:00:20:C6:0D server=defconf /ip dhcp-server network add address=192.168.0.0/24 comment=defconf gateway=192.168.0.1 netmask=24 /ip dns set allow-remote-requests=yes /ip dns static add address=192.168.0.1 comment=defconf name=router.lan /ip firewall filter add action=accept chain=input comment=\ "defconf: accept established,related,untracked" connection-state=\ established,related,untracked add action=drop chain=input comment="defconf: drop invalid" connection-state=\ invalid add action=accept chain=input comment="defconf: accept ICMP" protocol=icmp add action=accept chain=input comment=\ "defconf: accept to local loopback (for CAPsMAN)" dst-address=127.0.0.1 add action=drop chain=input comment="defconf: drop all not coming from LAN" \ in-interface-list=!LAN add action=accept chain=forward comment="defconf: accept in ipsec policy" \ ipsec-policy=in,ipsec add action=accept chain=forward comment="defconf: accept out ipsec policy" \ ipsec-policy=out,ipsec add action=fasttrack-connection chain=forward comment="defconf: fasttrack" \ connection-state=established,related add action=accept chain=forward comment=\ "defconf: accept established,related, untracked" connection-state=\ established,related,untracked add action=drop chain=forward comment="defconf: drop invalid" \ connection-state=invalid add action=drop chain=forward comment=\ "defconf: drop all from WAN not DSTNATed" connection-nat-state=!dstnat \ connection-state=new in-interface-list=WAN add action=accept chain=input comment="HTTPS Input" disabled=yes dst-port=443 \ protocol=tcp add action=accept chain=input comment="HTTP Input" disabled=yes dst-port=80 \ protocol=tcp /ip firewall nat add action=masquerade chain=srcnat comment="defconf: masquerade" \ ipsec-policy=out,none out-interface-list=WAN add action=masquerade chain=srcnat comment="HairPin WebServer" dst-address=\ 192.168.0.50 out-interface=bridge protocol=tcp src-address=192.168.0.0/24 add action=dst-nat chain=dstnat comment="Webserver NAT" dst-address=\ 109.xx.public.wan.ip dst-port=80 protocol=tcp to-addresses=192.168.0.50 \ to-ports=8123 /system clock set time-zone-name=Europe/Warsaw /tool mac-server set allowed-interface-list=LAN /tool mac-server mac-winbox set allowed-interface-list=LAN