Jump to content

Nope its disabled. Note that i access this device using the IP 198.168.1.5. The device does not list a port to which I can use so that might be the case. Normally servers have a port specified. So the device might not be listening 

Link to post
Share on other sites

Yes. But it doesnt have a port. I just used 192.168.1.5 without specifying port when accessing locally

2 minutes ago, rEaGeNeReary said:

PC on same network can open whatever 192.168.1.5:24442 is hosting?

 

Disable WAN ping block on router and ping your Internet IP if it reply. Port scan 24442 after.

 

Link to post
Share on other sites

I just type in 192.168.1.5 into the browser. Then the web interface comes up. 

2 minutes ago, rEaGeNeReary said:

Explain how you are accessing 192.168.1.5 from another computer on the same lan. Program used, what url, etc.

 

Link to post
Share on other sites

Just now, DingTheKnight said:

I just type in 192.168.1.5 into the browser. Then the web interface comes up. 

 

The problem you're getting is 192.168.1.5 uses port 80, same with your router. When you have a computer on the Internet access your Internet IP using web browser, it uses port 80 by default, which your router uses. You need to make a port forwarding rule to translate <internet ip>:24442 to 192.168.5:80 or make 192.168.1.5 use different port and port forward it.

Link to post
Share on other sites

These two are binded on the same port, just make sure to make a port forwarding with another port than 80 and specify this port when you try to connect through the internet :) ! Also is that a web interface that everyone should have access ? If not just make a VPN into your LAN, it's a lot safer ;) !

Link to post
Share on other sites

26 minutes ago, rEaGeNeReary said:

The problem you're getting is 192.168.1.5 uses port 80, same with your router. When you have a computer on the Internet access your Internet IP using web browser, it uses port 80 by default, which your router uses. You need to make a port forwarding rule to translate <internet ip>:24442 to 192.168.5:80 or make 192.168.1.5 use different port and port forward it.

Thank you I'll try that.

Just now, Apevias said:

These two are binded on the same port, just make sure to make a port forwarding with another port than 80 and specify this port when you try to connect through the internet :) ! Also is that a web interface that everyone should have access ? If not just make a VPN into your LAN, it's a lot safer ;) !

 

I have forwarded the port 24442 now. But it shows up as connection refused on CanYouSeeMe

Link to post
Share on other sites

29 minutes ago, rEaGeNeReary said:

The problem you're getting is 192.168.1.5 uses port 80, same with your router. When you have a computer on the Internet access your Internet IP using web browser, it uses port 80 by default, which your router uses. You need to make a port forwarding rule to translate <internet ip>:24442 to 192.168.5:80 or make 192.168.1.5 use different port and port forward it.

How would I go around doing this?

Link to post
Share on other sites

Just now, DingTheKnight said:

How would I go around doing this?

You make port forwarding rule that with different destination port and redirect target port and not just all 24442 redirect to 24442 like:

Destination port: 24442

Redirect target port: 80

 

or

 

Edit web service on 192.168.1.5 to use different listening port.

IIS: https://support.microsoft.com/en-us/kb/149605

apache: https://stackoverflow.com/questions/3940909/configure-apache-to-listen-on-port-other-than-80

Link to post
Share on other sites

8 minutes ago, rEaGeNeReary said:

You make port forwarding rule that with different destination port and redirect target port and not just all 24442 redirect to 24442 like:

Destination port: 24442

Redirect target port: 80

 

or

 

Edit web service on 192.168.1.5 to use different listening port.

IIS: https://support.microsoft.com/en-us/kb/149605

apache: https://stackoverflow.com/questions/3940909/configure-apache-to-listen-on-port-other-than-80

Oh okay. Its working. Thank you very much:D:D

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×