LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 09-10-2009, 10:57 AM   #1
m1n
Member
 
Registered: Feb 2009
Posts: 33

Rep: Reputation: 15
Can't see linux machine


Hi. Need help.

I have a huge network ( one linux and one windows machine). And i can't see from windows in

All network -> Microsoft Windows Network -> MSHOME

linux = 192.168.0.1
windows=192.168.0.2

Can't you tell me how to include linux machine into MSHOME network?
 
Old 09-10-2009, 11:05 AM   #2
Simon Bridge
LQ Guru
 
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,211

Rep: Reputation: 198Reputation: 198
Can you ping the linux machine from the windows one?

Usually you need to run a server, like samba, to access the linux box under All network -> Microsoft Windows Network.
 
Old 09-10-2009, 11:42 AM   #3
m1n
Member
 
Registered: Feb 2009
Posts: 33

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by Simon Bridge View Post
Can you ping the linux machine from the windows one?

Usually you need to run a server, like samba, to access the linux box under All network -> Microsoft Windows Network.
Yes i can ping it. And I have samba on linux. Also i can access "linux share folder" form windows in the command line:

Quote:
smbclient \\dev.linux\share1
PASSWORD:
Domain=[MSHOME] OS=[UNIX] Server=[Samba]
Server not using user level security and no password suplied.
smb> mkdir test
smb> ls
test
smb>exit
May be i've set something wrong in samba?

Quote:
[global]

workgroup = MSHOME
server string =
guest account = nobody
security = share
browseable = yes
guest ok = yes
guest only = yes
log level = 1
syslog = 0
log file = /var/log/samba/log.%m
max log size = 1000
preferred master = No
domain master = No
dns proxy = No
usershare allow guests = Yes
encrypt passwords = no
preserve case = yes
short preserve case = yes

[share1]

path=/my
create mode = 0777
directory mask = 0777
available = yes
browsable = yes
public = yes
writable = yes
comment = writable

Last edited by m1n; 09-10-2009 at 11:44 AM.
 
Old 09-10-2009, 03:30 PM   #4
Wang-Lee
LQ Newbie
 
Registered: Mar 2009
Posts: 4

Rep: Reputation: 0
see this link about samba install

Quote:
Originally Posted by m1n View Post
Yes i can ping it. And I have samba on linux. Also i can access "linux share folder" form windows in the command line:



May be i've set something wrong in samba?
cool titorial about install samba .

Check the LINK
 
Old 09-10-2009, 04:20 PM   #5
m1n
Member
 
Registered: Feb 2009
Posts: 33

Original Poster
Rep: Reputation: 15
Sorry, but nothing cool : the same error. When i type \\dev.linux in the address it just says
'can't find \\dev.linux'

But i can ping. I can use smbclient in the command line.
 
Old 09-10-2009, 11:09 PM   #6
Simon Bridge
LQ Guru
 
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,211

Rep: Reputation: 198Reputation: 198
Which distro are we talking about?

You can ping, which means that the linux box is available to the network.
You can access a samba shared forder from the windows commandline, which means that windows can see it.
What you want is to have it show up in the usual way from the windows menus.
 
Old 09-11-2009, 05:58 AM   #7
Marko Hyvärinen
LQ Newbie
 
Registered: May 2009
Posts: 24

Rep: Reputation: 15
check win firewall ,take off first and test again.
don't trust windows name service, use hosts. or static ip's only.
try \\ip.ip.ip.ip, work?

winxp fw disbles local lan from smb, might be reason...

also logged with emphty password to windows is nightmare..

Marko
 
Old 09-11-2009, 06:05 AM   #8
doublejoon
Member
 
Registered: Oct 2003
Location: King George, VA
Distribution: RHEL/CentOS/Scientific/Fedora, LinuxMint
Posts: 370

Rep: Reputation: 44
This is your problem
Code:
server string =
Give "server string" a value. That string value will be visible by your windows machine


Code:
server string = linux1
 
Old 09-11-2009, 09:30 AM   #9
m1n
Member
 
Registered: Feb 2009
Posts: 33

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by Simon Bridge View Post
Which distro are we talking about?

You can ping, which means that the linux box is available to the network.
You can access a samba shared forder from the windows commandline, which means that windows can see it.
What you want is to have it show up in the usual way from the windows menus.
RHEL 5.3.

Yes i can ping it.
Yes i can access it from smbclient command line.
Yes i want, but i can't do it


Quote:
This is your problem
Code:
server string =
Give "server string" a value. That string value will be visible by your windows machine
Thanks. Done. But the same errors.

Quote:
check win firewall ,take off first and test again.
don't trust windows name service, use hosts. or static ip's only.
try \\ip.ip.ip.ip, work?

also logged with emphty password to windows is nightmare..
firewall is disabled.
tryed with ip.ip.ip.ip and with dev.linux the same results
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How to use VLC to stream AVI files from one Linux machine to another Linux machine bgoodr Linux - Software 4 05-24-2009 11:18 AM
Restarting Windows machine stops Linux machine mounting/connecting jamespetts Linux - Networking 3 05-29-2008 03:12 AM
how to watch linux client machine desktop(activities) from windows machine deepak rawat Linux - Networking 7 07-03-2006 04:59 PM
how to shutdown,restart and log off windows machine remotely through a linux machine deepak rawat Fedora 1 05-23-2006 01:25 AM
sharing internet from a windows 98 machine to a Red Hat Linux machine ritwiksolutions Linux - Newbie 7 03-14-2006 10:20 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 04:55 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration