Re: [CentOS] NFS mount problem

2010-04-27 Thread kalinix
On Tue, 2010-04-27 at 10:32 +0800, sync wrote: Yeah ~ When I change that line in the /etc/exports on the guest system which installed the NFS server like that : /home/test *(rw) then I run the mount -t nfs 192.168.56.101:/home/test /media on the host system , it will be ok ~ But

Re: [CentOS] NFS mount problem

2010-04-27 Thread Joseph L. Casale
Hey I did appologise! We do use that feature of outlook internally, and if I reply to a html post, outlook will do that by default. I already know the fix - To use my gmail account instead of my work email account for this mailing list. Dan, You can force outlook to txt mode if you want, you

Re: [CentOS] NFS mount problem

2010-04-26 Thread James Pearson
sync wrote: Hi,guys: I am trying to connect to a NFS-filesystem on a CentOS 5.3 i386 guest system. The host system is CentOS 5.4 x86_64. I set up the NFS server correctly and rpcinfo is also ok inside the guest system show. The problem is, I can't connect to, or see the open port

Re: [CentOS] NFS mount problem

2010-04-26 Thread sync
The contents of /etc/exports on the server is the following : /home/test 192.168.7.67(rw) Is there anything error ? On Mon, Apr 26, 2010 at 6:21 PM, James Pearson jame...@moving-picture.comwrote: sync wrote: Hi,guys: I am trying to connect to a NFS-filesystem on a CentOS 5.3 i386

Re: [CentOS] NFS mount problem

2010-04-26 Thread Marcelo M. Garcia
sync wrote: The contents of /etc/exports on the server is the following : /home/test 192.168.7.67(rw) Is there anything error ? Hi First, do not top-post[1]. In general you can find more information in /var/log/messages. You watch with # (as root) tail -f /var/log/messages and

Re: [CentOS] NFS mount problem

2010-04-26 Thread James Pearson
sync wrote: The contents of /etc/exports on the server is the following : /home/test 192.168.7.67(rw) Is there anything error ? I assume you have run something 'export -avr' since changing this file - or restarted the nfs server processes on the server? You could try changing that

Re: [CentOS] NFS mount problem

2010-04-26 Thread kalinix
On Mon, 2010-04-26 at 18:37 +0800, sync wrote: The contents of /etc/exports on the server is the following : /home/test 192.168.7.67(rw) Is there anything error ? Not very familiar with virtual box (I prefer vmware or kvm) but shouldn't you export to your vboxnet0 ip, which I

Re: [CentOS] NFS mount problem

2010-04-26 Thread Jason Brown
You need to edit the ports in /etc/sysconfig/nfs to make them static before enabling IPTABLES. Once that is done you need to open not only those ports but also tcp:udp 111 and tcp:udp 2049. On Mon, Apr 26, 2010 at 7:59 AM, kalinix calin.kalinix.co...@gmail.comwrote: On Mon, 2010-04-26 at

Re: [CentOS] NFS mount problem

2010-04-26 Thread sync
On Mon, Apr 26, 2010 at 7:11 PM, James Pearson jame...@moving-picture.comwrote: sync wrote: The contents of /etc/exports on the server is the following : /home/test 192.168.7.67(rw) Is there anything error ? I assume you have run something 'export -avr' since changing this file -

Re: [CentOS] NFS mount problem

2010-04-26 Thread Dan Irwin
But when I change these message: /home/test 192.167.7.67(rw) The result is not ok ~ So what is the problem with it ? ___ CentOS mailing list CentOS@centos.org

Re: [CentOS] NFS mount problem

2010-04-26 Thread Dan Irwin
But when I change these message: /home/test 192.167.7.67(rw) The result is not ok ~ So what is the problem with it ? Perhaps you need to specify a netmask: /home/test 192.167.7.67/255.255.255.0(rw) Appologies in advance for the html post. Bloody outlook. Regards, Dan

Re: [CentOS] NFS mount problem

2010-04-26 Thread JohnS
On Tue, 2010-04-27 at 13:23 +1000, Dan Irwin wrote: Appologies in advance for the html post. Bloody outlook. Regards, Dan --- Dan can you can the Blue Test Please? John ___ CentOS mailing list CentOS@centos.org

Re: [CentOS] NFS mount problem

2010-04-26 Thread Dan Irwin
Dan can you can the Blue Test Please? Hey I did appologise! We do use that feature of outlook internally, and if I reply to a html post, outlook will do that by default. I already know the fix - To use my gmail account instead of my work email account for this mailing list.

Re: [CentOS] NFS mount problem

2010-04-26 Thread sync
On Tue, Apr 27, 2010 at 11:23 AM, Dan Irwin d...@jackies.com.au wrote: But when I change these message: /home/test 192.167.7.67(rw) The result is not ok ~ So what is the problem with it ? Perhaps you need to specify a netmask: /home/test

Re: [CentOS] NFS mount problem

2010-04-26 Thread sync
On Tue, Apr 27, 2010 at 11:23 AM, Dan Irwin d...@jackies.com.au wrote: But when I change these message: /home/test 192.167.7.67(rw) The result is not ok ~ So what is the problem with it ? Perhaps you need to specify a netmask: /home/test

[CentOS] NFS mount problem

2010-04-25 Thread sync
Hi,guys: I am trying to connect to a NFS-filesystem on a CentOS 5.3 i386 guest system. The host system is CentOS 5.4 x86_64. I set up the NFS server correctly and rpcinfo is also ok inside the guest system show. The problem is, I can't connect to, or see the open port from the outside. I

Re: [CentOS] NFS mount problem

2010-04-25 Thread onay
On Mon, Apr 26, 2010 at 10:15 AM, sync jian...@gmail.com wrote: Hi,guys:    I am trying to connect to a NFS-filesystem on a CentOS 5.3 i386  guest system. The host system is CentOS 5.4 x86_64.  I set up the NFS server correctly and rpcinfo is also ok  inside the guest system show. The

Re: [CentOS] NFS mount problem

2010-04-25 Thread sync
Thanks for your reply~ I think my problem could be is how to create the iptables that could let the NFS server access into the host system. The guest system is CentOS 5.3 i386 . The ip address is 192.168.56.101 with the eth0 interface And the host system is CentOS 5.4 x86_64, its ip address is