On my Windows machine I can successfully connect to interface 1 and have the
connections go out from interface 2 using "tcp_outgoing_address", but this does
not work on my Linux Ubuntu machine. Anyone else notice this and know the
reason and solution for this?
__
That's right, I'm using the IP address of the interface for
tcp_outgoing_address. I want to be using tcp_outgoing_address based on the port
number of the incoming connection. Would that be possible by using Linux
routing?
-Original Message-
From: Matus UHLAR - fantomas
To: squid-user
That's right, I'm using the IP address of the interface for
tcp_outgoing_address. I want to be using tcp_outgoing_address based on the port
number of the incoming connection. Would that be possible by using Linux
routing?
-Original Message-
From: Matus UHLAR - fantomas
To: squid-user
I have two network interfaces on my machine. I'm trying to setup incoming
through the enp1s0's IP address and if the connection comes from port 11000
then I want squid to use wlx74da388c32c7's IP address.
IPs on my machine
root@poweredge:/var/log/squid# ip addr show
1: lo: mtu 65536 qdisc noque
I connect to Squid then it works.
But on Windows, I can connect to one ip and have an IP of another interface for
tcp_outgoing_address and the outgoing traffic works as expected
-Original Message-
From: Alex Rousskov
To: davidjesse091 ; squid-users
Sent: Fri, Jun 15, 2018 7:01 pm
S
v
To: davidjesse091 ; squid-users
Sent: Fri, Jun 15, 2018 11:43 pm
Subject: Re: [squid-users] iptables setup for tcp_outgoing_address
On 06/15/2018 05:12 PM, davidjesse...@aol.com wrote:
> if I use another interface's IP address
> for tcp_outgoing_address on my Linux machine then web pages d
I found out how to solve this issue. The answer lies here
https://serverfault.com/questions/487891/cant-ping-multihomed-linux-machine-on-non-default-interface
-Original Message-
From: Alex Rousskov
To: davidjesse091 ; squid-users
Sent: Fri, Jun 15, 2018 11:43 pm
Subject: Re: [squid
Can Squid be used to convert incoming HTTP proxy requests to a SOCKS server? ___
squid-users mailing list
squid-users@lists.squid-cache.org
http://lists.squid-cache.org/listinfo/squid-users
I'm trying to connect to Squid with one IPv4 IP and based on the port I'm
connecting with, I want Squid to use a different IPv6 IP for the connection.
Below is my config file
acl SSL_ports port 443
acl Safe_ports port 80
acl Safe_ports port 21
acl Safe_ports port 443
acl Safe_ports port 70
ac