Some fixes

This commit is contained in:
santic-zombie
2026-03-01 15:10:02 +03:00
parent f48559dffa
commit 981d8ae59d
2 changed files with 12 additions and 5 deletions

View File

@@ -7,7 +7,13 @@ docker-compose up -d
# Some Fixes
On host:
On host (if internal docker net):
```
iptables -t nat -A POSTROUTING -p udp --dport 27733 -j MASQUERADE
```
On Router (macvlan):
```
/ip firewall nat
add chain=srcnat action=masquerade protocol=udp dst-address=11.1.1.29 dst-port=27733
```