Networking Forums

Networking Forums > Computer Networking > Linux Networking > Networking two laptops

Reply
Thread Tools Display Modes

Networking two laptops

 
 
AWW
Guest
Posts: n/a

 
      06-15-2006, 04:05 AM
Hi all,

I have two laptops at home that share a wireless router for Internet access.
One is happily running SuSE Linux 10.1 while the other is running windos XP
Home.

Since both are in the same subsegment, they can ping each other fine.

Q: Without making the Linux laptop a Samba server, how else could I access
the files in the windos laptop?

Any ideas will be greatly appreciated.

aww.
 
Reply With Quote
 
 
 
 
Raqueeb Hassan
Guest
Posts: n/a

 
      06-15-2006, 04:33 AM
I think your SuSE Linux 10.1 has a FTP daemon. You can use your Win
machine's browser to access linux machine. That's the poor man's tool
where you don't have to use samba!

--
Raqueeb Hassan
Bangladesh


AWW wrote:
> Hi all,
>
> I have two laptops at home that share a wireless router for Internet access.
> One is happily running SuSE Linux 10.1 while the other is running windos XP
> Home.
>
> Since both are in the same subsegment, they can ping each other fine.
>
> Q: Without making the Linux laptop a Samba server, how else could I access
> the files in the windos laptop?
>
> Any ideas will be greatly appreciated.
>
> aww.


 
Reply With Quote
 
ynotssor
Guest
Posts: n/a

 
      06-15-2006, 04:42 AM
In news:B15kg.8168$(E-Mail Removed),
AWW <(E-Mail Removed)> wrote:

> Q: Without making the Linux laptop a Samba server, how else could I access
> the files in the windos laptop?
>
> Any ideas will be greatly appreciated.


As root:

# mkdir /mnt/windos
# mount -t smbfs //xp/sharename /mnt/windos \
-o username=xpusername,uid=linuxuid,gid=linuxuid



 
Reply With Quote
 
Roland Schulte-Osthoff
Guest
Posts: n/a

 
      06-15-2006, 07:49 AM
ynotssor wrote:

> AWW <(E-Mail Removed)> wrote:
>> Q: Without making the Linux laptop a Samba server, how else could I
>> access the files in the windos laptop?


>> Any ideas will be greatly appreciated.


> As root:
>
> # mkdir /mnt/windos
> # mount -t smbfs //xp/sharename /mnt/windos \
> -o username=xpusername,uid=linuxuid,gid=linuxuid


If you prefer a GUI, then "LinNeighborhood" might be useful.
<http://www.bnro.de/~schmidjo/index.html>

HTH
Roland
 
Reply With Quote
 
kermit@tamucc.edu
Guest
Posts: n/a

 
      06-15-2006, 03:35 PM
You could always turn on apache and throw the files in the home
directory. Then you could hit the directory via http.

Also, you could use FTP, TFTP, SFTP, or SCP.

I use apache to put stuff over on my xp box, cause my roomates know how
to use a web browser, and they can just point and click to get certain
stuff saved over. Makes it pretty easy.

-Tg



AWW wrote:
> Hi all,
>
> I have two laptops at home that share a wireless router for Internet access.
> One is happily running SuSE Linux 10.1 while the other is running windos XP
> Home.
>
> Since both are in the same subsegment, they can ping each other fine.
>
> Q: Without making the Linux laptop a Samba server, how else could I access
> the files in the windos laptop?
>
> Any ideas will be greatly appreciated.
>
> aww.


 
Reply With Quote
 
AWW
Guest
Posts: n/a

 
      06-15-2006, 08:31 PM
Roland Schulte-Osthoff wrote:

> ynotssor wrote:
>
>> AWW <(E-Mail Removed)> wrote:
>>> Q: Without making the Linux laptop a Samba server, how else could I
>>> access the files in the windos laptop?

>
>>> Any ideas will be greatly appreciated.

>
>> As root:
>>
>> # mkdir /mnt/windos
>> # mount -t smbfs //xp/sharename /mnt/windos \
>> -o username=xpusername,uid=linuxuid,gid=linuxuid

>
> If you prefer a GUI, then "LinNeighborhood" might be useful.
> <http://www.bnro.de/~schmidjo/index.html>
>
> HTH
> Roland


Thank you, but with KDE under SuSE 10.1, I can see all Samba shares natively
with Konqueror. I was just hoping to bypass the smb server and access the
windos machine directly: My Samba server does not have wifi capabilities,
which is how the laptops can ping each other.
 
