- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
which IP should go in PXE(Next server) when the load balancing method is Round Robin instead of VIP?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2022 01:47 PM
i was previously using a VIP for 3 TFTP server which was binded to DNS A Record tftpservers.company.com.
tftpservers.company.com = VIP(10.1.1.1) > Node 1 (10.1.1.2)
Node 2 (10.1.1.3)
Node 1 (10.1.1.4)
and this VIP(10.1.1.1) was configured in IPv4 BOOTP/PXE > Next server
now i am trying to change Request Load Balancing method to Round Robin instead of VIP, so my question is which IP should go in Next server when the load balancing method is Round Robin instead of VIP?
Re: which IP should go in PXE(Next server) when the load balancing method is Round Robin instead of
[ Edited ]- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2022 02:56 AM - last edited on 01-28-2022 08:30 AM by samanna
For PXE requests, you just need to configure the routers to forward the client request to the PXE server, just like you do with the DHCP server. Locate your router, find the DHCP IP helper entry, and add another entry that looks exactly like the first one but uses the IP address of the PXE server.
Re: which IP should go in PXE(Next server) when the load balancing method is Round Robin instead of
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2022 11:45 AM
but how it is going to serve Round robin method then? i have mutiple TFTP servers. previously, a Virtual IP from load balaner(citrix, f5) was load balancing between those servers. my question is if i have multiple TFTP servers configured as Round Robin Fashion for a DNS A Record, which server out of those multiple servers should go as IPv4 BOOTP/PXE server > Next server.