GitHub user HeinzM added a comment to the discussion: data-server. is not reachable in some vpc isolated guest networks
@weizhouapache Sry, my fault. My brain skipped the correct file name. working ``` bind-interfaces listen-address=127.0.0.1,10.47.224.1 dhcp-range=set:interface-eth0-0,10.47.224.1,static dhcp-option=tag:interface-eth0-0,15,csacloud.internal dhcp-option=tag:interface-eth0-0,6,10.47.224.1,DNS1,DNS2 dhcp-option=tag:interface-eth0-0,3,10.47.224.1 dhcp-option=eth0,26,1500 dhcp-option=tag:interface-eth0-0,1,255.255.255.192 ``` notworking ``` bind-interfaces dhcp-hostsfile=/etc/dhcphosts.txt listen-address=127.0.0.1,10.47.250.1 dhcp-range=set:interface-eth2-0,10.47.250.1,static dhcp-option=tag:interface-eth2-0,15,cs7cloud.internal dhcp-option=tag:interface-eth2-0,6,DNS1,DNS2 dhcp-option=tag:interface-eth2-0,3,10.47.250.1 dhcp-option=eth2,26,1500 dhcp-option=tag:interface-eth2-0,1,255.255.255.0 ``` GitHub link: https://github.com/apache/cloudstack/discussions/11879#discussioncomment-14987929 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
