Add v4 to v6 IP forwarding script
This commit is contained in:
parent
6ca020abcb
commit
6d2d32ec22
4
server/forward_port_v4_to_v6.sh
Normal file
4
server/forward_port_v4_to_v6.sh
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
# This script allows forwarding of a port from an IPv4+6 host to a v6-only host.
|
||||||
|
|
||||||
|
socat TCP-LISTEN:local-port,fork TCP6:[v6-remote-ip]:remote-port
|
Loading…
Reference in New Issue
Block a user