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

#1
25.7 Series / DANTE (sock proxy) installation
September 01, 2025, 09:02:37 PM
Ciao team

as I use OPNSense 25.7(.2) to connect different local lan (via OVPN TAP), with a centralized domain, I would like to have installed in each of the OPNSense also an "internal" sock proxy which need to serve only local (LAN) clients, so that I can change "on the go" via some proxy manager extensions in my browser the 'exit' point.

Shadowsocks cannot help, as it serve only WAN, but DANTE {https://www.inet.no/dante/} is perfect. Issue is though that Dante is not available as a plugin ready to install. So, I tried to manually have it installed:

pkg add https://pkg.freebsd.org/FreeBSD:14:amd64/latest/All/miniupnpc-2.3.2.pkg
pkg add https://pkg.freebsd.org/FreeBSD:14:amd64/latest/All/dante-1.4.3_3.pkg

but when I execute it, I have missing references to:

libgssapi.so.10
libgssapi_krb5.so.10
libkrb5.so.11
libheimbase.so.11
libheimntlm.so.11
libhx509.so.11
libcom_err.so.5
libasn1.so.11
libroken.so.11
libwind.so.11

So I tried to compile Dante via source, by I ended up with some missing reference on MAKE:

ld: error: version script assignment of 'global' to symbol '_getsockopt' failed: symbol not defined
Any suggestion to have Dante up and running please?