I installed Kubuntu 12.04 as guest on a Windows 7 host. The computer is connected to a NFS server (which works for other, non-virtual systems in the lan) and I want to set up the guest as NFS client. I don't want to use a second IP for the client, so I use NAT as the networking method. The basic networking runs fine (I have internet-connection, can ssh from the guest to other machines, use ldap, and, with portforwarding also ssh from other machines to the guest).
When I try to mount a nfs-share, the server denies permission, the error-message, from the syslog of the server is
Code: Select all
rpc.mountd: refused mount request from <guest> for /nfsshare (/nfsshare): illegal port 5xxxxI'd be happy about any advice, how I could get this running...Sven