How to yum over proxy tunnel
Update /etc/yum.conf with proxy=socks5h://localhost:11211 Run: ssh -D 11211 [email protected] XX.XX.XX.XX - must has the full web access… Read the rest
Notes
Update /etc/yum.conf with proxy=socks5h://localhost:11211 Run: ssh -D 11211 [email protected] XX.XX.XX.XX - must has the full web access… Read the rest
Check you WAN IP address
http://ip.alltime.pp.ua/
Run in terminal
ssh -D 2020 -C [email protected]
Go to Firefox –> Edit –> Preferences –> Advanced tab –> Network tab –> Settings button.
Select "Manual proxy configuration"
All fields are empty except:
SOCKS Host: localhost Port: 2020 SOCKS v5 No Proxy for: localhost, 127.0.0.1
Check you WAN IP address now
http://ip.alltime.pp.ua/… Read the rest