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

Topics - trongkha

#1
I am running OPNsense 15.7 on VirtualBox with 3 network interfaces.
em0: WAN
em1: LAN
em2: OPT

I tested MultiWan on this machine and it works well. (without squid)

But Squid only uses default wan (not 2 WAN). Are there any better method to make Squid works with 2 WAN?

Edit 1: I configured floating but it not works.

Thanks for help.
#2
I tried compile pfctl (clone from https://github.com/opnsense/src) by:
# cd /usr/src/sbin/pfctl
# make
But it returns error:


In pfctl.c, it have #include <pfvar.h>

In sys/net/pfvar.h , the struct pfioc_schedule_kill defined by line 1296

struct pfioc_schedule_kill {
   int      numberkilled;
   char      schedule[PF_RULE_LABEL_SIZE];
};


Why pfctl returns that error? Please help me with this error.
#3
I installed Opnsense in virtualbox but I can't find transparent squid in Opnsense 15.7. Is it possible to configure transparent proxy?  :-\