0

Can traffic of Host A having squid proxy redirect all its traffic to Host B's squid proxy using ssh tunnel? Couldn't find any solution. A help will be appreciated.

Solution form this https://unix.stackexchange.com/a/490641/587328 helps to sent all http and https traffic thought Host B but squid traffic still pass through Host A.

1 Answer 1

0

Hi I think it can help you:

In host A write this:

ssh -p 3567 -f -N -L *:4445:localhost:3567 <username>@<server B> 

in this code all traffic in port 4445 in server A forward to server B port 3567.

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.