Host using specific gateway
-
Hi at all,
I'm using Pfsense with squid and a Multi-WAN configuration.
As we know, Squid not support multi-Wan.So, I found a custom settings to add for make it work :
acl loadbalance random 0.5;
tcp_outgoing_address 192.168.2.91 loadbalance;
tcp_outgoing_address 192.168.1.92;BUT, I would use a specific gateway for specific IP adress.
Can you help me to write an ACL to make that ? -
oh sorry, I think that I found answer to my question
acl HOST1 src 192.168.0.114/32
acl HOST2 src 192.168.0.115/32tcp_outgoing_address 192.168.2.91 HOST1
tcp_outgoing_address 192.168.2.91 HOST2:)
BUT is it possible to specific this just for one port ?
Thanks
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.