-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
connect to local server with public ip #40
Comments
Hello @ChristosPalisidis, |
Hi @ofekp !! I appreciate your response! |
please connect to your device and provide a text file with the debug output, it will help me a great deal. More things to try:
Let me know how it unfolded. |
UPDATE: |
Also, |
I recommend that you use a different port than 80 and 443 and leave them be. To check your router config (for UPnP config or checking that the rule was set) you'll need its address, depending on the brand this can vary widely so please search online for the address or in your router's specifications. It will help a great deal if you attach a text file with the output from your serial monitor. |
Unfortunately,using other ports, it happens that i can not have access to the server using the local ip either. It works only with port 80. |
I managed to check through https://badupnp.benjojo.co.uk/ that UPnP is not enabled in my router. The worse is that i do not have access to it and therefore cannot enable it. Can the procedure be done from my phones network as i said above? |
Nice way to check UPnP service! I learned something today! Unfortunately, if your router is not configured to accept UPnP listings then you won't be able to gain much from this library (or any other UPnP library for that matter). Not entirely sure about the phone set up, but if you planed to connect to a tethering hot-spot, then in this case your router is actually the mobile carrier. Yeah... good luck with telling them what to do! Otherwise, I would suggest starting from a setup where you have a control over the router. |
Thank you for the help @ofekp! |
NP, let me know when you got the setup ready. |
Hello,
I create a webserver, with wifi connection that the user can select. I want to have access to that web server without the need to being connected on the same network, with a public ip. This can be done with port forwarding.
Is this possible with UPnP and this library?
Thank you in advance!
The text was updated successfully, but these errors were encountered: