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

#1
Quote from: franco on July 23, 2015, 12:27:03 PM
Local services on the firewall default to the default gateway and thus only work in correctly failover mode.

There are a afew tutorials to make this work on pfSense, a good starting point would be:

https://forum.pfsense.org/index.php?topic=37083.0

If you find a solution that works for OPNsense please share it with everyone. Thanks. :)

I had tried solutions in that link before I started a new topic in this forum, but it doesn't work. Anyway, thanks for your help, franco  ;D
#2
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.
#3
Squid 2.x can transparent in FreeBSD. Why don't you develop squid with that version?
#4
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.
#5
I installed Opnsense in virtualbox but I can't find transparent squid in Opnsense 15.7. Is it possible to configure transparent proxy?  :-\