> But all the page says for Windows 95 is all that is needed is TCP/IP we > have TCP/IP running for ages but have no idea how to add the SMB client to > browse the Samba server.....well, that is easy..:) read man smbclient.. so far i have another problem, i can not browse windoze, (is it possible) when i try to connect to windoze machine: ( i have such entry in /etc/passwd) 194.135.207.5 slav5.freenet.bishkek.su steve BlackStar:/usr/samba/bin# smbclient -L \\\\steve Added interface ip=194.135.207.21 bcast=194.135.207.255 nmask=255.255.255.0 Session request failed (131,130) with myname=BLACKSTAR destname=STEVE Called name not present Try to connect to another name (instead of STEVE) You may find the -I option useful for this BlackStar:/usr/samba/bin# i get such error, any ideas?
Fyodor Yarochkin wrote:> so far i have another problem, i can not browse windoze, (is it possible) > when i try to connect to windoze machine: > ( i have such entry in /etc/passwd) > 194.135.207.5 slav5.freenet.bishkek.su steve > > BlackStar:/usr/samba/bin# smbclient -L \\\\steve > Added interface ip=194.135.207.21 bcast=194.135.207.255 nmask=255.255.255.0 > Session request failed (131,130) with myname=BLACKSTAR destname=STEVE > Called name not present > Try to connect to another name (instead of STEVE) > You may find the -I option useful for this > BlackStar:/usr/samba/bin# > > i get such error, any ideas?Try: smbclient -I 194.135.207.5 -L \\\\steve -- Glynn Clements <glynn@sensei.co.uk>
On Mon, 11 Aug 1997, Fyodor Yarochkin wrote:> destname=ISTC_COMPUTER > Called name not present > Try to connect to another name (instead of ISTC_COMPUTER) > You may find the -I option useful for thisDumb question :) Have you tried -I? --- Duncan Hill ------------------------------------------------------------------------------ Cogito ergo sum Email: dhill@sunbeach.net : dhill@bajan.org http://www.bajan.org : http://www.cropover.com ------------------------------------------------------------------------------
> Try: > > smbclient -I 194.135.207.5 -L \\\\stevenope.. the same story:( BlackStar:/usr/samba/bin# smbclient -I 194.135.207.17 -L \\\\Istc_computer Added interface ip=194.135.207.21 bcast=194.135.207.255 nmask=255.255.255.0 Session request failed (131,130) with myname=BLACKSTAR.COM destname=ISTC_COMPUTER Called name not present Try to connect to another name (instead of ISTC_COMPUTER) You may find the -I option useful for this BlackStar:/usr/samba/bin# ping Istc_computer PING slav17.blackstar.com (194.135.207.17): 56 data bytes 64 bytes from 194.135.207.17: icmp_seq=0 ttl=32 time=2.7 ms 64 bytes from 194.135.207.17: icmp_seq=1 ttl=32 time=2.2 ms --- slav17.blackstar.com ping statistics --- 2 packets transmitted, 2 packets received, 0% packet loss round-trip min/avg/max = 2.2/2.4/2.7 ms BlackStar:/usr/samba/bin# nslookup istc_computer Server: blackstar.com Address: 127.0.0.1 Name: slav17.blackstar.com Address: 194.135.207.17 Aliases: istc_computer.blackstar.com BlackStar:/usr/samba/bin#
> It looks like you need to use the CNAME, instead of an alias. The SMB > 'Computername' is probably the same as the DNS 'Hostname' (CNAME), and > you're trying the alias. try: > smbclient -L \\\\slav17ghm.. i think this is/was the problem on Windows 95 site.. b/c it figured IP address correctly (when i tried that thing, while machine was down, it was saying 194.135.207.17:139 no route to host) anyway now i am on a half (i hope) way to solve it.. now it got it showing me following things: BlackStar:/usr/samba/bin# smbclient -L amd-120 Added interface ip=194.135.207.21 bcast=194.135.207.255 nmask=255.255.255.0 Server time is Tue Aug 12 20:48:22 1997 Timezone is UTC+5.0 Server=[AMD-120] User=[] Workgroup=[IVC] Domain=[BLACKSTAR.COM] Sharename Type Comment --------- ---- ------- IPC$ IPC tqa=Q!!+Q s:a?<+qQ)_bs?Q <Q*qc ;`+5Q__a<? BlackStar:/usr/samba/bin# But i can't neither connect there (all the passwords, it asks, are incorrect) and have no ideas why it doen't show me the disks share etc... well, keep hacking... Fyodor
We've been trying to configure Samba on one of our servers and can't seem to get it to work (I've configured Samba on several other machines with earlier versions of Linux). The configuration is Caldera eDesktop 2.4 full install. The machine is configured as a firewall and router. A Win98 client can see the shares but gets prompted to enter a password when attempting to use a share (and a message "incorrect password" and variations). Attempting to troubleshoot using the procedures at: http://us2.samba.org/samba/docs/DIAGNOSIS.html we hit an error at test 3. When trying "smbclient -L servername" the server responds by listing the two ethernet card interfaces and then two lines that read: session request to SERVERNAME failed (not listening for calling name) session request to *SMBSERVER failed (not listening for calling name) Any ideas? We'd appreciate some help. Thank you. - John Wright Starfire Research
I am new to the linux environment havingmoved from MS - could someone please direct me to solve this problem that i have. I am using a Redhat 7.1 box trying to configure samba. This is the message i am receiving (please read below) I am pretty sure what the problem is but do not know what file to edit to fix this. [root@linux_store /root]# smbclient -L linux_store -N added interface ip=192.168.100.7 bcast=192.168.100.255 nmask=255.255.255.0 Got a positive name query response from 192.168.100.7 ( 192.168.100.7 ) session request to LINUX_STORE failed (Not listening for calling name) Got a positive name query response from 192.168.100.7 ( 192.168.100.7 ) session request to *SMBSERVER failed (Not listening for calling name) [root@linux_store /root]# Thanks Nick
Read the Recent FAQ in the textdocs that comes with the samba sources. Joel On Thu, Dec 13, 2001 at 11:08:07PM +0400, Support wrote:> I am new to the linux environment havingmoved from MS - could someone please > direct me to solve this problem that i have. > > I am using a Redhat 7.1 box trying to configure samba. > This is the message i am receiving (please read below) > > I am pretty sure what the problem is but do not know what file to edit to fix > this. > > > [root@linux_store /root]# smbclient -L linux_store -N > added interface ip=192.168.100.7 bcast=192.168.100.255 nmask=255.255.255.0 > Got a positive name query response from 192.168.100.7 ( 192.168.100.7 ) > session request to LINUX_STORE failed (Not listening for calling name) > Got a positive name query response from 192.168.100.7 ( 192.168.100.7 ) > session request to *SMBSERVER failed (Not listening for calling name) > [root@linux_store /root]# > > Thanks > > Nick > > -- > To unsubscribe from this list go to the following URL and read the > instructions: http://lists.samba.org/mailman/listinfo/samba
Dear Sir Samba came with Linux 7.3. I installed and configured samba according to Linux 7.3 customization guide. Also I restarted smb. I have a small LAN in my home which is connected to router and DSL line. Problem is that I can not communicate with windows XP from Linux or vice versa. If you can please advice me what should I do next. I will appreciate you help. Thank You Avijit -------------- next part -------------- HTML attachment scrubbed and removed
I just built a server using the United Linux beta3 and activated SAMBA v2.2.6 . I left smb.conf mostly default, but did change the Netbios name and WINS server (since we have one running). However, I cannot ping the netbios name nor the ip address of the server from another workstation. Similarly, the server can ping itself. But, it cannot ping the workstation. They are on the same subnet. I thought that it was an interface issue since 'testparm | grep interface' on the new server listed the loopback address. After changing the interface to 172.17.60.7/24 (server ip using CIDR rules), the same anomaly occurred. If I let the system lease an ip address from our DHCP server, all pings work. Perhaps this is not a SAMBA configuration issue, but I thought I would try here first since SAMBA is what I am after. Regards, Ken Illingsworth
hello, i colombian help me to samba manual in spanish configuration network windows nt my version the linux is red hat 8.0 thanks
>hello, i colombian >help me to samba >manual in spanish >configuration network windows nt >my version the linux is red hat 8.0>thanksaqu? est? un sitio portugu?s. Esto estar? quiz? de una cierta ayuda. buena suerte http://groups.yahoo.com/group/samba-br/ Here is a Portuguese language site. Maybe this will be of some help. good luck -peter. ************************************************************ Opinions contained in this e-mail do not necessarily reflect the opinions of the Queensland Department of Main Roads, Queensland Transport or National Transport Secretariat, or endorsed organisations utilising the same infrastructure. If you have received this electronic mail message in error, please immediately notify the sender and delete the message from your computer. ************************************************************
Aqu? est? otro sitio. Lo pienso soy un pedacito viejo. No puedo leer realmente a espa?oles. http://lucas.hispalinux.es/COMO-INSFLUG/COMOs/Samba-Como/Samba-Como.html Here's another site. I think it's a bit old. I can't actually read spanish. :-) peter. Peter A Bryant 13/12/2002 09:08 AM To: hectorddiaz@telecorp.net cc: samba@lists.samba.org Subject: re: samba configuration>hello, i colombian >help me to samba >manual in spanish >configuration network windows nt >my version the linux is red hat 8.0>thanksaqu? est? un sitio portugu?s. Esto estar? quiz? de una cierta ayuda. buena suerte http://groups.yahoo.com/group/samba-br/ Here is a Portuguese language site. Maybe this will be of some help. good luck -peter. ************************************************************ Opinions contained in this e-mail do not necessarily reflect the opinions of the Queensland Department of Main Roads, Queensland Transport or National Transport Secretariat, or endorsed organisations utilising the same infrastructure. If you have received this electronic mail message in error, please immediately notify the sender and delete the message from your computer. ************************************************************
Hello Samba team, I am starting to run samba on unix server for make shearing directories with windows site. Regarding with your documentation on unix site samba running ok. root@buzzard:[/opt/samba/bin]# ./smbclient -U% -L buzzard added interface ip=170.118.85.16 bcast=170.118.85.63 nmask=255.255.255.192 added interface ip=170.118.165.75 bcast=170.118.165.127 nmask=255.255.255.192 added interface ip=170.118.166.75 bcast=170.118.166.127 nmask=255.255.255.192 Domain=[IRI_CORP] OS=[Unix] Server=[Samba 2.2.3a] Sharename Type Comment --------- ---- ------- lsf_share Disk IPC$ IPC IPC Service (Samba 2.2.3a) ADMIN$ Disk IPC Service (Samba 2.2.3a) Server Comment --------- ------- CHI0095285D TALLADEGA Samba 2.2.3a Workgroup Master --------- ------- IRI_CORP CHI0095285D But unfortunately I can't find documentation how I can configure samba on Windows 2000 site. Please help me. Advance thanks Vitaly Didovich Unix System Administrator Information Resource Inc, Vitaly.Didovich@infores.com 312-474-3717
Didovich, Vitaly ?rta:>Let me explain little bit more. > >I have Unix machine which is Samba server and Windows_2000 machine which should be samba client. >On Unix site I don't have problem to install and configure samba. I've created directory on Unix site which should be share with Windows machine. According with Samba documentation windows machine has to be configured as well(http://us1.samba.org/samba/ftp/docs/htmldocs/using_samba/) >But on this website nothing saying about W2k. > >-----Original Message----- >From: G?mes G?za [mailto:geza@kzsdabas.sulinet.hu] >Sent: Monday, June 30, 2003 3:22 PM >To: Didovich, Vitaly >Cc: samba@samba.org >Subject: Re: [Samba] samba configuration > > >Didovich, Vitaly ?rta: > > > >>Hello Samba team, >> >>I am starting to run samba on unix server for make shearing directories with windows site. >>Regarding with your documentation on unix site samba running ok. >> >>root@buzzard:[/opt/samba/bin]# ./smbclient -U% -L buzzard >>added interface ip=170.118.85.16 bcast=170.118.85.63 nmask=255.255.255.192 >>added interface ip=170.118.165.75 bcast=170.118.165.127 nmask=255.255.255.192 >>added interface ip=170.118.166.75 bcast=170.118.166.127 nmask=255.255.255.192 >>Domain=[IRI_CORP] OS=[Unix] Server=[Samba 2.2.3a] >> >> Sharename Type Comment >> --------- ---- ------- >> lsf_share Disk >> IPC$ IPC IPC Service (Samba 2.2.3a) >> ADMIN$ Disk IPC Service (Samba 2.2.3a) >> >> Server Comment >> --------- ------- >> CHI0095285D >> TALLADEGA Samba 2.2.3a >> >> Workgroup Master >> --------- ------- >> IRI_CORP CHI0095285D >> >>But unfortunately I can't find documentation how I can configure samba on Windows 2000 site. >>Please help me. >> >>Advance thanks >> >>Vitaly Didovich >>Unix System Administrator >>Information Resource Inc, >>Vitaly.Didovich@infores.com >>312-474-3717 >> >> >> >> >> >> >> >> >Could you explain please?! Are you thinking about configuring windoze >clients, or are you thinking about some cygwin implementation of samba, >or what? > >Geza Gemes > >You'll have to ensure they are in the same workgroup, and for the begining thats all. If you want, and if you configured samba for it you can later join them in a samba controled domain then you must change from workgroup to domain. Beware if you wants to add them automaticaly, you must ensure, that root is in smbpasswd (or equivalent, see ldapsam, tdbsam, etc) and there aren't any shares in use on the client to be joined. I wish you good luck for this! Geza Gemes
I'm trying to config a Linux box to integrate into a windows network using pam_smb and samba. Ive set it up so that using pam_smb I can get the user to log onto the linux desktop with their NT id and password. The only problem is once the user is logged on they need to be able to access shared resources disk, printers etc... without the need to reauthenticate to the domain, i.e. use a cache password. Is this possible ? Thanks -- --
do you mean a guest share or just no auth in anyway? what version of smba do you use post your smb.conf study man files of smb.conf regards ----- Original Message ----- From: "Distribution Lists" <dist-lists@e-securenetworks.net> To: <samba@lists.samba.org> Sent: Monday, November 03, 2003 9:41 PM Subject: [Samba] Samba configuration> > I'm trying to config a Linux box to integrate into a windows network using > pam_smb and samba. > > Ive set it up so that using pam_smb I can get the user to log onto the > linux desktop with their NT id and password. > > The only problem is once the user is logged on they need to be able to > access shared resources disk, printers etc... without the need to > reauthenticate to the domain, i.e. use a cache password. Is this possible?> > Thanks > > > -- > > > > > -- > > -- > To unsubscribe from this list go to the following URL and read the > instructions: http://lists.samba.org/mailman/listinfo/samba >