Difference between revisions of "How to take SSH tunnel if you will be locked out to access SafeSquid Interface(UI)"

From Secure Web Gateway
m (1 revision imported: Importing all pages)
m (1 revision imported: Importing all pages)
 
(No difference)

Latest revision as of 15:36, 24 July 2021

Suppose your proxy IP: 192.168.221.222 and Port: 8080 and you are unable to get access of SafeSquid Interface

  1. Open putty (192.168.221.222) >> Right click on top
  2. Select change setting >> Putty Configuration >> SSH >> Connection >> Tunnels
  3. Options Controlling SSH port forwarding

Add new forwarded port:
Source Port: 6666 (Any 4 digit number)
Destination: 127.0.0.1:8080

Click on Add button and then click on Apply
Do proxy settings inside browser as
Proxy:127.0.0.1  Port:6666 (You should get access of SafeSquid WebGUI)