Hi all,
 
I am trying do do some IPv6 NFS tests in FreeBSD 4.3, but I didn't have success. My procedure was the same for the IPv4 NFS case. The only difference is the addresses types.
 My network topology is the following
___________        __________
| NFS-server | ----- | NFS-client |
 
My configuration is:
 
SERVER: on /etc/rc.conf file  portmap_enable=”YES”
                                           nfs_server_enable=”YES”
                                           nfs_server_flags=”-u –t –n 4”
                                           mountd_flags=”-r”
 
                on /etc/exports    /NFS -maproot=root NFS_client
 
                where the NFS_client parameter is resoved on /etc/hosts file
 
CLIENT: on /etc/rc.conf file    nfs_client_enable=”YES”
                                           nfs_client_flags=”-n 4”
 
After this I reboot the both machines, and then on client I make the following commands:
 
        nfsiod -n 4
        mount NFS_server:/NFS /partilha  (where NFS_server is resolved on /etc/hosts file)
 
The reported message on client machine was "Can�t get net ID for host" If I used the address in place to name the reported message is: "bad address"
 
Can any one tell me what I must to do?
 
Thanks in advance. 
-------------------------------------------------------------------------
   Ant�nio Manuel Nunes C. Amaral     
   Instituto de Telecomunica��es - P�lo de Aveiro     
   Campus Universit�rio
   3810-193 AVEIRO - PORTUGAL
   Telef. 234 - 377900
   Fax. 234 - 377901
   e-mail: [EMAIL PROTECTED]                                 
--------------------------------------------------------------------------

Reply via email to