dhcpd.conf
来自「EFI(Extensible Firmware Interface)是下一代BI」· CONF 代码 · 共 15 行
CONF
15 行
subnet 192.168.2.0 netmask 255.255.255.0 { option domain-name "mydomain.com"; option subnet-mask 255.255.255.0; option routers 15.4.88.1; # here we use a fixed address host test_machine { hardware ethernet 00:D0:B7:C7:FB:F8; fixed-address 192.168.2.10; filename "/tftpboot/elilo.efi"; option host-name "test_machine"; }}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?