Dear list,

I want to setup a server so remote users (ie brother in-law) can access
a box with Aussie IP address.
Currently foreign IPs can not assess eBay Australia he sells lots of
stuff through eBay.


Behold ssh port forwarding, from say his machine:

ssh -L 1201:ebay.com.au:80 [EMAIL PROTECTED]

he browses localhost:1201
Better than than use the socks server feature in ssh

ssh -D 1080 [EMAIL PROTECTED]

Go and grab foxyproxy - http://foxyproxy.mozdev.org/ addon for firefox and configure *ebay.com.au* to use a socks proxy of localhost:1080

Regards

Jeffrey

--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to