Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Samba Server >:)
Name: Lawrence Date: October 1, 2003 at 08:06:57 Pacific OS: Red Hat 7.2 CPU/Ram: P3 650's
Comment:
we have installed a samba server and are trying to access a win2k server, when we go to the Network it brings up this error....
Name: 3Dave Date: October 1, 2003 at 08:25:58 Pacific
Reply:
Not sure what you mean by "when we go to the Network"...are you able to ping it? Are you able to list it's shares with smbclient? $ smbclient -L WindozeMachine
You may have to pass a username: $ smbclient -L WindozeMachine -U administrator
If you can list the shares, try mounting one: $ smbmount //WindozeMachine/ShareName /mnt/point -o username=administrator
0
Response Number 2
Name: Lawrence~ Date: October 2, 2003 at 08:08:14 Pacific
Reply:
we are going though "myhome" on the GUI and then to "networks"
it brings up Could not connect to host: Local Host
still can't get past that even using the commands listed above
0
Response Number 3
Name: 3Dave Date: October 3, 2003 at 02:01:18 Pacific
Reply:
Can you ping it?
Can you join the domain? # smbpasswd -j DOMAIN
Have you edited smb.conf correctly?
Are you able to access the server via FTP, HTTP or another method?
What is the result of (if you have nmap installed): # nmap IP.OF.SERVER
Summary: Hi All Guys, I have a WinME box connected to a Samba Server (RH7.3) via a crossover cable as experiment. Both boxes can be connected. WinME can transfer files from the share folder of Samba Server a...
Summary: I’m having trouble logging on to the Linux Apache Samba Server from a Win98 SE and a Win2000 PC. I know my login and password but, kind of confuse on how to setup the networking settings on the PC si...
Summary: Hi, Want to know how samba server is different from samba client ? how to take a decision whether i need to install server or client ?Are the Cd's or RPM different for both ? Thanks ...