Hari Sekhon created DRILL-3713:
----------------------------------
Summary: Drill-embedded doesn't work with VPN due to use of local
IP, should use 127.0.0.1 instead
Key: DRILL-3713
URL: https://issues.apache.org/jira/browse/DRILL-3713
Project: Apache Drill
Issue Type: Bug
Components: Client - JDBC
Affects Versions: 1.1.0
Environment: Drill embedded
Reporter: Hari Sekhon
Assignee: Daniel Barclay (Drill)
Priority: Critical
Drill appears to be using my local IP address (192.168.x.x that is assigned by
DHCP on wifi) but when connected to my company VPN this breaks drill's access
due to routing changes done by the VPN client which I have no control over
(this is a locked down company laptop without admin rights, not my personal
laptop).
I've noticed that 127.0.0.1 remains accessible however.
I believe it would be better for drill-embedded to do everything on 127.0.0.1
to avoid these kinds of issues. Currently I can only use drill-embedded when
not on the VPN.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)