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 - ziel

#2
root@naboo:~ # opnsense-bootstrap
Must be a FreeBSD 12 release.

root@naboo:~ # uname -a
FreeBSD naboo.jungle 13.0-STABLE FreeBSD 13.0-STABLE hyperv-n248055-e91d90c0ac0 SMP  amd64
#3
1) Tried to upgrade from 21.7.8 via Web gui
2) GUI and SSH not responsive after upgrade
3) connect via serial port, IP addresses and interfaces seem to née OK, Routing (Internet access) is working
4) Try to upgrade via serial console (Option 12)

Fails with message:
ld-elf.so.1: Shared object "libucl.so.5" not found, required by "opnsense-verify"

http, https and ssh remain unresponsive.
Now I have kind of bricked firewall, that still routes traffic.
How to resolve?
#4
Worked, thanks!
#5
When trying to upgrade from 19.7.10 to 20.1 via Web, SSH or CLI the procedure always fails with the following error:

/usr/local/sbin/opnsense-verify: Undefined symbol "ucl_object_unref"

Hardware = pcengines APU2
#6
What I wanted to do: have a list of over 3000 hosts, mostly advertising related (adclick etc. taken from https://pgl.yoyo.org/adservers/) that I want to redirect to an internal Adress (where I have set up a black-hole server wich simply logs all requests but returns 404). I would be very time expensive to add all those hosts manually over GUI (https://<opnsense>/services_dnsmasq.php) so I thought I can simply add the host-list to the file mentioned.

OK, I think I understand that the system is working as designed - somehow (I still do not see behind the curtain..)
Maybe I should post a feature-request to be able to upload a list of hosts?

Or is it possible to add the dnsmasq-config -option (probably this directive is use to point to /var/etc/dnsmasq-hosts)

# or if you want it to read another file, as well as /etc/hosts, use
# this.
addn-hosts=<some-other-file>

#7
OpnSense Version 17.7.8

Steps to reproduce:
1) ssh
2) su
3) Edit /var/etc/dnsmasq-hosts
4) write file
5) restart dnsmasq in web-GUI

Results:
- in dnsmasq-log "/var/etc/dnsmasq-hosts 0 addresses

Expected results:
- dnsmasq loads addresses from /var/etc/dnsmasq-hosts

Is there a bug or do I have wrong expectations?