Quote from: vpx23 on August 09, 2026, 07:16:44 PMSpamhaus ZEN blacklist
It's in ZEN because it's listed in their PBL. Unless the node at this address is attempting to deliver e-mail's directly, it isn't a problem.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: vpx23 on August 09, 2026, 07:16:44 PMSpamhaus ZEN blacklist
Quote from: Taunt9930 on August 08, 2026, 02:17:29 PMEDIT: If I go to firewall > Diagnostics > aliases and select the qfeeds malware alias in the dropdown, and search for the IP, it does not appear to be in the list. Why is it being blocked? What can I do to work out why this is suddenly being blocked. If I disable the qfeeds rule, all is well.
The IP in question is 43.131.7.8
Quote from: nero355 on August 06, 2026, 07:45:05 PMThere was also some additional piece of software for Unbound that can cache frequently requested stuff for you for longer periods based on your personal preferences, but I can't remember the exact name...
cache-min-ttl: <seconds>
Time to live minimum for RRsets and messages in the cache. If the
minimum kicks in, the data is cached for longer than the domain
owner intended, and thus less queries are made to look up the
data. Zero makes sure the data in the cache is as the domain
owner intended, higher values, especially more than an hour or so,
can lead to trouble as the data in the cache does not match up
with the actual data any more.
Default: 0 (disabled)
Quote from: OPNenthu on August 06, 2026, 07:23:47 AMThe Reject action plays a critical role here. These rules are throttling all of the DNS queries from the Roku group, not just the undesirable ones. I need them to fail fast with feedback so that the streamer doesn't hang and has the best chance of retrying quickly when one of the necessary queries gets dropped.I see now, thanks
Quote from: OPNenthu on August 05, 2026, 09:34:41 PMblock return in quick inet proto {tcp udp} from $HOSTS_ROKU to {any} port {domain}
block return in quick inet6 proto {tcp udp} from $HOSTS_ROKU to {any} port {domain}
block drop in quick inet proto {tcp udp} from $HOSTS_ROKU to {any} port {domain}
block drop in quick inet6 proto {tcp udp} from $HOSTS_ROKU to {any} port {domain}
Quote from: Nullman on August 05, 2026, 10:49:45 PMWhy not?
Quote from: nero355 on August 06, 2026, 01:38:12 AMIf the single Interface the webGUI is bound to goes DOWN and then UP again it can become unreachable
Quote from: ednt on August 03, 2026, 10:23:20 AMBut still, it should also work with a DHCP address on that interface
Quote from: Patrick M. Hausen on July 28, 2026, 09:21:42 PMand then run
Code Select Expand
Code Select Expandgpart bootcode -b /boot/pmbr -p /boot/gptzfsboot -i 2 ada0to update the BIOS bootloader (with "nda0" in the original post changed to "ada0" for my setup).
pftop -s1 -v state -f 'icmp and host 212.XXX.XXX.XXX'pfTop: Up State 1-2/2 (101), View: state, Order: none, Cache: 10000 22:28:53
PR DIR SRC DEST STATE AGE EXP PKTS BYTES RATE PEAK AVG RU GW
icmp In 10.11.0.5:1 212.XXX.XXX.XXX:8 0:0 3 9 6 360 120 *
icmp Out 87.XXX.XXX.XXX:27203 212.XXX.XXX.XXX:8 0:0 3 9 6 360 120 * 10.11.0.5:1
Quote from: syshein on July 31, 2026, 11:16:31 AM09:33:06.465186 IP 212.XXX.XXX.XXX > 87.XXX.XXX.XXX: ICMP echo reply, id 19708, seq 59, length 64
09:33:06.465207 IP 212.XXX.XXX.XXX > 10.11.0.5: ICMP echo reply, id 61649, seq 59, length 64
tcpdump -pnvi ix1 icmp and host 212.XXX.XXX.XXXQuote from: Q-Feeds on June 02, 2026, 07:24:57 PMcan someone with these problems share the output of this command?/usr/local/opnsense/scripts/qfeeds/qfeedsctl.py logs
/usr/local/opnsense/scripts/qfeeds/qfeedsctl.py logs
Traceback (most recent call last):
File "/usr/local/opnsense/scripts/qfeeds/qfeedsctl.py", line 65, in <module>
for msg in getattr(actions, action)():
~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/usr/local/opnsense/scripts/qfeeds/lib/__init__.py", line 219, in logs
yield ujson.dumps({'rows': PFLogCrawler(feeds).find()})
~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/usr/local/opnsense/scripts/qfeeds/lib/log.py", line 82, in find
lline = self._parse_log_line(line)
File "/usr/local/opnsense/scripts/qfeeds/lib/log.py", line 64, in _parse_log_line
if fw_line[6] == 'pass':
~~~~~~~^^^
IndexError: list index out of range