/port-forwarding

Files Used for a port forwarding experiment

Primary LanguagePython

port-forwarding

Files Used for a port forwarding experiment

To add iptable rule

sudo iptables -t nat -A OUTPUT -p tcp --dport 8909 -j DNAT --to-destination 15.0.0.1:8765

To run the docker file

sh build_run.sh