Changes between Version 14 and Version 15 of PxeInstallation
- Timestamp:
- 10/29/10 09:46:13 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PxeInstallation
v14 v15 84 84 This option is used by the daemon program ''pxeconfigd'' it executes a script before a host link is removed with the host ip-address as first argument. We use this to close ports on our firewall for the specified IP-address/host. 85 85 86 86 87 arp_command:: 88 This command must be set if site use the mac address for pxe booting, default: ''/usr/sbin/arp -n'' 89 90 === Host labels ==== 91 92 Is is difficult to remember mac addresses. So you can specify a host label with a mac address in pxeconfig.conf, eg: 93 {{{ 94 [bas] 95 mac_address: 00:19:b9:de:21:40 96 }}} 97 98 Now you can use use {{{ bas }}} as name for pxeconfig instead of the mac-address 99