Redirect a few ports via Firewall in HV

mosczq

Member
Jan 26, 2021
14
0
6
30
Hello,

I will need to redirect a few ports from the public subnet to the private one and of course restrict to specific ip.
I use a docker on a virtual machine. Is it possible via using the Firewall available on HV?

172.30.10.100:3000
172.30.10.100:12003

Regards,
 
Hello,

I will need to redirect a few ports from the public subnet to the private one and of course restrict to specific ip.
I use a docker on a virtual machine. Is it possible via using the Firewall available on HV?

172.30.10.100:3000
172.30.10.100:12003

Regards,
You can use the
Code:
iptables -t nat
command.

Firewall configuration via GUI is for filtering only.