<?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>This topic</title>
    <link>https://community.bt.com/t5/Home-setup-Wi-Fi-network/Openwrt-router-and-strange-Internet-behaviour/m-p/2448347#M216877</link>
    <description>&lt;P&gt;Closing the loop on this, my previous Wan configuration was using IPoE aka DHCP as Sky does not use PPPoE like many Openreach providers.&lt;BR /&gt;I did switch the Wan to use PPPoE and, while I did not receive any errors and the connection was successful,&amp;nbsp; I got the weird behaviour that I described where some websites didn't look routed/accessible at all.&lt;BR /&gt;The manual review of /etc/config/network showed that the 'wan' interface was mentioned at least two times and also the config was duplicated (I don't remember which one exactly as I had to edit it on my phone).&lt;BR /&gt;I removed the wan configuration entirely, reconfigured it from scratch and now it working as expected.&lt;BR /&gt;It could be a bug in way the wan is switched between protocols, but I am really unsure at this point.&lt;BR /&gt;Posting it here, in case it helps someone else in the future!&lt;/P&gt;</description>
    <pubDate>Wed, 12 Nov 2025 11:51:06 GMT</pubDate>
    <dc:creator>r4w</dc:creator>
    <dc:date>2025-11-12T11:51:06Z</dc:date>
    <item>
      <title>Openwrt router and strange Internet behaviour</title>
      <link>https://community.bt.com/t5/Home-setup-Wi-Fi-network/Openwrt-router-and-strange-Internet-behaviour/m-p/2448178#M216865</link>
      <description>&lt;P&gt;Hi! I have been using OpenWrt as my main router for over 6 years now and moved providers before without any particular issues in adjusting the wan configuration. This morning, I moved from Sky to BT and I applied the usual pppoe configuration:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;U:bthomehub@btbroadband.com&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;P:BT&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The router is able to get both ipv4 and ipv6 addresses over pppoe but only selected websites seems to work.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;For instance, I am unable to reach&amp;nbsp;&lt;A href="https://checkip.amazonaws.com/" target="_blank" rel="noopener"&gt;https://checkip.amazonaws.com/&lt;/A&gt; to check my public IP but I can use Google, reddit or nest.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I initially suspected a DNS issue but I can definitely resolve all those addresses, tested via nslookup or dig.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I tried to change the username to my BT ID but I do get a very strange internal IP that it just does not work.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;However, the Hub seems to connect and work, but if I do a test connection it returns:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;"You have a stale or inactive Point-to-Point Protocol (PPP) session."&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I restarted the hub a few times as suggested but the test always fails and it wants me to book an engineer. But my connection works, so I am sure what an engineer can do onsite for a problem like that.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am at loss on what the issue could be, currently using the Hub as "modem" and OpenWrt as access point to avoid reconfigure my whole network.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Did anyone experience an issue like this one before? Any help is greatly appreciated!&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Nov 2025 23:17:28 GMT</pubDate>
      <guid>https://community.bt.com/t5/Home-setup-Wi-Fi-network/Openwrt-router-and-strange-Internet-behaviour/m-p/2448178#M216865</guid>
      <dc:creator>r4w</dc:creator>
      <dc:date>2025-11-10T23:17:28Z</dc:date>
    </item>
    <item>
      <title>Re: Openwrt router and strange Internet behaviour</title>
      <link>https://community.bt.com/t5/Home-setup-Wi-Fi-network/Openwrt-router-and-strange-Internet-behaviour/m-p/2448182#M216866</link>
      <description>&lt;P&gt;Double check your NTP settings on the router.&amp;nbsp; If the router is acting as an NTP server and intercepting NTP calls then try disabling the router NTP.&lt;/P&gt;&lt;P&gt;With AsusWrt what you are describing can happen when you fiddle with the DNS settings a little too much, but often only hits after the clocks change (it shouldn't I know, UTC and all that, but it can happen).&amp;nbsp; Hence the try fiddling with the NTP.&lt;/P&gt;&lt;P&gt;If you can't get it working, I'd restore a previous settings file, or reset the router and keep as many of the settings as vanilla as possible!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Nov 2025 07:50:41 GMT</pubDate>
      <guid>https://community.bt.com/t5/Home-setup-Wi-Fi-network/Openwrt-router-and-strange-Internet-behaviour/m-p/2448182#M216866</guid>
      <dc:creator>Crimliar</dc:creator>
      <dc:date>2025-11-11T07:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: Openwrt router and strange Internet behaviour</title>
      <link>https://community.bt.com/t5/Home-setup-Wi-Fi-network/Openwrt-router-and-strange-Internet-behaviour/m-p/2448189#M216868</link>
      <description>&lt;P&gt;Thanks for the response! I do have ntp jail in place, I tried to disable it but with no changes.&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, I do have two OpenWrt travel routers, I configured one of them to use pppoe and it is working as expected.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I still can't figure out what is wrong on my main router, I will go and check the network config manually in case there are some leftovers from the previous configuration.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am not being lazy but reconfigure it from scratch could be definitely a challenge, leaving it as very last option!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Nov 2025 09:17:41 GMT</pubDate>
      <guid>https://community.bt.com/t5/Home-setup-Wi-Fi-network/Openwrt-router-and-strange-Internet-behaviour/m-p/2448189#M216868</guid>
      <dc:creator>r4w</dc:creator>
      <dc:date>2025-11-11T09:17:41Z</dc:date>
    </item>
    <item>
      <title>Re: Openwrt router and strange Internet behaviour</title>
      <link>https://community.bt.com/t5/Home-setup-Wi-Fi-network/Openwrt-router-and-strange-Internet-behaviour/m-p/2448347#M216877</link>
      <description>&lt;P&gt;Closing the loop on this, my previous Wan configuration was using IPoE aka DHCP as Sky does not use PPPoE like many Openreach providers.&lt;BR /&gt;I did switch the Wan to use PPPoE and, while I did not receive any errors and the connection was successful,&amp;nbsp; I got the weird behaviour that I described where some websites didn't look routed/accessible at all.&lt;BR /&gt;The manual review of /etc/config/network showed that the 'wan' interface was mentioned at least two times and also the config was duplicated (I don't remember which one exactly as I had to edit it on my phone).&lt;BR /&gt;I removed the wan configuration entirely, reconfigured it from scratch and now it working as expected.&lt;BR /&gt;It could be a bug in way the wan is switched between protocols, but I am really unsure at this point.&lt;BR /&gt;Posting it here, in case it helps someone else in the future!&lt;/P&gt;</description>
      <pubDate>Wed, 12 Nov 2025 11:51:06 GMT</pubDate>
      <guid>https://community.bt.com/t5/Home-setup-Wi-Fi-network/Openwrt-router-and-strange-Internet-behaviour/m-p/2448347#M216877</guid>
      <dc:creator>r4w</dc:creator>
      <dc:date>2025-11-12T11:51:06Z</dc:date>
    </item>
  </channel>
</rss>

