configuration - Raspberry Pi: able to access through own network but not internet -
i'm learning how set web server using raspberry pi diy project.
i followed instructions on guides around internet (maybe thats why screwed because combined instructions different guides). port forwarding , uploading of files done able access website through network (lan , wireless) not able access threw internet. solutions?
first of all, before check else, forwarding correct ports correct i.p. address?
after check that, there firewalls in place on raspberry pi might close down connections form outside network.
another thing might want check if isp (internet service provider) allows portforwarding on ports wish use (typically 80 , or 443). if not case, may want try forward port , connect outside network through port (you add
:portnumber
after url or i.p. address in browser).if else fails, install web server (apache)
sudo apt-get install apache2 -y
on vanilla raspbian image , follow this tutorial explains how toset port forwarding (in greater detail have done).
if follow these steps should have web server up, running, , accessible outside of network.
Comments
Post a Comment