<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Accessing localhost in Broadband</title>
    <link>https://community.talktalk.co.uk/t5/Broadband/Accessing-localhost/m-p/2968414#M853970</link>
    <description>&lt;P&gt;Hee hee John, not dim.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;127.0.0.1 means 'yourself'. So when you go to that place on any machine, it looks for a website on itself. Now unless you've done something very clever and geeky (or installed a program to do that), you'll get no reply as each machine is not normally 'a website'.&lt;/P&gt;</description>
    <pubDate>Tue, 25 Apr 2023 15:17:42 GMT</pubDate>
    <dc:creator>talkwhatever</dc:creator>
    <dc:date>2023-04-25T15:17:42Z</dc:date>
    <item>
      <title>Accessing localhost</title>
      <link>https://community.talktalk.co.uk/t5/Broadband/Accessing-localhost/m-p/2968403#M853964</link>
      <description>&lt;P&gt;I've a computer program here which needs to access localhost. I haven't needed to use the program for several years but when I tried it just now it wouldn't work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The last time I used the app I was probably with my previous ISP (and therefore using a different router) but I'm pretty sure that if I typed &lt;A href="http://127.0.0.1" target="_blank"&gt;http://127.0.0.1&lt;/A&gt;&amp;nbsp;into a browser it'd show me a page corresponding to localhost. But if I do that now (on any of my computers) they all report that 127.0.0.1 refused to connect. Could that be something to do with my TalkTalk router? And if so, is there a solution?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 14:37:40 GMT</pubDate>
      <guid>https://community.talktalk.co.uk/t5/Broadband/Accessing-localhost/m-p/2968403#M853964</guid>
      <dc:creator>johne53</dc:creator>
      <dc:date>2023-04-25T14:37:40Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing localhost</title>
      <link>https://community.talktalk.co.uk/t5/Broadband/Accessing-localhost/m-p/2968405#M853965</link>
      <description>&lt;P&gt;Hiya, more likely that your computer no longer has that web server running (on localhost). 127.0.0.1 always points to back to the computer you are using.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So trying this on any of your computers, will each point to the computer you are trying it on — probably not what you want. But could be (if you've installed this program on all your computers).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Check that this&amp;nbsp;&lt;EM&gt;program&lt;/EM&gt;&amp;nbsp;you mention is still running and has access to the &lt;A href="https://www.w3.org/Daemon/User/Installation/PrivilegedPorts.html" target="_self"&gt;privileged port&lt;/A&gt; 80 (that &lt;STRONG&gt;http&lt;/STRONG&gt; uses).&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 15:06:38 GMT</pubDate>
      <guid>https://community.talktalk.co.uk/t5/Broadband/Accessing-localhost/m-p/2968405#M853965</guid>
      <dc:creator>talkwhatever</dc:creator>
      <dc:date>2023-04-25T15:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing localhost</title>
      <link>https://community.talktalk.co.uk/t5/Broadband/Accessing-localhost/m-p/2968410#M853966</link>
      <description>&lt;P&gt;Thanks - but how can I check if a program has access to port 80 ?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 15:01:53 GMT</pubDate>
      <guid>https://community.talktalk.co.uk/t5/Broadband/Accessing-localhost/m-p/2968410#M853966</guid>
      <dc:creator>johne53</dc:creator>
      <dc:date>2023-04-25T15:01:53Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing localhost</title>
      <link>https://community.talktalk.co.uk/t5/Broadband/Accessing-localhost/m-p/2968412#M853968</link>
      <description>&lt;P&gt;It depends on the program. Sorry. Ask the developers of that program. Good luck.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 15:03:40 GMT</pubDate>
      <guid>https://community.talktalk.co.uk/t5/Broadband/Accessing-localhost/m-p/2968412#M853968</guid>
      <dc:creator>talkwhatever</dc:creator>
      <dc:date>2023-04-25T15:03:40Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing localhost</title>
      <link>https://community.talktalk.co.uk/t5/Broadband/Accessing-localhost/m-p/2968413#M853969</link>
      <description>&lt;P&gt;Sorry to be dim about this but I've a mixture of machines here running MacOS, Windows 7 and Windows 10 - and every browser tells me that 127.0.0.1 can't be accessed. So surely the problem must lie with something that's common to them all (e.g. the router) ??&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 15:10:51 GMT</pubDate>
      <guid>https://community.talktalk.co.uk/t5/Broadband/Accessing-localhost/m-p/2968413#M853969</guid>
      <dc:creator>johne53</dc:creator>
      <dc:date>2023-04-25T15:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing localhost</title>
      <link>https://community.talktalk.co.uk/t5/Broadband/Accessing-localhost/m-p/2968414#M853970</link>
      <description>&lt;P&gt;Hee hee John, not dim.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;127.0.0.1 means 'yourself'. So when you go to that place on any machine, it looks for a website on itself. Now unless you've done something very clever and geeky (or installed a program to do that), you'll get no reply as each machine is not normally 'a website'.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 15:17:42 GMT</pubDate>
      <guid>https://community.talktalk.co.uk/t5/Broadband/Accessing-localhost/m-p/2968414#M853970</guid>
      <dc:creator>talkwhatever</dc:creator>
      <dc:date>2023-04-25T15:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing localhost</title>
      <link>https://community.talktalk.co.uk/t5/Broadband/Accessing-localhost/m-p/2968417#M853972</link>
      <description>&lt;P&gt;In that case, I must be gotting my numbers mixed up. For my previous router I'm sure there was an IP address I could type in which displayed some kind of router page (a setup page maybe??)&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 15:26:38 GMT</pubDate>
      <guid>https://community.talktalk.co.uk/t5/Broadband/Accessing-localhost/m-p/2968417#M853972</guid>
      <dc:creator>johne53</dc:creator>
      <dc:date>2023-04-25T15:26:38Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing localhost</title>
      <link>https://community.talktalk.co.uk/t5/Broadband/Accessing-localhost/m-p/2968418#M853973</link>
      <description>&lt;P&gt;Yup, there is a web page where you can talk to your router and see/adjust its settings.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have a look at the (back of the) router to find that address. It might be something like &lt;A href="http://192.168.1.1/" target="_self"&gt;http://192.168.1.1&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 16:28:27 GMT</pubDate>
      <guid>https://community.talktalk.co.uk/t5/Broadband/Accessing-localhost/m-p/2968418#M853973</guid>
      <dc:creator>talkwhatever</dc:creator>
      <dc:date>2023-04-25T16:28:27Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing localhost</title>
      <link>https://community.talktalk.co.uk/t5/Broadband/Accessing-localhost/m-p/2968419#M853974</link>
      <description>&lt;P&gt;Bah, you're right! I'd been getting mixed up with the 192.168.1.1 number&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":slightly_frowning_face:"&gt;🙁&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 15:37:15 GMT</pubDate>
      <guid>https://community.talktalk.co.uk/t5/Broadband/Accessing-localhost/m-p/2968419#M853974</guid>
      <dc:creator>johne53</dc:creator>
      <dc:date>2023-04-25T15:37:15Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing localhost</title>
      <link>https://community.talktalk.co.uk/t5/Broadband/Accessing-localhost/m-p/2968420#M853975</link>
      <description>&lt;P&gt;Fab! &lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(that you're sorted, not that you're mixed up &lt;span class="lia-unicode-emoji" title=":rolling_on_the_floor_laughing:"&gt;🤣&lt;/span&gt;)&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 15:38:32 GMT</pubDate>
      <guid>https://community.talktalk.co.uk/t5/Broadband/Accessing-localhost/m-p/2968420#M853975</guid>
      <dc:creator>talkwhatever</dc:creator>
      <dc:date>2023-04-25T15:38:32Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing localhost</title>
      <link>https://community.talktalk.co.uk/t5/Broadband/Accessing-localhost/m-p/2968482#M853991</link>
      <description>&lt;P&gt;Hi John,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Glad to see that you've got to the bottom of this with talkwhatever's help. If you need any further assistance please let us know &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Chris&lt;/P&gt;</description>
      <pubDate>Wed, 26 Apr 2023 07:09:13 GMT</pubDate>
      <guid>https://community.talktalk.co.uk/t5/Broadband/Accessing-localhost/m-p/2968482#M853991</guid>
      <dc:creator>Chris-TalkTalk</dc:creator>
      <dc:date>2023-04-26T07:09:13Z</dc:date>
    </item>
  </channel>
</rss>

