Solved Forums firewalled out?

Posting this from a phone on mobile network. I tried accessing forums.freebsd.org from my computer connected by wire, from different browsers and by another device connected to wifi from the same network. Forums.freebsd.org is still not reachable.
 

Attachments

  • Screenshot_20210309-182122.png
    Screenshot_20210309-182122.png
    60.7 KB · Views: 127
We generally don't block IP addresses unless we get an excessive amount of spam (or other abuse) from that IP address. So I suspect it's a local problem.
 
Network admins saw traffic to forums.freebsd.org - thought "what the hell is freebsd", opened the link - saw horns and went "some satanistic forum, can't have that" and blocked it?
 
Might possibly be a simple, plain network config issue.

Sharing output of terminal commands:


Code:
3: vixxx: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue
state DOWN group default qlen 1000
    link/ether 52:54:xx:xx:xx:7c brd ff:ff:ff:ff:ff:ff
    inet 192.168.1xx.x/24 brd 192.168.122.255 scope global virbr0
       valid_lft forever preferred_lft forever

usrname:~$ ping 1.1.1.1
PING 1.1.1.1 (1.1.1.1) 56(84) bytes of data.
64 bytes from 1.1.1.1: icmp_seq=1 ttl=45 time=27.7 ms
64 bytes from 1.1.1.1: icmp_seq=2 ttl=45 time=29.0 ms
64 bytes from 1.1.1.1: icmp_seq=3 ttl=45 time=28.0 ms
^C
--- 1.1.1.1 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2003ms
rtt min/avg/max/mdev = 27.748/28.252/28.999/0.538 ms
usrname:~$ ping google.com
PING google.com (172.217.26.174) 56(84) bytes of data.
64 bytes from maa03s22-in-f174.1e100.net (172.217.26.174): icmp_seq=1
ttl=115 time=9.44 ms
64 bytes from maa03s22-in-f174.1e100.net (172.217.26.174): icmp_seq=2
ttl=115 time=8.26 ms
64 bytes from maa03s22-in-f174.1e100.net (172.217.26.174): icmp_seq=3
ttl=115 time=8.29 ms
^C
--- google.com ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2003ms
rtt min/avg/max/mdev = 8.263/8.666/9.443/0.549 ms
usrname:~$ ping freebsd.org
PING freebsd.org (96.47.72.84) 56(84) bytes of data.
64 bytes from wfe0.nyi.freebsd.org (96.47.72.84): icmp_seq=1 ttl=40 time=234 ms
64 bytes from wfe0.nyi.freebsd.org (96.47.72.84): icmp_seq=2 ttl=40 time=234 ms
^C
--- freebsd.org ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1000ms
rtt min/avg/max/mdev = 233.667/234.029/234.391/0.362 ms
usrname:~$ ping forums.freebsd.org
PING forums.freebsd.org (204.109.59.195) 56(84) bytes of data.
^C
--- forums.freebsd.org ping statistics ---
4 packets transmitted, 0 received, 100% packet loss, time 3065ms
 
Please use the [code] bbcodes to paste output. Besides making it look nicer it also stops the forum software from mangling hostnames it thinks might be URLs.
 
I don't comment on that "horn" nonsense, but he has a point. I bet it's a DNS issue (unintentional) in ISP side.
Connect through another ISP and/or carrier, or use VPN and try again. It's better to test it in "Incognito" mode.

[Edit]: Strike-through the DNS work.
 
Last edited:
I doubt it's a DNS issue. forums.freebsd.org is correctly resolved to 204.109.59.195. So DNS doesn't seem to be an issue here.

3: vixxx: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue
state DOWN group default qlen 1000
What interface is this? It looks like a dailup connection?
 
I doubt it's a DNS issue. forums.freebsd.org is correctly resolved to 204.109.59.195. So DNS doesn't seem to be an issue here.
Correct. Thanks. I'll strike-through the DNS.

The reason I suspect it's an ISP issue:

I have similar problem time to time -- not now, and not necessarily FreeBSD.org.
For example: I visit a site e.g. example.com. It's not blocked, it always works (during a year).
But suddenly, with different machines, different OSs (FreeBSD, Windows) => I get similar error message, as OP.

My solutions:
All machines, same settings, nearly same time:
* I switch the 4G/LTE carrier. ISP A to ISP B => problem solved
* If I use VPN it get resolved too.

Hours later, the site is back to normal. I use it as a kludge. Not sure about nature of problem, and also those two solutions.
My best guess: something is wrong with ISP.
 
Router hiccups, e.g. routing table screwed up on an regular update. Some time later, the tables got fixed on the next update, or the router rebooted by the ISP's friendly service staff.
 
The access issue is persistent. I have been trying for weeks. The wired connection and it's wifi blicks forums.freebsd.org. Screenshots from a moment ago.
 

Attachments

  • Screenshot_20210313-231803.png
    Screenshot_20210313-231803.png
    78.2 KB · Views: 114
  • Screenshot_20210313-231703.png
    Screenshot_20210313-231703.png
    100.3 KB · Views: 121
Posting this from a phone on mobile network. I tried accessing forums.freebsd.org from my computer connected by wire, from different browsers and by another device connected to wifi from the same network. Forums.freebsd.org is still not reachable.
This is clearly an issue to report to & ask your ISP about.
 
Can you PM me your IP address? I can verify if it's blocked or not. But as I said, we have a number of blocks that are due to abuse or spam. It's possible your IP address falls into such a blocked range.
 
Back
Top