Posts

Showing posts from April, 2019

How to port forward using iptable for tomcat and others

sudo /sbin/iptables -t nat -I PREROUTING -p tcp --dport 80 -j REDIRECT --to-port 8080