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

#1
Hi,

I configure the HA for my OPNsense (19.1.7) cluster.
I've define :
- Pfsync subnet with interface
- VLAN LAN interface with CARP VIP
- I've enable the HA module with XMLRPC sync

I've several notifications with :

05-14-19 18:20:59 [ An error occurred while attempting XMLRPC sync with username root and https://192.168.1.1/xmlrpc.php fetch error. remote host down? ]

For the test, I use the root user.
192.168.1.1 ping OK to 192.168.1.2
192.168.1.2 ping OK to 192.168.1.1

In the backend log, I found this log :

OPNsense configd.py: unable to sendback response [OK ] for [filter][sync][['load']] {fb51c606-8ac0-4d35-bb0e-a42689abe9ce}, message was Traceback (most recent call last): File "/usr/local/opnsense/service/modules/processhandler.py", line 203, in run self.connection.sendall('%s\n' % result) File "/usr/local/lib/python2.7/socket.py", line 228, in meth return getattr(self._sock,name)(*args) error: [Errno 32] Broken pipe

Someone have an idea for this problem ?

Thanks

EDIT :

Problem with XMLRPC config
#2
Hi,

I configure the URL filtering with the OPNSense tutorial : https://docs.opnsense.org/manual/how-tos/proxywebfilter.html

On the step 5, we enable a "declarative" proxy.
Is it possible to configure the URL filtering with transparent proxy ?

Thanks
#3
General Discussion / Use OPNSense same as router
February 07, 2019, 02:37:40 PM
Hi,

I've a WiFi network with Active Directory authentication for the WAN access.
I've 2 servers and 1 switch for the lab.
I've a available laptop with an embedded WiFi card and a LAN RJ card.

My idea is :
- Install OPNSense on the laptop
- Use the embedded WiFi card to connect OPNSense to Internet via AD credential
- Use the embedded LAN RJ card to give Internet access to my lab

Is it possible ? I doesn't find how to do this. Someone could help me ?

Thanks