How to expose the Devstack floating ip to the external world?

后端 未结 1 2035
你的背包
你的背包 2020-12-12 06:03

To this project, my hardware configuration is a host ESXi 6.7 (OS boot USB 8GB), i7, 8 vCPU, 16GB RAM, 128GB SSD and 500GB HDD.
And I created a single vm (7 vCPU, 15G

相关标签:
1条回答
  • 2020-12-12 06:34

    Well, after 5 days of research, lecture and harassment from stackoverflow reviewers, I found those lines to solve my problem:

    echo 1 > /proc/sys/net/ipv4/conf/ens160/proxy_arp
    iptables -t nat -A POSTROUTING -o ens160 -j MASQUERADE
    

    Openstack VM is not accessible on LAN

    Openstack in a box: Setting up Devstack Havana on your local network

    Good Luck.

    0 讨论(0)
提交回复
热议问题