| View previous topic :: View next topic |
| Author |
Message |
sk8harddiefast Apprentice


Joined: 15 Feb 2009 Posts: 236 Location: athens
|
Posted: Mon Nov 16, 2009 1:21 am Post subject: connect 2 computers on the same network.plz help me :( |
|
|
i have gentoo on my first pc and solaris on my second pc.eth1 is up and work correctly without any problems.what configuration i must do to connect them and have access from each one to the other????? _________________ Gentoo extremelly addicted user visit my site: http://ember-site.webs.com/
Last edited by sk8harddiefast on Mon Nov 16, 2009 9:20 pm; edited 1 time in total |
|
| Back to top |
|
 |
John R. Graham Administrator


Joined: 08 Mar 2005 Posts: 4460 Location: Somewhere over Atlanta, Georgia
|
Posted: Mon Nov 16, 2009 1:36 am Post subject: |
|
|
What type of access?- For console access, use SSH.
- For filesystem access, use NFS.
There are other things you might mean but, rather than guessing, why don't you just tell?
- John _________________ Yoda: "Intentionally left blank, this space is." |
|
| Back to top |
|
 |
sk8harddiefast Apprentice


Joined: 15 Feb 2009 Posts: 236 Location: athens
|
Posted: Mon Nov 16, 2009 1:48 am Post subject: |
|
|
i want for nfs connection.to send data from one pc to the other.also console connection because it sounds very good and i want to try to learn this thing too  _________________ Gentoo extremelly addicted user visit my site: http://ember-site.webs.com/ |
|
| Back to top |
|
 |
cyrillic Watchman


Joined: 19 Feb 2003 Posts: 7301 Location: Groton, Massachusetts USA
|
Posted: Tue Nov 17, 2009 12:47 am Post subject: |
|
|
I don't know much about Solaris, but on the Gentoo machine, you can do this.
| Code: | # emerge nfs-utils
# man exports
# nano -w /etc/exports
# rc-update add nfs default
# man ssh
# rc-update add sshd default
# rc |
ps. If you used genkernel, you should be all set on the kernel side. If you configure your own kernel, then you will need to include support for NFS client and server. |
|
| Back to top |
|
 |
|