Results 1 to 2 of 2

Thread: Probleme NFS (Hardy/Opensuse10.3)

  1. #1
    Join Date
    Oct 2008
    Beans
    1

    Probleme NFS (Hardy/Opensuse10.3)

    Hi all,
    i would like to have acess to my files on my second computer.My first computer is on Hardy(ethernet) & my second one on Opensuse 10.3(wifi).I would like to use NFS but i have a problem :

    mount: mount to NFS server '192.168.1.1' failed: System Error:Connection refused.


    (on Ubuntu)This is my /etc/exports/ :

    HTML Code:
       # /etc/exports: the access control list for filesystems which may be exported
        #        to NFS clients.  See exports(5).
        #
        # Example for NFSv2 and NFSv3:
        # /srv/homes      hostname1(rw,sync) hostname2(ro,sync)
        #
        # Example for NFSv4:
        # /srv/nfs4        gss/krb5i(rw,sync,fsid=0,crossmnt)
        # /srv/nfs4/homes  gss/krb5i(rw,sync)
        #
        /home/ch3mist  192.168.1.13(rw)
    my /etc/hosts.allow/ :

    HTML Code:
    portmap:ALL
    my /etc/hots.deny/ :

    HTML Code:
    portmap:192.168.1.10
        nfsd:192.168.1.10
        mountd:192.168.1.10
    (on Opensuse) my /etc/fstab/ :

    HTML Code:
    192.168.1.1:/home/ch3mist    /media/nfs  nfs    rw    0    0
    Someone could help me PLease?Thank You.

  2. #2
    Join Date
    Feb 2008
    Location
    Minnesota, USA
    Beans
    754
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Probleme NFS (Hardy/Opensuse10.3)

    What's the firewall on the OpenSuSE machine set up to do?
    Hate fighting with Linux? Buy Preinstalled!
    Love fighting with Linux? Try Gentoo!
    __________________________________________________
    Unanswered Posts Team || Connection problems?

Bookmarks

Posting Permissions

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