Redirection de ports

This commit is contained in:
POPO Toto 2021-10-20 08:43:22 +02:00
parent 2efd1527ae
commit 711348a445

5
SDIS29/gwsio4/redirp.sh Executable file
View File

@ -0,0 +1,5 @@
#!/bin/bash
echo "1" > /proc/sys/net/ipv4/ip_forward
sudo iptables -t nat -A PREROUTING -d 10.121.38.34 -p udp --dport 515 -j DNAT --to-dest 192.168.0.100:514
sudo iptables -t nat -A POSTROUTING -d 192.168.0.100 -p udp --dport 515 -j SNAT --to 10.121.38.34