1

I am trying to access VB.Net exe on a client system through LAN.Its working fine for server with static IP address.In case I try to access it with server having dynamic IP address, It doesn't provide access(config file containing server name). how can do it with dynamic ip address?

Joel Coehoorn
  • 399,467
  • 113
  • 570
  • 794
kelly
  • 11
  • 1

2 Answers2

1

Register for an account at http://www.dyndns.com/ and install the proper application. Set the server name in the application so that dyndns will resolve your dynamic IP to that name.

Teoman Soygul
  • 25,584
  • 6
  • 69
  • 80
0

Try to access server by hostname using Dns.GetHostAddresses method.

Andrey
  • 59,039
  • 12
  • 119
  • 163