After a log of digging and missinformation, I found the way to disable ipV6
and nsfV4 in squeeze :

To disable ipv6 :

echo "blacklist ipv6" >> /etc/modprobe.d/blacklist.conf

echo "install ipv6 /bin/true" >> /etc/modprobe.d/blacklist.conf

to disable nfsv4 :

echo "RPCMOUNTDOPTS="--no-nfs-version 4"" >> /etc/default/nfs-common

Then reboot

to keep in a safe placa ;- )


Fábio Rabelo
_______________________________________________
pve-user mailing list
[email protected]
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user

Reply via email to