거의다 정상적으로 설정이 되었는데요.

host 내에서 mount 정상적으로 실행되구요

보드에서 mount를 실행하면 다음과 같은 메시지가 나옵니다.

[root@ezboard rc.d]$ mount -t nfs -o nolock 192.168.10.1:/nfs /mnt/nfs
mount: 192.168.10.1:/nfs failed, reason given by server: Permission
denied

보드 ip 설정은 set 명령으로 해주었구요 rmadisk를 수정하지 않아도

ifconfig 하면 다음과 같이 제대로 나오는듯 합니다.

[root@ezboard rc.d]$ ifconfig

eth0 Link encap:Ethernet HWaddr 00:D0:CA:F1:21:25
inet addr:192.168.10.2 Bcast:192.168.10.255
Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:77 errors:0 dropped:0 overruns:0 frame:0
TX packets:103 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
Interrupt:47 Base address:0x300


lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0

host의 ipconfig는 다음과 같구요

eth0 Link encap:Ethernet HWaddr 00:08:02:63:59:A2
inet addr:192.168.10.1 Bcast:192.168.10.255
Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:115 errors:0 dropped:0 overruns:0 frame:0
TX packets:100 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:8360 (8.1 Kb) TX bytes:7136 (6.9 Kb)
Interrupt:10 Base address:0x2000 Memory:40100000-40100038

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:21582 errors:0 dropped:0 overruns:0 frame:0
TX packets:21582 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1479906 (1.4 Mb) TX bytes:1479906 (1.4 Mb)

호스트의 nfs 폴더에 다음과 같이 permission을 줬습니다.

[root@localhost /]# ls nfs -al
total 92
drwxrwxrwx 2 nobody nobody 4096 Aug 2 10:33 .
drwxr-xr-x 23 root root 4096 Aug 2 11:41 ..
-rw------- 1 root root 78200 Aug 2 10:33 favorite.htm

/etc/exports 파일은 다음과 같습니다.

/nfs localhost(rw,insecure)
/nfs 192.168.10.0/24(rw.insecure)


서로간의 ping도 정상적으로 수행이 되구요..

permission 관련 문제라면.. 손댈곳이 없는듯 한데.

잘 모르겠어요.

도움 주시면 감사하겠습니다.

좋은 주말 보내시구요~

^^/