> Hi, > > I try to install my second SAMBA server on a Solaris7 system (my first SAMBA installation on a HP-UX 10.20 worked without any problems :-). > My problem is now, when I use the default port (139) for the smbd then I receive the following error when I try to use the command: > > ./smbclient -L zsw04-5001 > > added interface ip=145.150.50.1 bcast=145.150.255.255 nmask=255.255.0.0 > session request to ZSW04-5001 failed (Called name not present) > session request to *SMBSERVER failed (Called name present, but insufficient resources) > > When I startup the smbd with smbd -p 140 it works! > > ./smbclient -L zsw04-5001 -p 140 > > added interface ip=145.150.50.1 bcast=145.150.255.255 nmask=255.255.0.0 > Password: > Domain=[WORKGROUP] OS=[Unix] Server=[Samba 2.0.7] > > Sharename Type Comment > --------- ---- ------- > root Disk System Administrators Root > IPC$ IPC IPC Service (Samba 2.0.7) > > Server Comment > --------- ------- > ZSW04-5001 Samba 2.0.7 > > Workgroup Master > --------- ------- > WORKGROUP > > It seems there is a problem with the port 139, is there a possibility to redirect this port to a other port number? > Who can help me? > > Thank you very much. > Have a nice day. > > Daniel > >