Find the answer to your Linux question:
Results 1 to 3 of 3
How do i configure a home network using suse 10.2? 2 computers running 10.2....
  1. #1
    Just Joined!
    Join Date
    Aug 2006
    Posts
    40

    configure a home network

    How do i configure a home network using suse 10.2? 2 computers running 10.2.

  2. #2
    Linux Engineer rong's Avatar
    Join Date
    Feb 2005
    Location
    California
    Posts
    803
    There are several ways but Samba is the easiest to set up and use and also works with Windows systems should have a need for that.

    You'll find Samba configuration in YAST > Network Services.

    You'll need to have both pc's on the same domain (call it whatever you want).
    You'll need to setup a samba user and samba passoword on each.
    Set up the shares.

    If you've ever set up a Windows share the process is very similar.

    There are numerous threads here in the forum that you can do a search on if you need step by step.

    You can also use SSH(d) if you like working at the command line but I'll assume you don't but if so it's pretty easy to set up.
    registered Linux user #388382

    Have you checked here first?

  3. #3
    JHB
    JHB is offline
    Just Joined!
    Join Date
    Jan 2007
    Location
    South Africa
    Posts
    22
    If you use KDE it is easier to use ssh.

    Just type sftp://xxx.xxx.xxx.xxx in the Location bar.

    You can also set up shared keys, then you don't have to type in the password every time

    ssh-keygen -t dsa
    and then copy content of the id_dsa.pub file in ~/.ssh/ to the ~/.ssh/authorized_keys file on the destination machine.

    Or use kwallet to remember the passwords

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...