I have got a SSH Socks proxy setup at the moment like this :
ssh -D 9999 -C user@home -p 443
(SSH calls corkscrew)
This is working fine except that the machine "home" won't let me connect to the web (http, webpages outside the lan), instead on the machine "home" I would like to connect to "nas" which lets me connect to the web . I basically want to go through "home" and use "nas" to connect to the internet using a socks proxy . The last step is confusing me.