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
http://lists.centos.org/mailman/listinfo/centos
04-27-2010, 03:23 AM
"Dan Irwin"
NFS mount problem
*> *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*
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
04-27-2010, 03:43 AM
JohnS
NFS mount problem
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
http://lists.centos.org/mailman/listinfo/centos
04-27-2010, 04:44 AM
"Dan Irwin"
NFS mount problem
>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.
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
04-27-2010, 05:37 AM
sync
NFS mount problem
On Tue, Apr 27, 2010 at 11:23 AM, Dan Irwin <dan@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 192.167.7.67/255.255.255.0(rw)
*
*
Appologies in advance for the html post. Bloody
outlook.Thanks* for you reply ~
I tried that you suggested ,but the result is the same as I said .
Perhaps it is the iptables problem, and I am doing with it* now ~
*
Regards,
*
Dan*
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
04-27-2010, 05:48 AM
sync
NFS mount problem
On Tue, Apr 27, 2010 at 11:23 AM, Dan Irwin <dan@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 192.167.7.67/255.255.255.0(rw)
Haha ~
I solved it just now. And the solution is the following :
1. Modify the /etc/exports file and add these:
/home/test * 192.168.56.0/24(rw)
/home/test ** 192.168.7.0/24(rw)
2. In the host system , then run the following commands:
/etc/init.d/portmap start
mount -t nfs 192.158.56.101:/home/test* /media
And the result is ok ~
*
*
*
Appologies in advance for the html post. Bloody
outlook.
*
Regards,
*
Dan*
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
04-27-2010, 06:55 AM
kalinix
NFS mount problem
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 when I change these message:
/home/test* 192.167.7.67(rw)
The result is not ok ~
So what is the problem with it ?
James Pearson
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
The problem was, as I said in my previous post, that you use one subnet for you guest machine and another for your host machine.
I don't see how you could reach your guest machine (192.168.56.0/24) using your real interface, which is on 192.168.7.0/24 subnet, once you already put in your routes that 192.168.56.0/24 should be accessed using vnetbox0.
Nothing is impossible for the man who doesn't have to do it himself. -- A.H. Weiler
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
04-27-2010, 11:26 AM
"Joseph L. Casale"
NFS mount problem
>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 needn't let it stick
to its default. Look under Options/Format...
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
09-23-2010, 12:34 PM
Brian Wootton
nfs mount problem
I can't for the life me get an nfs mount to work,
this is the entry I've put in /etc/exports:
which at least generates no errors from the server nfs daemon, but
all I get from the mount command on the client is 'access denied by
server'. mutter, mutter.
I've tried ip addresses, I've tried a multitude of differnet options(in-
cluding none), makes no difference, still get access denied by server
on the client machine.
I've read 'man exports' until my eyes water. I found some useful
howtos on google, but still 'access denied by server'.
If any-one has a magic entry for me to try I'd be glad to try it, or any
helpful hints.
brian
--
kubuntu-users mailing list
kubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/kubuntu-users
09-23-2010, 12:49 PM
Tom H
nfs mount problem
On Thu, Sep 23, 2010 at 8:34 AM, Brian Wootton <Brian.Meg@btinternet.com> wrote:
>
> I can't for the life me get an nfs mount to work,
> this is the entry I've put in /etc/exports:
>
> /pub/brian * * *meg(ro,insecure,all_squash,sync,no_subtree_check)
>
> which at least generates no errors from the server nfs daemon, but
> all I get from the mount command on the client is 'access denied by
> server'. mutter, mutter.
> I've tried ip addresses, I've tried a multitude of differnet options(in-
> cluding none), makes no difference, still get access denied by server
> on the client machine.
> *I've read 'man exports' until my eyes water. I found some useful
> howtos on google, but still 'access denied by server'.
What are is your mount command?
Assuming that you're using nfsv4, you have to mount "/" not "/pub/brian".
--
kubuntu-users mailing list
kubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/kubuntu-users