mirror of https://github.com/apache/cloudstack.git
* VR: fix data-server if shared network has multiple ip ranges This fixes #5518 * Update PR #5530: fix nameserver in vm with IP in additional IP ranges without this change ``` root@r-757-VM:~# cat /etc/dnsmasq.d/cloud.conf listen-address=127.0.0.1,10.10.12.31,10.10.13.19 dhcp-range=set:interface-eth0-0,10.10.12.31,static dhcp-option=tag:interface-eth0-0,15,cs1cloud.internal dhcp-option=tag:interface-eth0-0,6,10.10.12.31,10.0.32.1,8.8.8.8 dhcp-option=tag:interface-eth0-0,3,10.10.12.254 dhcp-option=tag:interface-eth0-0,1,255.255.255.0 dhcp-range=set:interface-eth0-1,10.10.13.19,static dhcp-option=tag:interface-eth0-1,15,cs1cloud.internal dhcp-option=tag:interface-eth0-1,6,10.10.12.31,10.0.32.1,8.8.8.8 <<< nameserver 10.10.12.31 dhcp-option=tag:interface-eth0-1,3,10.10.13.254 dhcp-option=tag:interface-eth0-1,1,255.255.255.0 ``` with this change ``` root@r-757-VM:~# cat /etc/dnsmasq.d/cloud.conf listen-address=127.0.0.1,10.10.12.31,10.10.13.19 dhcp-range=set:interface-eth0-0,10.10.12.31,static dhcp-option=tag:interface-eth0-0,15,cs1cloud.internal dhcp-option=tag:interface-eth0-0,6,10.10.12.31,10.0.32.1,8.8.8.8 dhcp-option=tag:interface-eth0-0,3,10.10.12.254 dhcp-option=tag:interface-eth0-0,1,255.255.255.0 dhcp-range=set:interface-eth0-1,10.10.13.19,static dhcp-option=tag:interface-eth0-1,15,cs1cloud.internal dhcp-option=tag:interface-eth0-1,6,10.10.13.19,10.0.32.1,8.8.8.8 <<< nameserver 10.10.13.19 dhcp-option=tag:interface-eth0-1,3,10.10.13.254 dhcp-option=tag:interface-eth0-1,1,255.255.255.0 ``` * Update #5530: add 'localise-queries' to /etc/dnsmasq.conf |
||
|---|---|---|
| .. | ||
| cs | ||
| setup | ||
| baremetal-vr.py | ||
| baremetal_snat.sh | ||
| bumpup_priority.sh | ||
| checkbatchs2svpn.sh | ||
| checkrouter.sh | ||
| checks2svpn.sh | ||
| cleanup.sh | ||
| cloud-nic.sh | ||
| configure.py | ||
| configure_router.py | ||
| cs_cmdline.py | ||
| cs_dhcp.py | ||
| cs_firewallrules.py | ||
| cs_forwardingrules.py | ||
| cs_guestnetwork.py | ||
| cs_ip.py | ||
| cs_loadbalancer.py | ||
| cs_monitorservice.py | ||
| cs_network_acl.py | ||
| cs_remoteaccessvpn.py | ||
| cs_site2sitevpn.py | ||
| cs_staticroutes.py | ||
| cs_vmdata.py | ||
| cs_vmp.py | ||
| cs_vpnusers.py | ||
| diagnostics.py | ||
| dnsmasq.sh | ||
| edithosts.sh | ||
| filesystem_writable_check.py | ||
| getRouterAlerts.sh | ||
| getRouterMonitorResults.sh | ||
| get_diagnostics_files.py | ||
| get_template_version.sh | ||
| ilb.sh | ||
| ipassoc.sh | ||
| ipsectunnel.sh | ||
| line_edit.py | ||
| loadbalancer.sh | ||
| merge.py | ||
| monitor_service.sh | ||
| netusage.sh | ||
| passwd_server_ip.py | ||
| prepare_pxe.sh | ||
| savepassword.sh | ||
| set_redundant.py | ||
| update_config.py | ||
| vmdata.py | ||
| vpc_func.sh | ||
| vpc_netusage.sh | ||
| vpc_snat.sh | ||
| vpc_staticroute.sh | ||
| vpn_l2tp.sh | ||
| vr_cfg.sh | ||