by Giorgio Maone » Mon Feb 22, 2010 10:10 am
Yes, there's a bug, but it's not ABE's, it's by finmarket.ru network administrators:
- Code: Select all
dig finmarket.ru
; <<>> DiG <<>> finmarket.ru
;; QUESTION SECTION:
;finmarket.ru. IN A
;; ANSWER SECTION:
finmarket.ru. 600 IN A 213.134.198.50
finmarket.ru. 600 IN A 172.16.2.102
172.16.2.102 is a
private network address, reserved for LANs, so ABE is correct in matching the LOCAL rule.
Having put it in a public DNS record is the error causing this problem, and it should be fixed by finamrket.ru's network administrators.
You can work around by putting a
- Code: Select all
213.134.198.50 finmarket.ru
line in your hosts file.
Yes, there's a bug, but it's not ABE's, it's by finmarket.ru network administrators:
[code]
dig finmarket.ru
; <<>> DiG <<>> finmarket.ru
;; QUESTION SECTION:
;finmarket.ru. IN A
;; ANSWER SECTION:
finmarket.ru. 600 IN A 213.134.198.50
finmarket.ru. 600 IN A 172.16.2.102
[/code]
[b]172.16.2.102[/b] is a [url=http://en.wikipedia.org/wiki/Private_network]private network address[/url], reserved for LANs, so ABE is correct in matching the LOCAL rule.
Having put it in a public DNS record is the error causing this problem, and it should be fixed by finamrket.ru's network administrators.
You can work around by putting a
[code]
213.134.198.50 finmarket.ru
[/code]
line in your hosts file.