php - how i can access local web or database server remotely without static IP -


how can access local web server or database server access remotely without static ip address, have desktop database driven app saving data in ms sql server want access data on company current site hosted on bluehost, there way access following points

  1. ms sql server remote acces without static ip address
  2. or write web service in php connected ms sql database sending rest api information online site how access local web server without static ip address

  1. get new dynamic dns
  2. install dynamic dns update software on computer hosting services.
  3. on home internet router, forward ports 80 , 3306 computer hosting services.

that's it, should able connect webserver , mysql database pointing requests to, i.e.:

mycomputer.no-ip.me 

Comments

Popular posts from this blog

asp.net mvc - SSO between MVCForum and Umbraco7 -

Python Tkinter keyboard using bind -

ubuntu - Selenium Node Not Connecting to Hub, Not Opening Port -