1. Check whether the DHCP service is started
2. The MAC address and fixed IP of the client can be written into the file of /etc/dhcpd.conf similar to:
2. The MAC address and fixed IP of the client can be written into the file of /etc/dhcpd.conf similar to:
allow booting;
allow bootp;
option routers 10.10.10.1;
option subnet-mask 255.255.255.0;
option domain-name "company.com";
option domain-name-servers 10.10.10.1;
ddns-update-style ad-hoc;
subnet 10.10.10.0 netmask 255.255.255.0 {
range dynamic-bootp 10.10.10.2 10.10.10.6;
default-lease-time 21600;
max-lease-time 43200;
filename "/pxelinux.0";
next-server 10.10.10.1;
host client7 {
### NOTE: CHANGE THIS TO THE MALWARE CLIENT'S MAC ADDR
hardware ethernet 00:0C:29:34:8A:4E;
fixed-address 10.10.10.7;
}
# please don't delete this last squirrely brace.
}
Read More:
- How to Configure DHCP for Multiple VLANs?
- DHCP principle and experimental verification
- Solutions to problems encountered when installing isc-dhcp-server on debian9.6
- The Linux terminal appears bash: setup.bash : no such file or directory, and. Bashrc file
- No such file or directory error when redis is started under Windows
- Nginx proxy appears Failed to load resource: net::ERR_NAME_NOT_RESOLVED
- Wsimport generates WebService client error [error] can’t connect to socks proxy:http
- Zookeeper starts the client and reports an error: java.net.connectexception: connection rejected
- error: XML error: target ‘vdb‘ duplicated for disk sources ‘aaa.img‘ and ‘bbb.img‘
- Error creating bean with name usercontroller appears when springboot starts
- 12c Instant Client Throws System Error Code 126 or 193 or 106
- Install python’s C extension compilation environment under windows (solve “error: command’cl.exe’ failed: No such file or directory”)
- Synergy Ubuntu 18 + win7 timed out or new client is unresponsive
- After openstack neutron is installed, the Linux bridge starts and the error is resolved
- Ubuntu starts or restarts SSH service
- Exception in thread “main“ java.lang.ClassCastException: com.sun.proxy.$Proxy8 cannot be cast to XXX
- standard_init_linux.go:178: exec user process caused “no such file or directory”
- runtime error program:c :\windows\ explorer.exe (appears after installing the win8 security update) why?
- Error 13 when grub starts: solving the problem of invalid or unsupported executable
- “Failed to find entry for user…” appears when Linux uses samba