Files.pfsense.org domain blocked!
-
I already create a topic about this problem, but I guess it could be a general question too.
In resume, I can't install packages 'cause the files.pfsense.org domain is "blocked" in my network. I can not access it trough the FW, LAN, browser or even make a telnet connection in port 80.
In my network there's no other web filtering service ou something like that…
This pfSense box is connected to the internet in PPPoE. And it's also installed in a Xen Citrix server.
Does someone knows what I could do?
-
Are you sure it is blocked ? This could be a DNS issue.
-
Do you have Snort installed by any chance?
-
@S(y)nack:
Are you sure it is blocked ? This could be a DNS issue.
For sure, I can resolve the name. In both LAN/pfSense box.
**lan-machine~ # nslookup files.pfsense.org
Server: 10.1.1.254
Address: 10.1.1.254#53Non-authoritative answer:
Name: files.pfsense.org
Address: 66.111.2.167**Do you have Snort installed by any chance?
No, I can't even install packages :(
-
yeah I wold verify dns for starters
;; QUESTION SECTION:
;files.pfsense.org. IN A
;; ANSWER SECTION:
files.pfsense.org. 300 IN A 66.111.2.167I would then do a traceroute, where does it die? if it does?
-
yeah I wold verify dns for starters
;; QUESTION SECTION:
;files.pfsense.org. IN A
;; ANSWER SECTION:
files.pfsense.org. 300 IN A 66.111.2.167I would then do a traceroute, where does it die? if it does?
Thanks, I forgot the traceroute ;D
Well, aparently it dies on the ISP, GVT.
**1 x.x.x.x.dynamic.adsl.gvt.net.br (x.x.x.x) 12.860 ms 7.000 ms 27.502 ms
2 gvt-host.gvt.net.br (200.175.20.114) 23.331 ms 42.981 ms 12.297 ms
3 189.59.242.77.static.host.gvt.net.br (189.59.242.77) 40.382 ms 35.334 ms 35.432 ms
4 187.115.212.186.static.host.gvt.net.br (187.115.212.186) 33.991 ms 35.041 ms 35.971 ms
5 187.115.213.202.static.host.gvt.net.br (187.115.213.202) 43.303 ms 36.099 ms 47.472 ms
6 * * *
7 * * *
8 * * *
9 * * *
10 * * *
11 * * *
12 * * *
13 * * *
14 * * ***And it goes forever…
Is there any chance of my ISP blocking the files.pfsense.org?
-
PS: I have other pfSense box in the same ISP, and it can do the traceroute, access the website, download packages. It's working fine.
-
Well, aparently it dies on the ISP, GVT.
**1 x.x.x.x.dynamic.adsl.gvt.net.br (x.x.x.x) 12.860 ms 7.000 ms 27.502 ms
2 gvt-host.gvt.net.br (200.175.20.114) 23.331 ms 42.981 ms 12.297 ms
3 189.59.242.77.static.host.gvt.net.br (189.59.242.77) 40.382 ms 35.334 ms 35.432 ms
4 187.115.212.186.static.host.gvt.net.br (187.115.212.186) 33.991 ms 35.041 ms 35.971 ms
5 187.115.213.202.static.host.gvt.net.br (187.115.213.202) 43.303 ms 36.099 ms 47.472 ms
6 * * *
7 * * *
8 * * *
9 * * *
10 * * *
11 * * *
12 * * *
13 * * *
14 * * ***And it goes forever…
Is there any chance of my ISP blocking the files.pfsense.org?
That's indeed dying on your ISP's network. I doubt they're intentionally blocking anything, but clearly have some kind of issue that's preventing you from getting to at least part of NYI.net. You'll have to report it to them.
-
Thank you guys, I'll report to them.