因此我安装了干净的 Ubuntu 16.04 版本并通过 conjure-up 安装了 openstack。
我的电脑是 192.168.1.1/24
服务器网卡是 192.168.1.2/24
Horizon 位于 10.135.16.58/24(虚拟网络)
我需要设置 NAT 来将请求转发到虚拟网络。
我知道我需要利用 IPTABLE 来做到这一点。
我尝试使用以下规则:
sudo iptables -t nat -A PREROUTING -p tcp -d 192.168.1.2 --dport 80 -j DNAT --to-destination 10.135.16.58
但我仍然无法从我的电脑上达到地平线。
答案1
‘回显“net.ipv4.ip_forward = 1”>> /etc/sysctl.conf’