portweiterleitung_to_client
This commit is contained in:
parent
942a40742e
commit
5a4e8ff2a1
1 changed files with 8 additions and 0 deletions
8
README
Normal file
8
README
Normal file
|
@ -0,0 +1,8 @@
|
|||
vps# iptables -t nat -A PREROUTING -p tcp --dport 9987 -j DNAT --to-destination 192.168.1.3 (mein Homeserver wenn ich richtig verstanden habe)
|
||||
vps# iptables -t nat -A POSTROUTING -p tcp --dport 9987 -j MASQUERADE
|
||||
|
||||
vps# iptables -t nat -A PREROUTING -p tcp --dport 30033 -j DNAT --to-destination 192.168.1.3
|
||||
vps# iptables -t nat -A POSTROUTING -p tcp --dport 30033 -j MASQUERADE
|
||||
|
||||
vps# iptables -t nat -A PREROUTING -p tcp --dport 10011 -j DNAT --to-destination 192.168.1.3
|
||||
vps# iptables -t nat -A POSTROUTING -p tcp --dport 10011 -j MASQUERADE
|
Loading…
Reference in a new issue