[Spread-users] RE: set ip to listen to

Stefan Becker sbecker at rapidsoft.de
Fri Mar 7 05:25:01 EST 2008


Hi daniel (and jonathan),

Thanks for your replies. I did what you said and netstat -lpn got a little better. But there is still one entry which shouldnot be there:

m1:~# netstat -lpn | grep spread
tcp        0      0 10.10.100.10:4803       0.0.0.0:*               LISTEN     12168/spread
udp        0      0 10.10.100.10:4803       0.0.0.0:*                          12168/spread
udp        0      0 10.10.100.10:4804       0.0.0.0:*                          12168/spread
udp        0      0 0.0.0.0:47086           0.0.0.0:*                          12168/spread
unix  2      [ ACC ]     STREAM     HÖRT          798406539 12168/spread        /tmp/4803
m1:~#

Here is my spread config:

Spread_Segment 10.10.100.255 {

        m1 10.10.100.10 {
           D 10.10.100.10
           C 10.10.100.10
        }

}

Other than that i didnot change the default spread config. I am using spread  Version 3.17.02 Built 5/March/2004 (debian package). I start spread with:

m1:~# spread -n m1

I use supervise for process monitoring just for info.

Any other ideas?

Greets,
stefan

-----Ursprüngliche Nachricht-----
Von: Daniel F. Savarese [mailto:dfs at savarese.org]
Gesendet: Donnerstag, 14. Februar 2008 18:08
An: Stefan Becker
Betreff: Re: [Spread-users] set ips to listen on


I wrote:
>If you don't want to hack spread to bind to a specific interface, then
>you have to install firewall rules to prevent outside access.  That's

Sorry for replying.  Obviously, I didn't know what I was talking about.
As Jonathan indicated, the following works to force binding only to
a specific interface (in this case, localhost):

Spread_Segment  127.0.0.255:4803 {
  localhost 127.0.0.1 {
    D 127.0.0.1
    C 127.0.0.1
  }
}




More information about the Spread-users mailing list