<<<

hi,

Is it possible to connect weblet via internet and password protected?

Regards,
Chris Lee



I wouldn't go this way.

Just get ssh up and running on the WAN interface and redirect the weblet port(Is it 
port 5000?)

in other words, from a unix command line:

ssh -L5000:127.0.0.1:5000 root@<firewall_ip_address>

then on YOUR local machine, go into the browser and type

http://127.0.0.1:5000

you should get what you want without opening yet another port on the firewall.

you may have to configure your exception list on your browser.

The ssh command means "connect as user root to firewall ip xxx.xxx.xxx.xxx setting up a 
tunnel from port 5000 to remote port 5000"



-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
------------------------------------------------------------------------
leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html

Reply via email to