2009/01/20

[4]AKI-H8でuClinuxを動かす(Linuxサーバ設定)

Debian GNU/Linuxでのサーバ設定例です。ディレクトリの作成とサーバ設定を変更したら有効にするのを忘れずに。

tftpサーバ設定(tftpd-hpa)

</etc/inetd.conf>
tftp           dgram   udp     wait    root  /usr/sbin/in.tftpd /usr/sbin/in.tftpd -s /tftpboot
</etc/default/tftpd-hpa>

RUN_DAEMON="yes"
OPTIONS="-l -s /tftpboot"

 

NFSサーバ設定(nfs-user-server)

</etc/exports>
/tftpboot/nfsroot    192.168.1.0/255.255.255.0(rw,insecure,async,no_root_squash)

</etc/hosts.allow>

rpc.mountd: ALL
portmap: ALL
rquotad: ALL
mountd: ALL
statd: ALL

0 件のコメント: