安裝squid,用作proxy server
# update repo
sudo apt-get update
# install squid
sudo apt-get install squid -y
# open port 3128 if useing UFW
sudo ufw allow 3128
在Firefox裡設置好proxy
安裝完squid並設置好firefox proxy後,便可使用ssh tunnel將網頁流量由ubuntu送到windows。
開啟ssh client並使用-CNT2gL
選項
ssh -CNT2gL 8080:localhost:3128 username@headless-server -p 22
現在firefox已經連上ubuntu server, 能夠使用其網絡去瀏覽網頁
squid settings: /etc/squid/squid.conf
http_access
http_port
sudo systemctl status squid.service