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

#1
20.1 Legacy Series / tunnel firmware/pkg downloads
July 29, 2020, 10:47:20 AM
Hello everyone!

I can't figure out how to tunnel OPNsenses update downloads through one of my wireguard interfaces.
Does anyone know how I could achieve this?

I tried setting the wg interfaces as the default gw but then it seems like wireguard is trying to reach it's server through the interface rather than WAN.

A possible solution might be to default everything through a wireguard gw group and then somehow redirect wireguard through the WAN gateway. Is this possible? Is this preferable?

My ISP seriously messes with my connection and also blocks and spoofs dns requests so I would really prefer to update my system through a tunnel.

Very thankful for any answers/tips/suggestions!
#2
thx for the tip :)
Doesn't work for me though :/
However Celeron don't belong to Intels Core lineup so Core should not work for me (and it doesn't ;) )
#3
Yes I also tried that (with a reboot) even though it should not work :)
Didn't help though.
Thx for suggestion :)
#4
Hi,

I have a fresh 20.1 install on a noname chinese Celeron machine (J3160).
Sorry if I seem ignorant, I'm very new to FreeBSD and OPNsense.

Thermal Sensors Hardware set to "None/ACPI".
In health cpu0temp is reported as "NaN".

sysctl -a | grep temperature outputs hw.acpi.thermal.tz0.temperature: 48.1C
So there is a working acpi reading available.

sysctl hw.acpi.thermal
outputs
hw.acpi.thermal.tz0._TSP: 50
hw.acpi.thermal.tz0._TC2: 5
hw.acpi.thermal.tz0._TC1: 1
hw.acpi.thermal.tz0._ACx: 110.1C -1 -1 -1 -1 -1 -1 -1 -1 -1
hw.acpi.thermal.tz0._CRT: 95.1C
hw.acpi.thermal.tz0._HOT: 90.1C
hw.acpi.thermal.tz0._PSV: 85.1C
hw.acpi.thermal.tz0.thermal_flags: 0
hw.acpi.thermal.tz0.passive_cooling: 1
hw.acpi.thermal.tz0.active: -1
hw.acpi.thermal.tz0.temperature: 48.1C
hw.acpi.thermal.user_override: 0
hw.acpi.thermal.polling_rate: 10
hw.acpi.thermal.min_runtime: 0


I found a lot of references to temperature readings with these exact paths so I think it should be supported.
Am I missing something obvious?

Any help appreciated!  :)
#5
Hi,

Not sure if this is the correct place to post this, if not please move it :)

I ran into error 19 while trying to install to a no-name chinese celeron machine from a sandisk 64 GB USB3 drive (usb3 port also).

After trying a bunch of solutions out there I found this.
https://forums.freebsd.org/threads/booting-from-usb-error-19.57429/post-327585

This worked for me :)

Just stop the auto run at the initial menu (esc or space).
Run these two lines.
set vfs.root.mountfrom="ufs:/dev/da0p2"
boot


This spams an error about 20 times and then restarts. After restarting I let it auto run and it happily went all the way to the installation.

If this is stupid some stupid noob error feel free to delete this thread, this is my first experience of both soft routing and freebsd.

Hoping this can help someone else and maybe give a hint to a developer about what could/should be changed to not run into this.