Mac IP: 192.168.1.30
Server IP: 192.168.1.254
Virtual Server IP: 192.168.56.100 (this is Virtualbox inside my Server)
I need to forward from
rule 1: 192.168.1.254:80 => 192.168.1.254:8066
then Virtualbox does:
rule 2: 192.168.1.254:8066 => 192.168.56.100:80 (already work)
I need only to work rule 1, but it doesn't work with ipfw:
sudo ipfw add forward 192.168.1.254,8066 ip from any to 192.168.1.254 80 in