Re: [Seaside] listening on INADDR_ANY?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Re: [Seaside] listening on INADDR_ANY?

Michael Rueger-6
 
Randal L. Schwartz wrote:
>>>>>> "Sebastian" == Sebastian Sastre <[hidden email]> writes:
>
> Sebastian> Firewalling that port for others than localhost. Cheers,
>
> The trouble is that I'm using the same host for 8 different IPs,
> and if it listens on all of them, then I have to be careful what the
> other IPs are doing.

As part of the work for OLPC there is a new version of the Socket Plugin
that works with IPv6 and also supports multiple interfaces and protocols
and such.
AFAIK none of this has been ported to other platforms yet. I think the
code is checked into the VM svn, but not sure.

Michael
Reply | Threaded
Open this post in threaded view
|

Re: Re: [Seaside] listening on INADDR_ANY?

Bert Freudenberg
 

On Dec 19, 2007, at 14:42 , Michael Rueger wrote:

> Randal L. Schwartz wrote:
>>>>>>> "Sebastian" == Sebastian Sastre <[hidden email]> writes:
>> Sebastian> Firewalling that port for others than localhost. Cheers,
>> The trouble is that I'm using the same host for 8 different IPs,
>> and if it listens on all of them, then I have to be careful what the
>> other IPs are doing.
>
> As part of the work for OLPC there is a new version of the Socket  
> Plugin that works with IPv6 and also supports multiple interfaces  
> and protocols and such.
> AFAIK none of this has been ported to other platforms yet. I think  
> the code is checked into the VM svn, but not sure.

It is.

- Bert -