Red Hat Networking - Home networking (for newbies)

This is Interesting: Free IT Magazines  
Home > Archive > Red Hat Networking > January 2004 > Home networking (for newbies)





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Home networking (for newbies)
Skip

2004-01-23, 7:35 pm

I'm trying to network my desktop PC with my laptop. Both are running RH9.

I want to be able to share files between the two computers. Is there a
set of step-by-step instructions for doing this?

Skip

2004-01-23, 7:35 pm

Should I be using NFS or is there a simpler method?

Skip wrote:
quote:

> I'm trying to network my desktop PC with my laptop. Both are running RH9.
>
> I want to be able to share files between the two computers. Is there a
> set of step-by-step instructions for doing this?
>



Boris Glawe

2004-01-23, 7:35 pm

Skip wrote:
quote:

> Should I be using NFS or is there a simpler method?
>
> Skip wrote:
>
>


NFS is a good idea.

The machine, that funtions as the server must have the nfsd running
(/etc/init.d/nfs start), and has to grant you access by adding a line in
/etc/exports, like

/home/skip 192.168.1.10(no_root_squash, rw , async)

I asume here, that the machine 192.168.1.10 wants to mount the directory
/home/skip. Just adjust the settings to your environment.


Alternatives are scp or ssh. They are good when you just want to copy one file
or directory, or if you want to remote controll the other machine.

greets Boris

Boris Glawe

2004-01-23, 7:35 pm

Skip wrote:
quote:

> Should I be using NFS or is there a simpler method?
>
> Skip wrote:
>
>


NFS is a good idea.

The machine, that funtions as the server must have the nfsd running
(/etc/init.d/nfs start), and has to grant you access by adding a line in
/etc/exports, like

/home/skip 192.168.1.10(no_root_squash, rw , async)

I asume here, that the machine 192.168.1.10 wants to mount the directory
/home/skip. Just adjust the settings to your environment.


Alternatives are scp or ssh. They are good when you just want to copy one file
or directory, or if you want to remote controll the other machine.

greets Boris

Boris Glawe

2004-01-23, 7:35 pm

Skip wrote:
quote:

> Should I be using NFS or is there a simpler method?
>
> Skip wrote:
>
>


NFS is a good idea.

The machine, that funtions as the server must have the nfsd running
(/etc/init.d/nfs start), and has to grant you access by adding a line in
/etc/exports, like

/home/skip 192.168.1.10(no_root_squash, rw , async)

I asume here, that the machine 192.168.1.10 wants to mount the directory
/home/skip. Just adjust the settings to your environment.


Alternatives are scp or ssh. They are good when you just want to copy one file
or directory, or if you want to remote controll the other machine.

greets Boris

Boris Glawe

2004-01-23, 7:35 pm

Skip wrote:
quote:

> Should I be using NFS or is there a simpler method?
>
> Skip wrote:
>
>


NFS is a good idea.

The machine, that funtions as the server must have the nfsd running
(/etc/init.d/nfs start), and has to grant you access by adding a line in
/etc/exports, like

/home/skip 192.168.1.10(no_root_squash, rw , async)

I asume here, that the machine 192.168.1.10 wants to mount the directory
/home/skip. Just adjust the settings to your environment.


Alternatives are scp or ssh. They are good when you just want to copy one file
or directory, or if you want to remote controll the other machine.

greets Boris

news

2004-01-23, 7:35 pm


"Boris Glawe" <boris@boris-glawe.de> wrote in message
news:birc4h$jok$1@newsreader2.netcologne.de...
quote:

> Skip wrote:
RH9.[QUOTE][color=darkred]
> NFS is a good idea.
>
> The machine, that funtions as the server must have the nfsd running
> (/etc/init.d/nfs start), and has to grant you access by adding a line in
> /etc/exports, like
>
> /home/skip 192.168.1.10(no_root_squash, rw , async)
>
> I asume here, that the machine 192.168.1.10 wants to mount the directory
> /home/skip. Just adjust the settings to your environment.
>
>
> Alternatives are scp or ssh. They are good when you just want to copy one


file
quote:

> or directory, or if you want to remote controll the other machine.
>
> greets Boris
>



Or use Samba


news

2004-01-23, 7:35 pm


"Boris Glawe" <boris@boris-glawe.de> wrote in message
news:birc4h$jok$1@newsreader2.netcologne.de...
quote:

