Page 2 of 2

Re: [Bug report] ABE blocking non-local website

Posted: Sat May 19, 2012 10:54 am
by Giorgio Maone
Ralf wrote:
However, since it seems this is gonna be quite common at least during the switch to IPv6 of hosting providers, and since web servers are very unlikely to be legitimately hosted on link-local IPs inside LANs, I'm gonna work-around for good by considering IPv6 link-local addresses (fe80:/10) as external for the purpose of cross-zone checks.
Doesn't this circumvent parts of the protection? I don't know which IPs, for example, (home) routers use for their LAN configuration interface.
Nope. link-local address are just a subset of LAN IPs and are not routable, therefore a device which hosts any valuable web service (like a router) is guaranteed to have at least another IP which is not link-local and can be used to identify the device as either LAN or WAN.

Done in latest development build 2.4.2rc7 and stable 2.4.2.

Re: [Bug report] ABE blocking non-local website

Posted: Mon May 21, 2012 6:48 am
by GµårÐïåñ
Ok, will do, just thinking out loud buddy, no worries. We'll figure it out.