Simple networking - Linux and XP


Go Back   Computer Help Articles > Windows XP Basics
User Name
Password
FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 01-05-2006, 02:01 AM
Gordon
 
Posts: n/a
Default Simple networking - Linux and XP

OK. I've got the linux to linux networking OK, now how do I get my Windows
XP laptop to see the Linux Desktop?
(In simple terms please!)

Thanks!


Reply With Quote
  #2  
Old 01-05-2006, 02:01 AM
Olly Shaw
 
Posts: n/a
Default Re: Simple networking - Linux and XP


Gordon wrote:
> OK. I've got the linux to linux networking OK, now how do I get my Windows
> XP laptop to see the Linux Desktop?
> (In simple terms please!)
>
> Thanks!
>
>


VNC is the thing, tight VNC has worked ok for me before

http://www.tightvnc.com/

Olly
Reply With Quote
  #3  
Old 01-05-2006, 02:01 AM
Gordon
 
Posts: n/a
Default Re: Simple networking - Linux and XP

"Gordon" <gbplinux@gmail.com.invalid> wrote in message
news:3tj94mFssnjtU1@individual.net...
> OK. I've got the linux to linux networking OK, now how do I get my Windows
> XP laptop to see the Linux Desktop?
> (In simple terms please!)
>
> Thanks!
>


I've got the Ubuntu Desktop to see the XP laptop by the same method I used
for the Linux-to-Linux network.
Now, how do I get the XP laptop to see the Linux Desktop?


Reply With Quote
  #4  
Old 01-05-2006, 02:01 AM
Malke
 
Posts: n/a
Default Re: Simple networking - Linux and XP

Gordon wrote:

> "Gordon" <gbplinux@gmail.com.invalid> wrote in message
> news:3tj94mFssnjtU1@individual.net...
>> OK. I've got the linux to linux networking OK, now how do I get my
>> Windows XP laptop to see the Linux Desktop?
>> (In simple terms please!)
>>
>> Thanks!
>>

>
> I've got the Ubuntu Desktop to see the XP laptop by the same method I
> used for the Linux-to-Linux network.
> Now, how do I get the XP laptop to see the Linux Desktop?


You need to run Samba on Linux. Briefly:

1. If not already installed, install the Samba client and server.
2. Set the nmb and smb daemons to run at startup in runlevels 3 and 5.
3. Add the XP users/passwords to the Linux box.
4. Add the XP users/passwords to Samba users by:

su to root in a console
smbpasswd -a username [enter]
enter password [enter]
confirm password [enter]

5. Now you need to configure Samba. You can do this by manually editing
the smb.conf file or (preferable) use tools that come with your distro
and/or window manager. Since I'm not familiar with Ubuntu (SuSE here),
I can't tell you that. In SuSE, I make some configurations with YaST
and then more elaborate settings in KDE. Post in a newsgroup for Ubuntu
for more details about that if you need to.

6. Obviously on the XP box you need to create shares, permissions, and
make sure the firewall allows lan traffic as trusted.

Another great tool for system administration is Webmin. And of course,
no answer about Linux would be complete without:

man samba

HTH,

Malke
--
Elephant Boy Computers
www.elephantboycomputers.com
"Don't Panic!"
MS-MVP Windows - Shell/User
Reply With Quote
  #5  
Old 01-05-2006, 02:01 AM
Gordon Burgess-Parker
 
Posts: n/a
Default Re: Simple networking - Linux and XP

Malke wrote:
> Gordon wrote:
>
>
>>"Gordon" <gbplinux@gmail.com.invalid> wrote in message
>>news:3tj94mFssnjtU1@individual.net...
>>
>>>OK. I've got the linux to linux networking OK, now how do I get my
>>>Windows XP laptop to see the Linux Desktop?
>>>(In simple terms please!)
>>>
>>>Thanks!
>>>

>>
>>I've got the Ubuntu Desktop to see the XP laptop by the same method I
>>used for the Linux-to-Linux network.
>>Now, how do I get the XP laptop to see the Linux Desktop?

