› Forums › Network Management › ZeroShell › Passing Subnet through Zeroshell › Reply To: Passing Subnet through Zeroshell
April 1, 2010 at 8:26 am
#49979
Member
Unfortunately it cannot be done on the web gui of ZS, so you’ll have to do it with iptables rules on a shell.
Something like
iptables -t nat -I PREROUTING -d public_ip -j DNAT --to-destination private_ip
should do the job.