Skip to content

Commit 471b686

Browse files
Slair1Rohit Yadav
authored andcommitted
CLOUDSTACK-10016: VPC VR doesn't respond to DNS requests from remote access vpn clients (#2201)
When enabling remote access VPN, a new interface is created upon client connecting via VPN. The DNS service (dnsmasq) is set only to listen on interfaces that are active when it starts. Thus VPN users are provided the VR's IP address for DNS resolution, but it is not actually listening for DNS requests.
1 parent 7ed3179 commit 471b686

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

systemvm/patches/debian/config/etc/vpcdnsmasq.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ except-interface=lo
9090
# want dnsmasq to really bind only the interfaces it is listening on,
9191
# uncomment this option. About the only time you may need this is when
9292
# running another nameserver on the same machine.
93-
bind-interfaces
93+
#bind-interfaces
9494

9595
# If you don't want dnsmasq to read /etc/hosts, uncomment the
9696
# following line.

0 commit comments

Comments
 (0)