Hottest Free Downloads - DownloadPipe.com Over 197,000 downloads! Bookmark Now!
DownloadPipe.com - New Downloads Every Minute
 SEARCH:
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Simple networking - Linux and XP

 
   Windows (Home) -> Basics RSS
Next:  MSN Messenger  
Author Message
Gordon

External


Since: Nov 11, 2005
Posts: 93



(Msg. 1) Posted: Fri Nov 11, 2005 10:12 am
Post subject: Simple networking - Linux and XP
Archived from groups: microsoft>public>windowsxp>basics, others (more info?)

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!
Back to top
Login to vote
Olly Shaw

External


Since: Nov 11, 2005
Posts: 1



(Msg. 2) Posted: Fri Nov 11, 2005 10:20 am
Post subject: Re: Simple networking - Linux and XP [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

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
Back to top
Login to vote
Gordon

External


Since: Nov 11, 2005
Posts: 93



(Msg. 3) Posted: Fri Nov 11, 2005 10:32 am
Post subject: Re: Simple networking - Linux and XP [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Gordon" <gbplinux.RemoveThis@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?
Back to top
Login to vote
Malke

External


Since: Nov 11, 2005
Posts: 280



(Msg. 4) Posted: Fri Nov 11, 2005 10:32 am
Post subject: Re: Simple networking - Linux and XP [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Gordon wrote:

> "Gordon" <gbplinux.RemoveThis@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
Back to top
Login to vote
Gordon Burgess-Parker

External


Since: Nov 11, 2005
Posts: 2



(Msg. 5) Posted: Fri Nov 11, 2005 1:43 pm
Post subject: Re: Simple networking - Linux and XP [Login to view extended thread Info.]
Archived from groups: microsoft>public>windowsxp>basics (more info?)

Malke wrote:
> Gordon wrote:
>
>
>>"Gordon" <gbplinux.RemoveThis@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!
Back to top
Login to vote
Malke

External


Since: Nov 11, 2005
Posts: 280



(Msg. 6) Posted: Fri Nov 11, 2005 1:43 pm
Post subject: Re: Simple networking - Linux and XP [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

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
Back to top
Login to vote
Gordon Burgess-Parker

External


Since: Nov 11, 2005
Posts: 2



(Msg. 7) Posted: Fri Nov 11, 2005 3:45 pm
Post subject: Re: Simple networking - Linux and XP [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

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!
Back to top
Login to vote
Mark Hobley

External


Since: Nov 11, 2005
Posts: 1



(Msg. 8) Posted: Fri Nov 11, 2005 10:08 pm
Post subject: Re: Simple networking - Linux and XP [Login to view extended thread Info.]
Archived from groups: microsoft>public>windowsxp>basics, others (more info?)

Gordon <gbplinux.TakeThisOut@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/
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Linux and Windows - I'm toying with installing Linux in a partition on my WinXP system. Partitioning the disk makes me VERY nervous. I'm led to understand that, even after defragging my disk, FAT entries remain somewhere out in the middle of the platter, and..

Networking... - How can I find out , step by step, how to network 2 or 3 computers, on of them being a Mac? I need it in very simple steps...thanks!!

Printer Networking - I have two computers at home that are connected via a wireless network. I would like one printer to handle all print jobs, so I'd like to network the printer. I have the printer installed locally on one computer. How do I connect it to my network? ...

Wireless networking issues - I have just installed windows xp. I am using a Netcom wireless access point and a netcom 5420 PCI wireless card. The access point requires ecnryption to connect. Setting up the network card with the correct key results in the card not being able to..

See : How to convert DVD and video to iPhone,iPod,Zune,PSP, - Hello all , I hope these messages can help you : Share : how to rip DVD and convert Video to iPod at http://www.oursdownload.com/convert-DVD-video-to-iPod-video.html Share : how to rip DVD and convert Video to iphone at..
       Windows (Home) -> Basics All times are: Eastern Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum
Categories:
  Windows Forums
 Game Forums
 Linux Forums
 Mac Forums
 PDA Forums
 Mobile Forums
  Top  |  Store  |  RSS Feeds RSS  |  Data Feeds  |  Advertise  |  Submit  |  Bookmark  |  Newsletter  |  Contact