openSUSE Forums > Network/Internet » networking pc and netbook

Go Back   openSUSE Forums > Network/Internet
Forums FAQ Members List Search Today's Posts Mark Forums Read


Network/Internet Questions about internet applications, network configuration, usage (SAMBA, network printing, NFS)

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 10-May-2009, 00:09
Explorer Penguin
 
Join Date: Jun 2008
Posts: 151
kaddy hasn't been rated much yet
Default networking pc and netbook

Hi, I was wondering if anybody could point me in the right direction to network my pc and my netbook. Both running Opensuse 11.1 kde 4.2.3, My pc is connected to my adsl2 modem which has an ethernet hub plugged in, my netbook uses ethernet cable that plugs into the ethernet hub.

How can I create a network with my current hardware setup and share files between the 2 computers?
any ideas???

thanx
kaddy
Reply With Quote
  #2 (permalink)  
Old 10-May-2009, 01:07
swerdna's Avatar
Global Moderator
 
Join Date: Mar 2008
Location: Oz
Posts: 4,879
swerdna is a reputation jewel in the roughswerdna is a reputation jewel in the roughswerdna is a reputation jewel in the roughswerdna is a reputation jewel in the roughswerdna is a reputation jewel in the rough
Default Re: networking pc and netbook

There are two principal options: NFS "Network File System" or "Samba". NFS is a Linux native file sharing and Samba is the Windows/Linux interoperable file sharing.

There's a comprehensive chapter on NFS in the docs that are installed with openSUSE. See "Chapter 24: Sharing File Systems with NFS". You'll find the book at this location:
HTML Code:
/usr/share/doc/manual/opensuse-manual_en/manual/index.html
There are quite a few tutorials for Samba on my website. The relevant tute for you is this one if you choose to go with Samba: Samba and Suse: HowTo Set up an openSUSE-Windows Home Office LAN/Network. Versions 10, 11
__________________
Drop in and visit some time.
Reply With Quote
  #3 (permalink)  
Old 10-May-2009, 01:22
oldcpu's Avatar
Global Moderator
 
Join Date: Mar 2008
Location: Europe
Posts: 10,761
oldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of light
Default Re: networking pc and netbook

Further to what Swerna noted, if all you wish to do is share files, then one not need go all the way and implement nfs nor samba. One can transfer via simple ssh. There are some basics here:
Concepts - openSUSE

Typically what I do is open port #22 (the ssh server port) on each of my PCs (but I block it on my my firewall to the outside world) and then in KDE, to connect from computer-a (192.168.2.101) to computer-b (192.168.2.102) I simply type in the location bar of konqueor on computer-a:
sftp://oldcpu@192.168.2.102
and I get a file manager presentation of computer-b's directories. For drag and dropping, ...etc ... One can save an icon in the desktop so that does not have to be retyped all the time.

or from computer-b to computer-a I type in computer-b in the location bar of konqueor:
sftp://oldcpu@192.168.2.101
For shared printing, I set up computer-a as an IP network printer, and I print from my computer-b (a Linx PC) to computer-a. MS-Windows printers can also print to IP printers.

To run apps on computer-b from computer-a, I open a konsole on computer-a and I type:
ssh -X oldcpu@192.168.2.102
and then any application that I run in that konsole, is run on computer-b, but the graphics are re-directed over the lan to display on computer-a.

Now nfs and samba, as mentioned by Swerdna, are more seemless and integrated, ONCE they are setup. But setting up can be a pain at times.
Reply With Quote
  #4 (permalink)  
Old 10-May-2009, 07:02
Explorer Penguin
 
Join Date: Jun 2008
Posts: 151
kaddy hasn't been rated much yet
Default Re: networking pc and netbook

thanx guys, i'll mess around with this 2moro.....
Reply With Quote
Reply

Bookmarks


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 On




 

Search Engine Friendly URLs by vBSEO 3.3.0 RC2