I have an Plexmediaserver in a Freenas Jail, which I can acess with an IPv4 adress on a specific port. But I also need to acess it with IPv6.
I need a portmapper or something like this. For Windows i found the following:
netsh interface portproxy add v6tov4 32400 192.168.1.35 32400
And it works.
I need something like this on my Freenas(FreeBSD) Server, but i can't figure out how.
Edit: I have ipfw installed now. I need something like:
ipfw -q add fwd 192.168.1.35,32400 all from any to any 32400 in
but it won't work like this