For queries about your TalkTalk broadband service.
on 27-11-2021 09:14 PM
I am trying to set up a small web server, but when I try to forward port 80 to my device I get the message 'The configured port conflicts with the internal service port.'. I have given the device a static IP.
Looking at other threads, this seems to be a recurring problem. Please advise.
on 06-01-2022 10:12 AM
@David E James You're welcome.
on 06-01-2022 09:55 AM
Thank you everyone, I now have a working web server running on an old Raspberry pi. I have a domain name with a dynamic domain name service that also masks the port number on the address line of the browser.
on 07-12-2021 12:12 PM
Thank you for the link, they look very useful.
Thanks everyone else for your help.
06-12-2021 08:07 PM - edited 06-12-2021 08:12 PM
Your WAN IP address is always unique. If you end up looking at your router login page, you have accessed the correct WAN IP, but have cocked up somewhere else.
You mentioned earlier you haven't yet got a domain name. I've written a help page, mainly as a reminder for myself, for setting up a Windows IIS Web Server, using the DG8041 hub and the DDNS provider Dynu.com where you can create a free, no nags, domain. It's at
http://piethorne.dynu.net/help/iiswebserver/index.html
Although it's written for Windows, the principles are the same for setting up, say, an Apache web server in Linux, or whatever the Pi uses (Debian?). As you can now access your site over the WAN, you may find "Step 3" and the 2nd part of "Step 4" useful.
Note that when you create or alter a domain name, it can take a few minutes to propagate through the internet nameservers, so be patient and go and make a brew before trying to access it - and don't forget to clear your browser cache when you make changes.
on 06-12-2021 03:44 PM
Thank you, I changed the port from 10080 to 9080 and, to my surprise, it worked. I was surprised because I had been experimenting with the external ip address and port number provided by https://myexternalip.com. When I entered http://XX.XXX.XXX.XX/~41480/ into Safari it opened my router login page and I was able to log in. So I thought that TalkTalk were using the same ip address for many subscribers, each with a different port number. But since XX.XXX.XXX.XX:9080 works, this cannot be the case.
on 05-12-2021 10:34 AM
You may want to try a different port. Browsers are blocking port 10080 to prevent NAT slipstream attacks. See: https://secureteam.co.uk/news/tools/browsers-block-more-ports-to-prevent-nat-slipstream-attacks/ or just google something like "browsers blocking port 10080"
on 04-12-2021 02:48 PM
There is nothing wrong with that rule at all. If you get a different page displayed from the web server when you come in like that, compared to if you access it locally on your network, I would think that this could either be a web server configuration error or some routing within the Pi. Does the Pi support any form of .pcap packet capture, such as Dumpcap?
Keith
I am not employed by TalkTalk, I'm just a customer. If my post has fixed the issue, please set Accept as Solution from the 3 dot menu.
TalkTalk support and Community Stars - Who are they?
on 04-12-2021 02:43 PM
on 03-12-2021 09:56 PM
Please send me a screenshot of the PF rule so as I can check that for you.
Keith
I am not employed by TalkTalk, I'm just a customer. If my post has fixed the issue, please set Accept as Solution from the 3 dot menu.
TalkTalk support and Community Stars - Who are they?
on 03-12-2021 05:05 PM
Thank you. I don't yet have a domain name. I wanted to test my server first, so just wanted to use the external ip address. So I forwarded port 10080 to 80 in the router and tried xx.xxx.xxx.xx:10080 in the browser on another device. But I just got an empty html page, which is not mine (just using the internal ip address works). However, I noticed that the external ip included a five-digit port number. This seems to imply that TalkTalk subscribers share an ip address. Do you have any suggestions as to how I can test my connection using the external ip address?
on 28-11-2021 01:15 PM
Currently, with the DG8041W WiFi hub this is a firmware related bug. The only workaround is to use a different external port & translate it in the rule to port 80:-
External Port: 9080 (example, must be between 1024 and 65535)
Internal port: 80
Then people trying to access your webserver would need to use a URL specifying the external port like this:-
Note the colon between the domain & port number.
Keith
I am not employed by TalkTalk, I'm just a customer. If my post has fixed the issue, please set Accept as Solution from the 3 dot menu.
TalkTalk support and Community Stars - Who are they?