After a log of digging and missinformation, I found the way to disable ipV6 and nsfV4 in squeeze :<br><br>To disable ipv6 :<br><br>echo "blacklist ipv6" >> /etc/modprobe.d/blacklist.conf<br><br>echo "install ipv6 /bin/true" >> /etc/modprobe.d/blacklist.conf<br>
<br>to disable nfsv4 :<br><br>echo "RPCMOUNTDOPTS="--no-nfs-version 4"" >> /etc/default/nfs-common<br><br>Then reboot<br><br>to keep in a safe placa ;- )<br><br><br>Fábio Rabelo<br>