Page 1 of 2
F2 223 - NO internet access for my web site (php)
Posted: 15 Mar 2024, 22:56
by Webbie
Hi,
I have just installed my F2-223 on a LAN cable and everything works very well in LOCAL NETWORK (cameras, website... others).
I can access the TOS interface via the internet with the link "tnas.online" when I am outside Belgium, BUT I cannot find how to access my website (which works fine locally) !?
I've open a port on our BBOX3 so that it should work but nothing to do.
Can anybody help me please ?
Thnx a lot !
Re: F2 223 - NO internet access for my web site (php)
Posted: 16 Mar 2024, 15:06
by TMzzl
Access from the Internet requires WAN IP and ports.
In fact, our TNAS. Online link resolves to our server rather than your WAN IP, and TNAS. Online can essentially only do TOS web forwarding. You can try to set up DDNS by yourself at the DDNS service provider.
Re: F2 223 - NO internet access for my web site (php)
Posted: 16 Mar 2024, 18:18
by Webbie
Thank you for your reply.
I opened a DDNS account with "NO-IP" and opened a port on our BBOX3.
This is the method I use to access our cameras when we are abroad... but I cannot access my website on the TOS with this method.
The problem may be because I haven't enabled an option somewhere and I'm not sure which TOS port number to use in the BBOX.
I'm still looking but if you have a solution, I'm very attentive... thank you.
Re: F2 223 - NO internet access for my web site (php)
Posted: 16 Mar 2024, 18:22
by Webbie
... also...
For information, I've activated the DDNS option in "Remote connection"
Re: F2 223 - NO internet access for my web site (php)
Posted: 17 Mar 2024, 13:28
by TMlinda
You can refer to this link to set up port forwarding on the router, and be sure to replace the FTP port with the port used to access TNAS from the external network.
viewtopic.php?t=1133
Re: F2 223 - NO internet access for my web site (php)
Posted: 18 Mar 2024, 01:30
by Webbie
TMwuu wrote: ↑16 Mar 2024, 18:22
You can refer to this link to set up port forwarding on the router, and be sure to replace the FTP port with the port used to access TNAS from the external network.
viewtopic.php?t=1133
This topic is about "FTP" and everything is ok with this protocol... I can access all I want. My problem is that I cannot get my 'PHP' website from
out of Belgium by use the "HTTP" (or https) protocol ?
Thank you for your answer anyway !
Re: F2 223 - NO internet access for my web site (php)
Posted: 18 Mar 2024, 19:01
by TMroy
It is not possible to resolve the applications within TOS solely through DDNS domain names. You need a reverse proxy (currently TOS does not provide reverse proxy services), or customize the Nginx configuration and service ports. You need to learn more detailed related knowledge through Google.
Re: F2 223 - NO internet access for my web site (php)
Posted: 18 Mar 2024, 23:08
by Gremlin
Which port did you open on BBox3?
What service is your ISP providing? Public IP?
How are you addressing your web site? By port no?
If your IP is putting your LAN behind CGNAT you are unlikely to be able to reach your lan directly.
[I wrote a bit about CGNAT here :
viewtopic.php?t=5540 ]
Re: F2 223 - NO internet access for my web site (php)
Posted: 18 Mar 2024, 23:53
by Gremlin
TMroy wrote: ↑18 Mar 2024, 19:01
It is not possible to resolve the applications within TOS solely through DDNS domain names. You need a reverse proxy (currently TOS does not provide reverse proxy services), or customize the Nginx configuration and service ports. You need to learn more detailed related knowledge through Google.
I'll take issue with that. I think I know what was meant, but it possible to resolve applications (eg web site) with ddns and port forwarding on the local router. I am able to use my ddns domain name and access my TOS web site (in this case as it's the only one running) by addressing to a specific port
[ eg
http://www.mydomainname:9898 ] and port forwarding port 9898 --> 8181 on my NAS ] Don't worry, it was only open for a couple of minutes and is now closed again
What I
THINK was intended is that the OP needs to ensure their local web site (however it is setup) is pointing to an
unused service port in the first instance. There are of course security concerns in such a case and that the TOS system cannot necessarily resolve those.
Re: F2 223 - NO internet access for my web site (php)
Posted: 19 Mar 2024, 20:01
by Webbie
Gremlin wrote: ↑18 Mar 2024, 23:08
Which port did you open on BBox3?
What service is your ISP providing? Public IP?
How are you addressing your web site? By port no?
If your IP is putting your LAN behind CGNAT you are unlikely to be able to reach your lan directly.
[I wrote a bit about CGNAT here :
viewtopic.php?t=5540 ]