- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have an environment where I am migrating from NSX-V to NSX-T. I have bridges setup between the 2 environments but when I migrate the SCCM server across the PXE boot stops working. The bridging is working fine as I can ping and RDP to the server but my PXE clients are failing to connect once the machine is moved across to the NSX-T segment. I have migrated the firewall rules across using the migration co-ordinator so it shouldn't be any issues there. Does anybody have any ideas as to what it can be please?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
A few thing pop to my mind immediately:
- Is DHCP server is sending out correct IP and bootfile info to the PXE clients?
- Is the TFTP server is accessible to the PXE clients and that it is hosting the correct bootfile.
- Are The firewall rules updated?
- Double-check the SCCM server's PXE configuration.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for the quick response Gizzie
The PXE service is working fine within the NSX-V environment so I know that all settings in DHCP etc are all correct. When the machine is migrated across to an NSX-T host and connected to the corresponding segment (which is bridged to the NSX-V logical switch) then PXE stops working. No network changes have been made to the machine, and I can ping and RDP to the machine so I know that the bridging is working fine.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'll disclose I am not an expert on NSX-V, my knowledge is of NSX-T, however, by default an NSX-T backed segment will drop PXE traffic. This is because under the Segment Security Profile Server Block is enabled.
Networking > Segments > Profiles you'll find it there. Create a new one and disable Server Block. Add that new profile to the NSX segment and you should get PXE back. I've come across the same thing in my experience.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks this sorted it for me!