System is not accessible on network is VPN is installed on machine
-
Hi I have one VPN Software installed on my machine. Now Either I am connected with VPN or not , No one from domain can browse my machine, I am hosting Development Server so while running the software who tries to connect SQL Server on my machine results into Error. If any one pings me then it times out. I can access any one on the network . Is there any solution for this type of problem. As I am afraid if my software will be installed at any machine where VPN Exists then it will not work properly. Regards
-
Hi I have one VPN Software installed on my machine. Now Either I am connected with VPN or not , No one from domain can browse my machine, I am hosting Development Server so while running the software who tries to connect SQL Server on my machine results into Error. If any one pings me then it times out. I can access any one on the network . Is there any solution for this type of problem. As I am afraid if my software will be installed at any machine where VPN Exists then it will not work properly. Regards
This is probably because the VPN software adds a level of security akin to a firewall that's blocking everything inbound to your machine. And what does this have to do with VB.NET?
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007 -
This is probably because the VPN software adds a level of security akin to a firewall that's blocking everything inbound to your machine. And what does this have to do with VB.NET?
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007Yes I understand the security issue which is implemented with VPN.
Dave Kreskowiak wrote:
And what does this have to do with VB.NET?
When we install any VB.net application with Client Server Architecture and it has to contact any machine where VPN is installed could result into an error. I thought may be there is any solution for this so that application could run smoothly. This could be any authentication code which could be added Regards