|
|
Строка 2: |
Строка 2: |
| aptitude install nfs-kernel-server | | aptitude install nfs-kernel-server |
| | | |
− | ==настройка==
| + | You're the one with the brains here. I'm wcatihng for your posts. |
− | * настроим NFS сервер на использование статических портов (порты можно указывать любые свободные)
| |
− | добавим в файл /etc/sysctl.conf: <br\>
| |
− | # TCP Port for lock manager
| |
− | fs.nfs.nlm_tcpport = 4003
| |
− | # UDP Port for lock manager
| |
− | fs.nfs.nlm_udpport = 4003
| |
− | в файл /etc/default/nfs-kernel-server: <br\>
| |
− | RPCMOUNTDOPTS="--manage-gids -p 4002"
| |
− | в файл /etc/default/nfs-common: <br\>
| |
− | STATDOPTS="--port 4000 --outgoing-port 4001"
| |
− | | |
− | * Дадим доступ к нужным каталогам (в нашем примере это будет /srv/nfs для клиент 192.168.0.1)
| |
− | добавим следущи строки в файл /etc/exports:
| |
− | /srv/nfs 192.168.0.1(rw,async,no_root_squash,no_subtree_check)
| |
− | * применим настройки
| |
− | sysctl -p
| |
− | /etc/init.d/nfs-common restart
| |
− | /etc/init.d/nfs-kernel-server restart
| |
− | Yup, that slhuod defo do the trick!
| |
| | | |
| ==подключение по NFS== | | ==подключение по NFS== |
Версия 16:09, 15 ноября 2011
установка в Debian
aptitude install nfs-kernel-server
You're the one with the brains here. I'm wcatihng for your posts.
подключение по NFS
mount.nfs 192.168.0.2:/srv/nfs /mnt