On Thu, Mar 11, 2004 at 09:30:43AM -0800, Mr O wrote:
> Okay, NFS works fine now but I still have to tweak my smb.conf
> some more I guess. FS says samba is running, is 139 the default
> port? Because I don't see it listed though everything else is
> listening on all ports.
Where is the output to those commands?  You know as well as we do, don't trust
the user to their own interpretation.

This is on my solaris box:
$ grep NETBIOS /etc/services 
netbios-ns      137/tcp                         # NETBIOS Name Service
netbios-ns      137/udp                         # NETBIOS Name Service
netbios-dgm     138/tcp                         # NETBIOS Datagram Service
netbios-dgm     138/udp                         # NETBIOS Datagram Service
netbios-ssn     139/tcp                         # NETBIOS Session Service
netbios-ssn     139/udp                         # NETBIOS Session Service

$ netstat -na -P tcp |egrep "13[789]"
      *.139                *.*                0      0 24576      0 LISTEN

$ netstat -na -P udp |egrep "13[789]"
      *.137                                 Idle
      *.138                                 Idle
192.168.1.5.137                             Idle
192.168.1.5.138                             Idle

If using samba v3, make sure these conf statements make sense:
hosts allow = 192.168.1. 192.168.2. 127.
interfaces = 192.168.12.2/24 192.168.13.2/24 

> route -an? Seems to not like that switch. ifconfig is proper
> because 
Because nothin.. It's not for you, its for us.

Cory

-- 
Cory Petkovsek                                       Adapting Information
Adaptable IT Consulting                                Technology to Your
(858) 705-1655                                                   Business
[EMAIL PROTECTED]                                  www.AdaptableIT.com
_______________________________________________
EuG-LUG mailing list
[EMAIL PROTECTED]
http://mailman.efn.org/cgi-bin/listinfo/eug-lug

Reply via email to