LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   Resolving server to dynamic IP (https://www.linuxquestions.org/questions/linux-server-73/resolving-server-to-dynamic-ip-731302/)

PlymWS 06-07-2009 06:40 PM

Resolving server to dynamic IP
 
I have a computer running SuSE 11.1 on my home network. Is it possible to make the Apache server running on this machine accessible remotely at all ? I tried using the dyndns services to achieve this but that just goes to my Sky router configuration screen rather than the web server.

martino87r 06-07-2009 07:21 PM

port forwarding?
 
Have you configured the port forwarding on the router? Usually u should map you local ip address to a port on the public IP.

lets say u got 3 PCs:

pc1 IP 192.168.1.3/24
pc2 IP .4/24
pc3 IP .5/24

if u are hosting your website on the pc2 then in the port forwarding you have to setup the port 80 --|> 192.168.1.4


for dynamic dns, try dyndns (is free) if your router support dynamic updates of the ip u wont have problems at all.
otherwise just install a small client software (dyndns updater).

bb

PlymWS 06-08-2009 03:42 AM

Ahh yes. I sort of had that right only I have installed Plesk Control Panel and the admin interface runs on https which is a different port. Once I forwarded https requests it works fine.

Only problem now is that Plesk seems to have broken Yast2 which now doesn't start up :(


All times are GMT -5. The time now is 09:11 PM.