Blueman Posted April 30, 2014 Posted April 30, 2014 Hey Guys, I hope you can help me with my problem connecting to an (external)server on a workstation through a VPN connection. I have a script what connects to my Mysql Database (external), this is working fine but when i connect my workstation to a VPN connection (to access my company's network) the Database cannot be accessed. When i disconnect the VPN connection it is working fine again. I thought this was a problem with my PROXY settings, but how can i change this only for my script? Thanks guys! Greetings Wouter
Blueman Posted April 30, 2014 Author Posted April 30, 2014 (edited) Hey Guys, Sorry for bumping this topic but i figured something out and i now know that the Mysql script is not the only thing that won't work. When i do a simpel PING command Ping("www.myserver.com", 250) it doesn't work! When i disconnect the VPN connection it is working fine,.... I have tried some PROXY settings; like HttpSetProxy(0/1/2, ""), but this isn't working for me also. Maybe good to know; On this machine Firefox won't work when the VPN connection is made,.. i have to set the proxy settings to automatic (in Firefox) then it is working fine (also when VPN connection is made) I hope someone can help me with this, it is getting me crazy EDIT: I have tried to add an STATIC ROUTE but when i ping the DNS server from Google (eg. 8.8.8.8) it is saying TIMEOUT. When i add the STATICĀ ROUTE; ROUTE ADD 8.8.8.8 MASK 255.255.255.255 192.168.178.1 It doesn't work,.. i have no clue why not,.. i told the system to use gateway 192.168.178.1 when requested for 8.8.8.8 am i right? Edited April 30, 2014 by Blueman
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now