Nat Horizon IP
Hi all
I just finish installing Openstack in a single server (in vmware) I have my horizon Ip 10.x.x.x, but I dont have direct access to that IP range, I tryed a NAT (sudo iptables -t nat -A PREROUTING -p tcp -d 192.168.88.133 --dport 8000 -j DNAT --to-destination 10.0.4.145:443) but still not working.
Thanks all.