[squid-users] Forward to SOCKS proxy?

2018-08-26 Thread davidjesse091
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

Re: [squid-users] iptables setup for tcp_outgoing_address

2018-06-16 Thread davidjesse091
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

Re: [squid-users] iptables setup for tcp_outgoing_address

2018-06-15 Thread davidjesse091
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

Re: [squid-users] iptables setup for tcp_outgoing_address

2018-06-15 Thread davidjesse091
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

[squid-users] iptables setup for tcp_outgoing_address

2018-06-15 Thread davidjesse091
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

Re: [squid-users] tcp_outgoing_address working on Windows machine but not on Ubuntu

2018-06-15 Thread davidjesse091
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

Re: [squid-users] tcp_outgoing_address working on Windows machine but not on Ubuntu

2018-06-15 Thread davidjesse091
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

[squid-users] tcp_outgoing_address working on Windows machine but not on Ubuntu

2018-06-14 Thread davidjesse091
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? __

[squid-users] Squid IPv4:port to IPv6

2017-08-18 Thread davidjesse091
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