Results 1 to 5 of 5
I have a Linux box, an XP box and a Linux laptop. Both Linux machines can see the XP machine but neither can see each other! What can I do?...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-30-2004 #1Just Joined!
- Join Date
- Jan 2004
- Posts
- 11
Can't see laptop on network
I have a Linux box, an XP box and a Linux laptop. Both Linux machines can see the XP machine but neither can see each other! What can I do?
- 01-30-2004 #2Linux Engineer
- Join Date
- Jul 2003
- Location
- Farnborough, UK
- Posts
- 1,305
Have you got Samba running as a client on them?
- 01-30-2004 #3Just Joined!
- Join Date
- Jan 2004
- Posts
- 11
Not sure. I apologize for being a newbie.
When I check servers, Samba is running.
How do I get Samba running as a client.
- 01-30-2004 #4Linux Engineer
- Join Date
- Jul 2003
- Location
- Farnborough, UK
- Posts
- 1,305
open a terminal and as root type
# /usr/sbin/smbd -D
# /usr/sbin/nmbd -D
or just
# smbd -D
# nmbd -D
or it could be
# /usr/local/samba/bin/smbd -D
# /usr/local/samba/bin/nmbd -D
.......not sure what system you're using.
Hopefully that should do it
- 01-30-2004 #5Linux User
- Join Date
- Jan 2004
- Posts
- 357
Take a look at this other post on samba - http://www.linuxforums.org/forum/viewtopic.php?t=5734
Something to take a look at, if you are running RedHat at least, is the firewall settings. Plus the above post has a very good link to some samba faq's.


Reply With Quote
