On Wednesday 13 March 2002 11:03 am, chandrasekar wrote: > � � Is there any way that I can configure my workstation to be in the > network instead of private network so that to be visible to all and also > make it secure while connecting to the outside network.
There are many workarounds. I personally prefer ssh port forwarding. Something like: mandrake$ ssh -g -f -L 80:hpworkstation:80 -l somelogin sleep 20000 Another way is to download redir from freshmeat. Use it as: redir --lport 80 --caddr hpworkstation --cport 80 > � � � � � � What is the idea of a proxy server? Forgive me if it does not > fit the domain. You can also use a proxy server like squid in HTTP acceleration mode on your mandrake machine to access the webserver on the hp workstation. Binand _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
