在 DHCP 伺服器上,請使用 rpm -q tftp-server 指令確認 tftp-server 套件已經安裝了。 假如尚未安裝,請透過 Red Hat Network 或 Red Hat Enterprise Linux 的光碟片來安裝它。 如需關於安裝 RPM 套件的更多資訊,請參考 第 III 部。
tftp 是一個 xinetd 服務,請以下列指令啟動它:
/sbin/chkconfig --level 345 xinetd on /sbin/chkconfig --level 345 tftp on |
這個指令將設定 tftp 與 xinetd 服務立即 開啟,而且也將會設定它們在執行等級 3、4 與 5 於開機時啟動。