This commit is contained in:
andgel.sassignol
2023-01-04 15:46:47 +00:00
parent 281b589527
commit e3bd661307
34 changed files with 312 additions and 0 deletions

5
ap34/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