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

#1
Hello team,

I updated a while ago to 21.1.9 and having a bit of time in front of me this week-end, I wanted to upgrade to 21.7.x
Unfortunately, I have the feeling that something went wrong when I did 21.1.9 upgrade.

Indeed, GUI is stating that my version is:

"
OPNsense 21.1.9_1-amd64
FreeBSD 12.1-RELEASE-p16-HBSD
OpenSSL 1.1.1k 25 Mar 2021
"

But launching the update process I'm getting this screen:

"
Package|name |Current version|New version|Required action|Repository
base   21.1.6   21.1.8   upgrade   OPNsense
kernel   21.1.6   21.1.8   upgrade   OPNsense
   
There are 2 updates available, total download size is 199.9MiB. This update requires a reboot.
"

Looks like the update process is not considering my 21.9.1 version ...
If I do carry on the update process, it ends up with a failure:

***GOT REQUEST TO UPDATE***
Updating OPNsense repository catalogue...
OPNsense repository is up to date.
All repositories are up to date.
Updating OPNsense repository catalogue...
OPNsense repository is up to date.
All repositories are up to date.
Checking for upgrades (0 candidates): . done
Processing candidates (0 candidates): . done
Checking integrity... done (0 conflicting)
Your packages are up to date.
Checking integrity... done (0 conflicting)
Nothing to do.
Checking all packages: .......... done
Nothing to do.
Your system is up to date.
Starting web GUI...done.
Generating RRD graphs...done.
Fetching base-21.1.8-amd64.txz: ............................... failed, no signature found
***DONE***
"

Healthy Audit:
"
***GOT REQUEST TO CHECK FOR UPDATES***
Fetching changelog information, please wait... fetch: transfer timed out
fetch: /tmp/changelog/changelog.txz.sig appears to be truncated: 0/1332 bytes
Updating OPNsense repository catalogue...
Fetching meta.conf: . done
Fetching packagesite.txz: .......... done
Processing entries: .......... done
OPNsense repository update completed. 761 packages processed.
All repositories are up to date.
Checking integrity... done (0 conflicting)
Your packages are up to date.
Checking for upgrades (0 candidates): . done
Processing candidates (0 candidates): . done
Checking integrity... done (0 conflicting)
Your packages are up to date.
***DONE***
"

What would you suggest?

Thank you for your time/help.
#2
C'est testé egalement avec un fichier de mapping et ça fontionne.

Question pour toi, je vois que tu as fais des redirection vers ton Syno, est-ce que tu as pu essayé pour PhotoStation?
#3
J'ai une configuration similaire mais je n'ai mis en place d'un seul service publique (et non 3 comme mentionné).
Pour être précis, 1 pour l'activation du certificat Let's Encrypt et un 2° qui ne gère que le HTTPS et appelle tous les différents backends.

Ceci fonctionne très bien sans la solution du mapping donnée plus haut.
#4
Bonjour à tous,

Je suis sous OPNsense 20.1.6-amd64.

J'ai pu mettre en place la redirection de mes sous domaines dans HAProxy vers des services tels que FileStation ou AudioStation de mon NAS Synology ainsi que vers Domoticzs hébergé sur mon Raspberry comme suit :

audio.mondomaine.com -> Synology/AudioStation
file.mondomaine.com -> Synology/FileStation
iot.mondomaine.com -> Raspberry/Domoticz

Cependant, je tombe sur un os depuis qq jours pour mettre en place la même chose pour rediriger vers PhotoStation du NAS :
photo.mondomaine.com -> Synology/PhotoStation

En effet, les tests sur mon sous domaine photo.mondomaine.com retournent la page d'erreur configurée dans le service publique qui dispatch tous mes backends.

J'ai cru lire que la difficulté de l'exercice semble venir de la spécificité du service PhotoStation qui possède une URL finissant par /photo, ce que j'ai pu constater en local:
192.168.Y.XXX/photo == PhotoStation

HAProxy est un outil très puissant, mais je sais pas comment gérer ce type de redirection via l'interface d'OPNSense.

Merci de votre aide.