Line 48: |
Line 48: |
| signal-event post-upgrade; signal-event reboot | | signal-event post-upgrade; signal-event reboot |
| | | |
− | ==exported folders==
| |
− | You can have a look on all exported folders and see for which ip/network they are allowed.
| |
− | # showmount -e
| |
− | Export list for hpcompact:
| |
− | /home/e-smith/files/ibays/toto/files 192.168.15.0/24,192.168.12.0/24
| |
− | /home/e-smith/files/ibays/laurence/files 192.168.12.100,192.168.12.125
| |
− | /home/e-smith/files/ibays/dolibarr/files 192.168.15.0/24,192.168.12.0/24
| |
− | /home/e-smith/files/ibays/admin_25465/files 192.168.15.0/24,192.168.12.0/24
| |
− |
| |
− |
| |
− | ==find connected clients==
| |
− | netstat -an | grep nfs.server.ip:port
| |
− | * for example
| |
− | # netstat -an | grep 192.168.12.125:2049
| |
− | tcp 0 0 192.168.12.125:2049 192.168.12.25:850 ESTABLISHED
| |
| | | |
| == Couple of notes whilst installing on SME8..... == | | == Couple of notes whilst installing on SME8..... == |
Line 131: |
Line 116: |
| | | |
| However, I don't think this starts/restarts rpcbind, hence the reboot on install which should not really be necessary. | | However, I don't think this starts/restarts rpcbind, hence the reboot on install which should not really be necessary. |
| + | ==see exported folders== |
| + | You can have a look on all exported folders and see for which ip/network they are allowed. |
| + | # showmount -e |
| + | Export list for hpcompact: |
| + | /home/e-smith/files/ibays/toto/files 192.168.15.0/24,192.168.12.0/24 |
| + | /home/e-smith/files/ibays/laurence/files 192.168.12.100,192.168.12.125 |
| + | /home/e-smith/files/ibays/dolibarr/files 192.168.15.0/24,192.168.12.0/24 |
| + | /home/e-smith/files/ibays/admin_25465/files 192.168.15.0/24,192.168.12.0/24 |
| + | |
| + | |
| + | ==find connected clients== |
| + | netstat -an | grep nfs.server.ip:port |
| + | * for example |
| + | # netstat -an | grep 192.168.12.125:2049 |
| + | tcp 0 0 192.168.12.125:2049 192.168.12.25:850 ESTABLISHED |
| | | |
| ==client side== | | ==client side== |