/****for internal pages *********/
connecting to: 172.31.76.4
** Access Error: Cannot connect to 172.31.76.4.
** Where: page: read http://172.31.76.4
parse page
/********* this is for external network*****/
Connecting to: www.rebol.com
--- here it waits for a long time---------
** Where: page: read http://www.rebol.com
** Access Error: Cannot connect to www.rebol.com.
** Where: do http://www.rebol.com/releases.html
connecting to: www.mailcity.lycos.com
** Access Error: Cannot connect to www.mailcity.lycos.com.
** Where: page: read http://www.mailcity.lycos.com
parse page
/*********************************************************/
here is aprt of my user.r file...
set-net [ [EMAIL PROTECTED] mail.domain.in pop3.domain.in
proxy.domain.in 3128 'generic ]
system/schemes/default/proxy/host: "proxy.domain.in"
system/schemes/default/proxy/port-id: 3128
system/schemes/default/proxy/user: "subhra"
system/schemes/default/proxy/pass: "mypass"
system/schemes/default/proxy/type: "generic"
system/schemes/default/proxy/bypass: [ "172.31.76.4" ]
system/schemes/http/host: "proxy.domain.in"
system/schemes/http/port-id: 3128
system/schemes/http/proxy/host: "proxy.domain.in"
system/schemes/http/proxy/port-id: 3128
system/schemes/http/proxy/user: "subhra"
system/schemes/http/proxy/pass: "mypass"
system/schemes/http/proxy/type: "generic"
system/schemes/http/proxy/bypass: [ "172.31.76.4" ]
i have tried various combination of these .... it did not work ....