I am using samba 2.2 from sun freeware download site. The server is running Solaris 2.8 with all new patches. I am trying to access the server (I named server as samba-server) from a pc. (I want to able to browse/upload/download files from a pc) The samba-server machine (E220) have two interface. One is assinged to external, routable IP address of 65.117.22.2 and one is assinged to the samba-server IP address of 192.168.0.160 the pc has the IP as 192.168.0.150 1. Here is the errors that I got when I do smbclient //samba-server/TMP and smbclient -L samba-server Both come back with the following lines: added interface ip=192.168.0.160 bcast=192.168.255.255 nmask=255.255.0.0 session request to WEB1 failed (Not listening for calling name) session request to *SMBSERVER failed (not listening for calling name) 2. The /smbclient -L //samba-server/TMP and /smbclient -L * Both come back with the following lines: added interface ip=192.168.0.160 bcast=192.168.255.255 nmask=255.255.0.0 wins_srv_died(): WINS server 192.168.0.160 appears to be down. Connection to make_printerdef failed 3. The nmblookup -B ACLIENT '*' (seem to work fine) it come back with the following lines: querying * on 0.0.0.0 192.168.0.160 *<00> 4. The nmblookup -M samba (seem to work fine) it come back with the following lines: querying samba on 192.168.255.255 192.168.0.160 samba<1d> Is there a sample smb.conf for solaris out there that do what I want to do. Thanks Tom