slacker_x
10-09-2001, 01:04 PM
I have samba installed on my linux computer. There is another computer running windows 98.
The 98 comp can see the linux share fine.
I am trying to connect to shares using the linux box
$ smbclient
Unknown parameter encountered: "preserve_case"
Ignoring unknown parameter "preserve_case"
added interface ip=192.168.0.2 bcast=192.168.0.255 nmask=255.255.255.0...usage summary...
What does the part about preserve case mean?
$ smbclient -L //wang
Unknown parameter encountered: "preserve_case"
Ignoring unknown parameter "preserve_case"
added interface ip=192.168.0.2 bcast=192.168.0.255 nmask=255.255.255.0
Got a positive name query response from 192.168.0.3 ( 192.168.0.3 )
Password:
Sharename Type Comment
--------- ---- -------
NESTICLE Disk
IPC$ IPC Remote Inter Process Communication
Server Comment
--------- -------
Workgroup Master
--------- -------
That seems to work fine. Wang is the win98 computer.
I can't connect to my own linux computer by doing this:
$ smbclient -L //chubby
Unknown parameter encountered: "preserve_case"
Ignoring unknown parameter "preserve_case"
added interface ip=192.168.0.2 bcast=192.168.0.255 nmask=255.255.255.0
session request to CHUBBY failed (Not listening for calling name)
session request to *SMBSERVER failed (Not listening for calling name)
Any idea why that won't work?
Finally, I have noticed that a number of my friends have tcp port 139 open. Is there a way to see what they are sharing if I only know their IP address?
I guess I would need to know their workgroup too right?
Thanks
The 98 comp can see the linux share fine.
I am trying to connect to shares using the linux box
$ smbclient
Unknown parameter encountered: "preserve_case"
Ignoring unknown parameter "preserve_case"
added interface ip=192.168.0.2 bcast=192.168.0.255 nmask=255.255.255.0...usage summary...
What does the part about preserve case mean?
$ smbclient -L //wang
Unknown parameter encountered: "preserve_case"
Ignoring unknown parameter "preserve_case"
added interface ip=192.168.0.2 bcast=192.168.0.255 nmask=255.255.255.0
Got a positive name query response from 192.168.0.3 ( 192.168.0.3 )
Password:
Sharename Type Comment
--------- ---- -------
NESTICLE Disk
IPC$ IPC Remote Inter Process Communication
Server Comment
--------- -------
Workgroup Master
--------- -------
That seems to work fine. Wang is the win98 computer.
I can't connect to my own linux computer by doing this:
$ smbclient -L //chubby
Unknown parameter encountered: "preserve_case"
Ignoring unknown parameter "preserve_case"
added interface ip=192.168.0.2 bcast=192.168.0.255 nmask=255.255.255.0
session request to CHUBBY failed (Not listening for calling name)
session request to *SMBSERVER failed (Not listening for calling name)
Any idea why that won't work?
Finally, I have noticed that a number of my friends have tcp port 139 open. Is there a way to see what they are sharing if I only know their IP address?
I guess I would need to know their workgroup too right?
Thanks