Umgehen des Proxyservers von Innen
Vorbereitung
Squidserver
Install Squid
- root@squidserver:~# apt-get install squid3
- root@squidserver:~# netstat -lntp | grep squid
tcp 0 0 0.0.0.0:3128 0.0.0.0:* LISTEN 11456/(squid-1)
SSH auf Port 53
- root@squidserver:~# echo Port 22 >> /etc/ssh/sshd_config
- root@squidserver:~# systemctl restart ssh
- root@squidserver:~# netstat -lntp | grep 0.0.0.0:53
tcp 0 0 0.0.0.0:53 0.0.0.0:* LISTEN 11573/sshd