vincent blondel
2002-Sep-02 10:58 UTC
[Samba] "Not listening for calling name" error message
Hi all, my problem is the following. I got a domain configured with Samba 2.2.5 as PDC in the network 192.168.123.0 and the netmask 255.255.255.0 and I got another network 192.168.124.0 with one linux machine running samba as a simpe file server. I try now from my machine 192.168.123.3 to connect to my other network as "smbclient //192.168.124.1/servicename password -U user" and I got error message "Not listening for calling name". I have configured smb.conf on 192.168.124.1 "hosts allow 192.168.123.0/255.255.255.0". If I remove it then I got the connection. Anyone an idea, ... Thanks vincent
Well, it sounds like this should work with the hosts allow statement you have. I would make sure your network is configured the way you think it is. Look carefully at route -n and ifconfig. Then, run tcpdump -n while you run smbclient, and see what ip is actually hitting your 192.168.124.0 machine. Also, look for typos. Joel On Mon, Sep 02, 2002 at 04:56:50PM +0200, vincent blondel wrote:> Hi all, > > my problem is the following. I got a domain configured with Samba 2.2.5 as > PDC in the network 192.168.123.0 and the netmask 255.255.255.0 and I got > another network 192.168.124.0 with one linux machine running samba as a > simpe file server. > > I try now from my machine 192.168.123.3 to connect to my other network as > "smbclient //192.168.124.1/servicename password -U user" and I got error > message "Not listening for calling name". > > I have configured smb.conf on 192.168.124.1 "hosts allow > 192.168.123.0/255.255.255.0". If I remove it then I got the connection. > > Anyone an idea, ... > > Thanks > vincent > > > -- > To unsubscribe from this list go to the following URL and read the > instructions: http://lists.samba.org/mailman/listinfo/samba