[EMAIL PROTECTED] wrote:

> Hello.
>
> I'm having major problems getting out through a proxy-server.
>
> Basically, the mail server (smtp and pop) is at 192.168.0.1, the
> proxy-server is at 192.168.0.2 and the machine I'm using is
> 192.168.0.4.
>
> My settings for web access from the browser is 192.168.0.2:80

Aha, so you are using proxy setting for http protocol directly, not
Socks Hosts? Look at your Netscape or IE setting to see, if there is
some exceptions set (it should be the same window (Tab), as you have
your 192.168.0.2:80 set. If there is no exception set, and your browser
+ mailer work good, then you have your REBOL set inproperly:

Could you look at your user.r file, and send me your set-net settings?

it should be something like that:

set-net [[EMAIL PROTECTED] 192.168.0.1 192.168.0.1 192.168.0.2 80
"socks4"]

it's also important to set your socks setting properly - socks4, socks5,
false , generic ... ask your Inet admins if and what kind (version) of
sokcs they are supporting ....

But as for above setting, I would wonder if you would not have Socks
Hosts set, on port 1080, but well, maybe I just don't understand all
that Inet stuff correctly ...

Also - look at http://www.rebol.com/howto.html#proxy.html for further
references ....

but! - 'set-net settings sets general REBOL protocol configuration -
system/schemes/default

If you want to override such setting for entire protocol, overriding
default one, you will have to set it in the following manner: e.g.

    system/schemes/http/proxy/host: "web-proxy.mynet.net"
    system/schemes/http/proxy/port-id: 8080
    system/schemes/http/proxy/type: 'generic

I have e.g.

system/schemes/default/proxy/bypass: ["orion.sec.trz.cz"]

to tell REBOL to exclude our email server from going thru socks hosts
....

-pekr-

>
>
> I've also tried the proxy setup but all I get is :-
>
> port  not open
>
> Anyone on a lan with a similar configuration ??
>
> Regards...Martin

Reply via email to