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

#1
Hi,

i dont know why those old problems are not solved years later ...
anyway.

My OpenVPN Interface cant be selected at the GUI to be a listening Interface at Squid. (newest Version, everything updated)
But it seems like i need to restart the Squid service everytime i added a acl entry.
So instead of going to the cli each time to add the line
http_port 10.8.0.1:3128to /usr/local/etc/squid/squid.conf and then do a
Quote/usr/local/sbin/squid -k reconfigure
manually, i now added just once a file /usr/local/etc/squid/pre-auth/10-openvpn.conf and added just one line:
Quotehttp_port 10.8.0.1:3128

Seems like whenever the service is restarted now by the gui and its rebuilding its config this file is recognized and my openvpn interface is now listening all the time no matter if the service is restarted from the gui.
Just keep in mind that when you reboot the whole opnsense it seems like squid does not rebuild the config so the interface is missing again and the service need to be restarted from the gui once after reboot to make openvpn interface work again.

But as the opnsense will be restarted not that often while the service is restarted often and i do not need the cli anyway now, its the best workaround for me.

Can anybody push the devs to add opensense interfaces at the gui? ;)