>
>
> You need to run Samba on Linux. Briefly:
>
> 1. If not already installed, install the Samba client and server.
> 2. Set the nmb and smb daemons to run at startup in runlevels 3 and 5.
> 3. Add the XP users/passwords to the Linux box.
> 4. Add the XP users/passwords to Samba users by:
>
> su to root in a console
> smbpasswd -a username [enter]
> enter password [enter]
> confirm password [enter]
>
> 5. Now you need to configure Samba. You can do this by manually editing
> the smb.conf file or (preferable) use tools that come with your distro
> and/or window manager. Since I'm not familiar with Ubuntu (SuSE here),
> I can't tell you that. In SuSE, I make some configurations with YaST
> and then more elaborate settings in KDE. Post in a newsgroup for Ubuntu
> for more details about that if you need to.
>
> 6. Obviously on the XP box you need to create shares, permissions, and
> make sure the firewall allows lan traffic as trusted.
>
> Another great tool for system administration is Webmin. And of course,
> no answer about Linux would be complete without:
>
> man samba
>
> HTH,
>
> Malke


hi Malke,

Thanks for the info. I sort-of stumbled on the procedure by various
routes, but I'll keep your reply as a good precis of how it's done for
the future!

(And keep up the good work in the Windows groups, which I visit from
time to time!)

Cheers

--
Registered Linux User no 240308
Reply address is a spamtrap
gordonDOTburgessparkerATgbpcomputingDOTcoDOTuk
to email me replace the obvious!
Reply With Quote
  #6  
Old 01-05-2006, 02:01 AM
Malke
 
Posts: n/a
Default Re: Simple networking - Linux and XP

Gordon Burgess-Parker wrote:

>
> hi Malke,
>
> Thanks for the info. I sort-of stumbled on the procedure by various
> routes, but I'll keep your reply as a good precis of how it's done for
> the future!
>
> (And keep up the good work in the Windows groups, which I visit from
> time to time!)


Thanks for the update and nice words, Gordon. You've reminded me that I
need to look into Ubuntu. People seem to love it and I've got a testbed
with extra hard drives. Then I'll know how to set up Samba in a
Debian-based distro (or at least in that one).

Cheers,

Malke
--
Elephant Boy Computers
www.elephantboycomputers.com
"Don't Panic!"
MS-MVP Windows - Shell/User
Reply With Quote
  #7  
Old 01-05-2006, 02:01 AM
Gordon Burgess-Parker
 
Posts: n/a
Default Re: Simple networking - Linux and XP

Malke wrote:

> Thanks for the update and nice words, Gordon. You've reminded me that I
> need to look into Ubuntu. People seem to love it and I've got a testbed
> with extra hard drives. Then I'll know how to set up Samba in a
> Debian-based distro (or at least in that one).
>
> Cheers,
>
> Malke


It /seems/ remarkably easy - there's a GUI which is NOT dissimilar from
the XP "Right-click on network properties" where you can set the shared
directories and give the share a name, set the workgroup name, and
whether you use WINS or not. It even tells you that you don't have Samba
installed and proceeds to install it for you!

As for Ubuntu, I think it's one of the nicest distros I've used,
(started with Mandrake 7, gone thorough fedora core 3 and 4, with a look
at Mepis and Knoppix on the way!) and certainly is as good as say, W2K
for the desktop. The only fly in the ointment was that 5.10 was released
a tad before Open Office 2 final. But there's a way to add your own
repository for that as well. All in all a cool OS!


--
Registered Linux User no 240308
Reply address is a spamtrap
gordonDOTburgessparkerATgbpcomputingDOTcoDOTuk
to email me replace the obvious!
Reply With Quote
  #8  
Old 01-05-2006, 02:01 AM
Mark Hobley
 
Posts: n/a
Default Re: Simple networking - Linux and XP

Gordon <gbplinux@gmail.com.invalid> wrote:

> Now, how do I get the XP laptop to see the Linux Desktop?


http://markhobley.yi.org/linux/samba/index.html

Regards,

Mark.

--
Mark Hobley
393 Quinton Road West
QUINTON
Birmingham
B32 1QE

Telephone: (0121) 247 1596
International: 0044 121 247 1596

Email: markhobley at hotpop dot donottypethisbit com

http://markhobley.yi.org/

Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
An easy way to try out linux or browse the internet with saftey! kenny Windows XP Network Web 1 01-05-2006 04:15 AM
Top command like in Linux via cmd.exe? Phillip Pi Windows XP Help and Support 0 01-05-2006 02:52 AM
An easy way to try out linux or browse the internet with saftey! kenny Windows XP Help and Support 1 01-05-2006 02:49 AM
Top command like in Linux via cmd.exe? Phillip Pi Windows XP General 0 01-05-2006 02:36 AM
An easy way to try out linux or browse the internet with saftey! kenny Windows XP General 1 01-05-2006 02:31 AM


All times are GMT. The time now is 12:08 PM.


Powered by vBulletin Version 3.5.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd. SEO by vBSEO 2.3.2 © 2005, Crawlability, Inc.

Simple networking - Linux and XP