Some fixes
This commit is contained in:
@@ -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
|
||||
```
|
||||
Reference in New Issue
Block a user