debian預設開機執行 Debian 跟 CentOS 有點不同.. 主要的是開機的時後, CentOS 有 rc.local 可以設定.. Debian 沒有 rc.local. 所以設定的時後.. 有兩種方法. 1. 設定 /etc/init.d/rcS 2. update-rc.d -n nat start 93 2 3 4 #update-rc.d -n nat start [順序] [開機等級] 用第二種方法.. 還能夠用 rcconf 來管理.