syslog
This commit is contained in:
parent
bf7cf1df20
commit
87b4bf606d
4
syslog/redirectap33.sh
Normal file
4
syslog/redirectap33.sh
Normal file
@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
iptables -t nat -A PREROUTING -d 10.121.38.33 -p udp --dport 515 -j DNAT --to-port 192.168.0.40:514
|
||||
iptables -t nat -A POSTROUTING -d 192.168.0.40 -p udp --dport 515 -j SNAT --to 10.121.38.32
|
||||
|
Loading…
x
Reference in New Issue
Block a user