Openstack dnsmasq配置域名解析
生活随笔
收集整理的這篇文章主要介紹了
Openstack dnsmasq配置域名解析
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
vi /etc/nova/nova.conf
在[DEFAULT]添加
dnsmasq_config_file=/etc/dnsmasq-nova.confdns_server=8.8.8.8
vi /etc/dnsmasq-nova.conf
添加
addn-hosts=/etc/dnsmasq/hosts
mkdir /etc/dnsmasq
vi /etc/dnsmasq/hosts
添加
192.168.0.240 download.test.org
找到dnsmasq和nova-network的進程,并kill掉它們
然后再啟動nova-network
/usr/bin/python /usr/bin/nova-network --config-file /etc/nova/nova.conf &
這時候在云主機里ping download.test.org,就指向192.168.0.240
總結
以上是生活随笔為你收集整理的Openstack dnsmasq配置域名解析的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 关闭Apache的目录浏览功能
- 下一篇: CentOS设置开机自动启动某服务