Shane C Branch said: > > > *********** REPLY SEPARATOR *********** > > On 5/14/2003 at 3:29 PM William Hooper wrote: > >> >>[snip] >> >>Also double check that nothing is already binding to port 137. >> >>$ netstat -an | grep 137 >> >>-- > I ran that, but not sure how to interpret the data: > > udp 0 0 x.xx.xxx.xx:137 0.0.0.0:* > udp 0 0 xxx.xxx.x.x:137 0.0.0.0:* > udp 0 0 0.0.0.0:137 0.0.0.0:* > > The first line is for the external address, the second line for the > internal, > the third, I have no clue. > > regards, > > shane. I assume this is with nmbd running? Since it is working (because you removed the "interfaces" line) this is just showing that a program is listening on port 137 for those three interfaces. In this case nmbd :-) Had nmbd still not worked (and hence wasn't running) and something had shown up, that would mean another program was taking port 137. Oh, and 0.0.0.0 is the "all addresses" interface for broadcasts. Look at man smb.conf for more info in the "bind interfaces only" section. Your current situation is normal. -- William Hooper