Menu

Show posts

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 Menu

Messages - diokobol

#1

I take the liberty of following up on this topic by pointing out that I have been living with this problem for months... several tests carried out both in proxmox, vmware and baremetal environments on HPE Proliand dl380 gen9 with dual E5-2697v4 processors and 2 Intel X540 dual BaseT network cards without getting 4/5(6 Gbps) results. IPS disabled. With freebsd 13 installed as it from DVD 9/9.5 even if not constant. Linux Debian 11 and 12 seems to present no problems both in a virtualized environment and in a barmetal environment. I also find it really strange that no one from TeamSviluppo has encountered similar problems.

I will follow up thanks for your attention.
#2
23.7 Legacy Series / Re: Alias problem
October 26, 2023, 01:29:58 AM
Hi Seimus,
thanks for your reply... today I updated to version 23.7.7 and now the aliases are working correctly again (2 months ago I had the same problem and same solution)

the command launched in ssh session does not produce any output

I currently use around 67 aliases between self-generated ones and those defined by me.

Thank you.
#3
23.7 Legacy Series / Alias problem
October 20, 2023, 09:13:46 PM
Good morning, I'm new and I apologize for my English. I'm having this problem managing aliases with an updated 23.7.6 version (not installed from scratch).

python3 /usr/local/opnsense/scripts/filter/update_tables.py
File "/usr/local/opnsense/scripts/filter/update_tables.py", line 85, in <module>
    alias_content = alias.cached() if use_cached(alias_name) else alias.resolve()
  File "/usr/local/opnsense/scripts/filter/lib/alias/__init__.py", line 180, in resolve
    for address in address_parser.iter_addresses(item):
  File "/usr/local/opnsense/scripts/filter/lib/alias/base.py", line 52, in iter_addresses
    syslog.syslog(syslog.LOG_ERR, 'alias table %s overflow' % self._name)
AttributeError: 'BaseContentParser' object has no attribute '_name'


Searching the forum I found a similar problem due to GEOIP which I promptly disabled but without obtaining any results.

Can anyone help me figure out which alias is having problems.

A new firewall without importing the configuration from this outcome:

{"status": "ok"}


Thank you