ifupdown 設定檔 /etc/network/interfaces
設定為 dhcp
auto lo iface lo inet loopback auto eth0 iface eth0 inet dhcp
設定固定IP
allow-hotplug eth0 iface eth0 inet static address 192.168.11.100 netmask 255.255.255.0 gateway 192.168.11.1 broadcase 192.168.11.255 network 192.168.11.0 dns-domain example.com dns-nameservers 192.168.11.1 map 11:22:33:44:55:66 lan pre-up /path/to/script
- resolvconf 必須安裝才能支援 DNS 相關的參數
- 以 root 下達 /etc/init.d/networking restart 讓設定立刻生效
- pre-up 執行後面接續的 script
- map 可定義網卡 mac address
沒有留言:
張貼留言