This commit is contained in:
shiraorie
2025-10-31 10:34:49 +05:00
parent 2f1b562a04
commit 115888b468
4 changed files with 9 additions and 9 deletions

View File

@@ -35,8 +35,8 @@ table inet filter {
table inet nat {
chain prerouting {
type nat hook prerouting priority filter; policy accept
ip daddr 172.16.50.2 tcp dport 3015 dnat ip to 192.168.200.2:3015
ip daddr 172.16.50.2 tcp dport 80 dnat ip to 192.168.200.2:8080
ip daddr 172.16.2.2 tcp dport 2026 dnat ip to 192.168.200.2:2026
ip daddr 172.16.2.2 tcp dport 8080 dnat ip to 192.168.200.2:8080
}
chain postrouting {
type nat hook postrouting priority srcnat