Re: [squid-users] Outgoing traffic through certain device instead of IP?

2023-08-23 Thread Matus UHLAR - fantomas
On 21.08.23 19:11, Robert 'Bobby' Zenz wrote: AFAIK, dante can detect which IP address different interface use and use those address (so you can define "eth0" instead of 192.0.2.1), ... How would that work? `tcp_outgoing_address` and `udp_outgoing_address` only accept IP addresses, I'm not see

Re: [squid-users] Outgoing traffic through certain device instead of IP?

2023-08-21 Thread Robert 'Bobby' Zenz
> AFAIK, dante can detect which IP address different interface use and > use those address (so you can define "eth0" instead of 192.0.2.1), ... How would that work? `tcp_outgoing_address` and `udp_outgoing_address` only accept IP addresses, I'm not seeing another option which would match those and

Re: [squid-users] Outgoing traffic through certain device instead of IP?

2023-08-21 Thread Matus UHLAR - fantomas
On 21.08.23 18:58, Robert 'Bobby' Zenz wrote: The system does not support selecting outgoing interface other way. Do you mean with "system" Squid or Linux? Because Dante (SOCKS server) does have that functionality. AFAIK, dante can detect which IP address different interface use and use tho

Re: [squid-users] Outgoing traffic through certain device instead of IP?

2023-08-21 Thread Robert 'Bobby' Zenz
> Squid is limited to selecting certain details of the TCP packets. > Device routing details are up to the operating system. I thought as much, thanks for clarifying. > You can have Squid can set dst-IP or TOS/QoS marking on packets. The > OS routing services should be able to use those to do its

Re: [squid-users] Outgoing traffic through certain device instead of IP?

2023-08-12 Thread Amos Jeffries
On 12/08/23 05:23, Robert 'Bobby' Zenz wrote: I'd like to send all the outgoing traffic from Squid through a certain network device instead of an IP. There's `tcp_outgoing_address` and `udp_outgoing_address` which only accepts an IP as parameter, but there's no way to use a certain device? Squi

Re: [squid-users] Outgoing traffic through certain device instead of IP?

2023-08-12 Thread Matus UHLAR - fantomas
On 11.08.23 19:23, Robert 'Bobby' Zenz wrote: I'd like to send all the outgoing traffic from Squid through a certain network device instead of an IP. There's `tcp_outgoing_address` and `udp_outgoing_address` which only accepts an IP as parameter, but there's no way to use a certain device? You

[squid-users] Outgoing traffic through certain device instead of IP?

2023-08-11 Thread Robert 'Bobby' Zenz
I'd like to send all the outgoing traffic from Squid through a certain network device instead of an IP. There's `tcp_outgoing_address` and `udp_outgoing_address` which only accepts an IP as parameter, but there's no way to use a certain device? I just wanted to verify that there is currently no wa