Kitz ADSL Broadband Information
adsl spacer  
Support this site
Home Broadband ISPs Tech Routers Wiki Forum
 
     
   Compare ISP   Rate your ISP
   Glossary   Glossary
 
Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: 1 [2]

Author Topic: Weird broken website  (Read 7847 times)

Weaver

  • Senior Kitizen
  • ******
  • Posts: 11459
  • Retd s/w dev; A&A; 4x7km ADSL2 lines; Firebrick
Re: Weird broken website
« Reply #15 on: December 13, 2018, 05:23:05 PM »

To fix the letmecheck.it problem with IPv6 I employed my Firebrick router to block IPv6.

I used the following rule, adding a rule element into the middle of an existing suitable rule-set that monitors outbound stuff coming out of my LAN "IF-LAN". You must change IF-LAN to be whatever your LAN interface object is called.

Code: [Select]

<rule-set source-interface="IF-LAN" no-match-action="continue">
      <rule target-ip="2a02:348:82:cb69::2" target-port="80 443" protocol="6" action="reject"/>
</rule-set>


But depending on your circumstances you might just roll the whole thing up into one combined form, as follows:

Code: [Select]

<rule-set source-interface="IF-LAN" target-ip="2a02:348:82:cb69::2" target-port="80 443" protocol="6" no-match-action="reject" />


But the first form is always preferable if you have an existing rule set to add this new rule into, as that way you can minimise the number of rule-sets, which is desirable from an efficiency point of view amongst other reasons. (Sed multa sunt peccata mea in re ista.)

This is not a great hack though because what happens when they change their IPv6 address, how many alternative addresses might there be due to load sharing, and how many other virtual http servers might be living on that box, so that other random sites could get knocked out just because they share that address?
Logged

GigabitEthernet

  • Kitizen
  • ****
  • Posts: 2243
Re: Weird broken website
« Reply #16 on: April 23, 2019, 06:31:01 PM »

Got this issue too.

Editing the hosts file doesn't work for me.

Although the page now loads I get a page that says

This IP is being shared among many domains.
To view the domain you are looking for, simply enter the domain name in the location bar of your web browser.
Logged

Chrysalis

  • Content Team
  • Addicted Kitizen
  • *
  • Posts: 7382
  • VM Gig1 - AAISP L2TP
Re: Weird broken website
« Reply #17 on: April 23, 2019, 08:03:00 PM »

yeah this site has had issues for years.

The fact ipv6 has been broken so long suggests they dont care about maintenance, which makes me inclined to never use it, incase of the risk of a drive by or something.
Logged

Weaver

  • Senior Kitizen
  • ******
  • Posts: 11459
  • Retd s/w dev; A&A; 4x7km ADSL2 lines; Firebrick
Re: Weird broken website
« Reply #18 on: April 24, 2019, 01:43:23 AM »

It’s such a shame as it is incredibly useful. Maybe one of our number could replace it with a new similar tool.
Logged

Chrysalis

  • Content Team
  • Addicted Kitizen
  • *
  • Posts: 7382
  • VM Gig1 - AAISP L2TP
Re: Weird broken website
« Reply #19 on: August 19, 2019, 05:47:53 AM »

ipv6 is finally working on this website now LOL.

Ok I did cheat, I accessed the page via ipv4, but manually inputted my ipv6 on the ipv6 test, I expect the ipv6 vhost is still broken to access the site.
Logged
Pages: 1 [2]