Hi Walk
To ensure that PC terminals only obtain IP addresses from the designated DHCP server and ignore other DHCP servers, you can configure the PC terminals to use DHCP Classless Static Routes (option 249) in their network settings. This configuration can be done on the PC terminal side without making changes on the DHCP server. Here's how you can achieve this:
1. Determine the IP address of the designated DHCP server. In your case, the IP address is 172.172.172.1.
2. Configure DHCP Classless Static Routes on the PC terminals:
- Go to the network adapter settings on each PC terminal.
- Locate the TCP/IP settings and open the properties.
- Look for the "Advanced" or "Additional Settings" section.
- Find the DHCP Classless Static Routes (option 249) setting.
- Add a route with a destination of 0.0.0.0 and a subnet mask of 0.0.0.0, pointing to the IP address of the designated DHCP server (172.172.172.1).
3. Save the network settings and restart the PC terminals for the changes to take effect.
By configuring DHCP Classless Static Routes, the PC terminals will have a specific route defined that directs all traffic (including DHCP requests) to the designated DHCP server (172.172.172.1) regardless of the presence of other DHCP servers on the network. If the designated DHCP server is not available, the PC terminals will not receive an IP address from any other DHCP server.
Please note that the exact steps to configure DHCP Classless Static Routes may vary slightly depending on the operating system version running on the PC terminals. Make sure to adjust the instructions accordingly based on the OS in use.
Additionally, it's important to consider the network infrastructure and security implications when implementing this configuration. Ensure that unauthorized DHCP servers are not connected to the network to prevent potential DHCP conflicts and unauthorized IP address assignments.