Reply With Quote
 
Llanzlan Klazmon
Guest
Posts: n/a

 
      06-16-2006, 02:41 AM
AWW <(E-Mail Removed)> wrote in news:B15kg.8168$(E-Mail Removed):

> Hi all,
>
> I have two laptops at home that share a wireless router for Internet
> access. One is happily running SuSE Linux 10.1 while the other is
> running windos XP Home.
>
> Since both are in the same subsegment, they can ping each other fine.
>
> Q: Without making the Linux laptop a Samba server, how else could I
> access the files in the windos laptop?


You don't need the linux laptop to be a Samba server to do that. the Samba
client will do just fine going that way around.

Klazmon.


>
> Any ideas will be greatly appreciated.
>
> aww.


 
Reply With Quote
 
Roland Schulte-Osthoff
Guest
Posts: n/a

 
      06-16-2006, 08:02 AM
AWW wrote:

> Roland Schulte-Osthoff wrote:


>>>> Q: Without making the Linux laptop a Samba server, how else could
>>>> I access the files in the windos laptop?

^^

Sorry, perhaps I misunderstood you. CMIIW, but I assumed you wanted to
access the files, which reside on the windows box from your
Linux-Box. In this case you don't need a samba server. Just make
shure, that smbfs is part of your kernel (either directly compiled in
or as a module).
Then you can mount the windows shares (like ynotssor wrote in
<news:(E-Mail Removed)>) to put and get files to/from
the windows box.

My sugestion (LinNeighborhood) is just a GUI-wrap for the cmdline.

> Thank you, but with KDE under SuSE 10.1, I can see all Samba shares
> natively with Konqueror. I was just hoping to bypass the smb server
> and access the windos machine directly: My Samba server does not
> have wifi capabilities, which is how the laptops can ping each
> other.


AFAIK you don't need a samba _server_ on your Linux-box to access the
windows shares.

What did I get wrong?

regards
Roland
 
Reply With Quote
 
Roland Schulte-Osthoff
Guest
Posts: n/a

 
      06-16-2006, 08:03 AM
AWW wrote:

> Roland Schulte-Osthoff wrote:


>>>> Q: Without making the Linux laptop a Samba server, how else could
>>>> I access the files in the windos laptop?

^^

Sorry, perhaps I misunderstood you. CMIIW, but I assumed you wanted to
access the files, which reside on the windows box from your
Linux-Box. In this case you don't need a samba server. Just make
sure, that smbfs is part of your kernel (either directly compiled in
or as a module).
Then you can mount the windows shares (like ynotssor wrote in
<news:(E-Mail Removed)>) to put and get files to/from
the windows box.

My sugestion (LinNeighborhood) is just a GUI-wrap for the cmdline.

> Thank you, but with KDE under SuSE 10.1, I can see all Samba shares
> natively with Konqueror. I was just hoping to bypass the smb server
> and access the windos machine directly: My Samba server does not
> have wifi capabilities, which is how the laptops can ping each
> other.


AFAIK you don't need a samba _server_ on your Linux-box to access the
windows shares.

What did I get wrong?

regards
Roland
 
Reply With Quote
 
ynotssor
Guest
Posts: n/a

 
      06-16-2006, 03:24 PM
In news:(E-Mail Removed),
Roland Schulte-Osthoff <(E-Mail Removed)> wrote:

>> Thank you, but with KDE under SuSE 10.1, I can see all Samba shares
>> natively with Konqueror. I was just hoping to bypass the smb server
>> and access the windos machine directly: My Samba server does not
>> have wifi capabilities, which is how the laptops can ping each
>> other.

>
> AFAIK you don't need a samba _server_ on your Linux-box to access the
> windows shares.
>
> What did I get wrong?


Nothing, the OP is merely confused.



 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: Laptops and networking Rob Morley Home Networking 1 03-06-2009 03:40 PM
20 laptops Wi-Fi on LAN ..... Y/N? ComPCs Wireless Networks 6 10-16-2005 09:24 AM
OT : wireless networking of many laptops Tx2 Home Networking 0 04-28-2004 06:41 PM
laptops and networking Sam Windows Networking 0 09-23-2003 04:42 PM
2 win xp home laptops networking question Jason Wireless Internet 4 08-19-2003 03:41 AM



1 2 3 4 5 6 7 8 9 10 11