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
- ms sql server remote acces without static ip address
- 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
- get new dynamic dns
- install dynamic dns update software on computer hosting services.
- 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
Post a Comment