網路環境 eth0 : 對外網卡使用固定ip eth1 : 對內網卡使用class c ip : 192.168.1.1 安裝dhcp server # aptitude install dhcp-server 修改interfaces設定 # vim /etc/network/interfaces auto lo iface lo inet loopback auto eth0 iface et… 更多 →
All About My Lifenotexist wrote 1 month ago: 最近這幾天,才真正自己架了一台dhcpd,用ports把isc-dhcp31-server裝起來後照sample寫/usr/local/etc/dhcpd.conf,基本上輕鬆寫意。 只是可以動,但是 … more →
Andrew Chang wrote 1 year ago: 網路環境 eth0 : 對外網卡使用固定ip eth1 : 對內網卡使用class c ip : 192.168.1.1 安裝dhcp server # aptitude install dhcp-s … more →