> Skip wrote:
RH9.[QUOTE][color=darkred]
> NFS is a good idea.
>
> The machine, that funtions as the server must have the nfsd running
> (/etc/init.d/nfs start), and has to grant you access by adding a line in
> /etc/exports, like
>
> /home/skip 192.168.1.10(no_root_squash, rw , async)
>
> I asume here, that the machine 192.168.1.10 wants to mount the directory
> /home/skip. Just adjust the settings to your environment.
>
>
> Alternatives are scp or ssh. They are good when you just want to copy one


file
quote:

> or directory, or if you want to remote controll the other machine.
>
> greets Boris
>



Or use Samba


news

2004-01-23, 7:35 pm


"Boris Glawe" <boris@boris-glawe.de> wrote in message
news:birc4h$jok$1@newsreader2.netcologne.de...
quote:

> Skip wrote:
RH9.[QUOTE][color=darkred]
> NFS is a good idea.
>
> The machine, that funtions as the server must have the nfsd running
> (/etc/init.d/nfs start), and has to grant you access by adding a line in
> /etc/exports, like
>
> /home/skip 192.168.1.10(no_root_squash, rw , async)
>
> I asume here, that the machine 192.168.1.10 wants to mount the directory
> /home/skip. Just adjust the settings to your environment.
>
>
> Alternatives are scp or ssh. They are good when you just want to copy one


file
quote:

> or directory, or if you want to remote controll the other machine.
>
> greets Boris
>



Or use Samba


news

2004-01-23, 7:35 pm


"Boris Glawe" <boris@boris-glawe.de> wrote in message
news:birc4h$jok$1@newsreader2.netcologne.de...
quote:

> Skip wrote:
RH9.[QUOTE][color=darkred]
> NFS is a good idea.
>
> The machine, that funtions as the server must have the nfsd running
> (/etc/init.d/nfs start), and has to grant you access by adding a line in
> /etc/exports, like
>
> /home/skip 192.168.1.10(no_root_squash, rw , async)
>
> I asume here, that the machine 192.168.1.10 wants to mount the directory
> /home/skip. Just adjust the settings to your environment.
>
>
> Alternatives are scp or ssh. They are good when you just want to copy one


file
quote:

> or directory, or if you want to remote controll the other machine.
>
> greets Boris
>



Or use Samba


Boris Glawe

2004-01-23, 7:35 pm

news wrote:
quote:

> "Boris Glawe" <boris@boris-glawe.de> wrote in message
> news:birc4h$jok$1@newsreader2.netcologne.de...
>
>
> RH9.
>
>
> file
>
>
>


quote:

> Or use Samba


Samba should only be used for compatibility with windows. The SMB protocol is
mess. Of course you will make it, to copy one file from one machine to the
other, but you can get the same result with much fewer overhead using nfs
If you're looking for an alternativ to nfs, try afs ( http://openafs.org )

quote:

>
>



Boris Glawe

2004-01-23, 7:35 pm

news wrote:
quote:

> "Boris Glawe" <boris@boris-glawe.de> wrote in message
> news:birc4h$jok$1@newsreader2.netcologne.de...
>
>
> RH9.
>
>
> file
>
>
>


quote:

> Or use Samba


Samba should only be used for compatibility with windows. The SMB protocol is
mess. Of course you will make it, to copy one file from one machine to the
other, but you can get the same result with much fewer overhead using nfs
If you're looking for an alternativ to nfs, try afs ( http://openafs.org )

quote:

>
>



Boris Glawe

2004-01-23, 7:35 pm

news wrote:
quote:

> "Boris Glawe" <boris@boris-glawe.de> wrote in message
> news:birc4h$jok$1@newsreader2.netcologne.de...
>
>
> RH9.
>
>
> file
>
>
>


quote:

> Or use Samba


Samba should only be used for compatibility with windows. The SMB protocol is
mess. Of course you will make it, to copy one file from one machine to the
other, but you can get the same result with much fewer overhead using nfs
If you're looking for an alternativ to nfs, try afs ( http://openafs.org )

quote:

>
>



Boris Glawe

2004-01-23, 7:35 pm

news wrote:
quote:

> "Boris Glawe" <boris@boris-glawe.de> wrote in message
> news:birc4h$jok$1@newsreader2.netcologne.de...
>
>
> RH9.
>
>
> file
>
>
>


quote:

> Or use Samba


Samba should only be used for compatibility with windows. The SMB protocol is
mess. Of course you will make it, to copy one file from one machine to the
other, but you can get the same result with much fewer overhead using nfs
If you're looking for an alternativ to nfs, try afs ( http://openafs.org )

quote:

>
>



Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com