Update README_old.md

This commit is contained in:
2026-06-01 12:30:14 +00:00
parent 6485915d47
commit a3c31b43aa

View File

@@ -193,3 +193,12 @@ sudo systemctl enable --now openvpn-client@client
```
ip -details link show dev tun0 | grep dco
```
```
iptables -t nat -A PREROUTING -p tcp --dport 222 -j DNAT --to-destination 157.22.241.59:22
```
```
iptables -t nat -A PREROUTING -p udp --dport 1443 -j DNAT --to-destination 157.22.241.59:1443
```
```
iptables -t nat -A POSTROUTING -d 157.22.241.59 -o ens3 -j MASQUERADE
```