Set up LAN, share Internet with Windows?

Hi Can I set up a LAN and share files, Internet with my other computer running windows XP? Which can be the host? Because the computer with windows XP has the phone line. Thanks.

Linux Networking 361 This topic was started by ,


data/avatar/default/avatar24.webp

2 Posts
Location -
Joined 2003-04-01
Hi
Can I set up a LAN and share files, Internet with my other computer running windows XP?
Which can be the host? Because the computer with windows XP has the phone line.
Thanks

Participate on our website and join the conversation

You have already an account on our website? Use the link below to login.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


data/avatar/default/avatar35.webp

60 Posts
Location -
Joined 2003-03-09
How is your network mounted? Explain it to us please.

data/avatar/default/avatar06.webp

122 Posts
Location -
Joined 2001-10-22
Greetings,
 
Samba will do the trick , AS for the internet share it'll be real easy , which one you want for server though ? XP or your linux BOX?
 
() Keep in mind that the mount will be ReadOnly or you need to allow others to modify the shared folder ... ???
 
Just state your problem , and be more specific about everything so you can be helped
 
Cheers

data/avatar/default/avatar06.webp

122 Posts
Location -
Joined 2001-10-22
Greetings ,
 
In any case , let's suppose your server is the one with XP.
 
To your Linux Box :
 
To use samba , install the necessary packages
 
To mount a shared folder from your XP to you linux box using samba
 
mount -t smbfs -o username=XXX ( password field aint necessary , cause either you got either you dont have a passwd ( which in that case you just press ENTER anyway ) asks you by itself )
so :
 
mount -t smbfs -o username=XXX //winXPpcName/ShareFolder'sName /mnt/MOUNTPOINT
 
***MOUNTPOINT*** must be present before all that.
 
That way you mount a shared folder.
 
Now as for the LAN/share INTERNET connection,what are we talking about here...DSL , DIALUP ?
 
Farewell

data/avatar/default/avatar23.webp

1 Posts
Location -
Joined 2005-01-04
aha, I have a similar problem. The server is on my linux pc, and my windows xp pc has to connect through my linux system.
So that I can use internet on both.
I have a cable connection, I connect through dhcp, my internet works under mandrake 10 but as soon as I enable internet sharing it blocks on both pcs.
If I use windows xp on the server pc, it works fine.