- Community Home
- >
- Networking
- >
- Legacy
- >
- Switches, Hubs, Modems
- >
- PXE boot fails on some subnets
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-08-2007 06:45 AM
тАО08-08-2007 06:45 AM
PXE boot fails on some subnets
I am having issues with PXE boot. The client and server are on different subnets. 'ip helper-address' have been configured on all the router interfaces to point to the server. The problem is, the client is able to boot and tftp the image from server successfully on some subnets but not others. On those that does not work, client is able to get ip address from DHCP server (which is different from PXE server) but error message "PXE-E32: TFTP open timeout" received. I suspect that the server is not receiving the broadcast when client is on the 'problem' subnet.
There are switches connected to the router and the client is connected to the switches. I suspect it may have something to do with STP but not exactly sure what it is.
Anyone can advise ? Thanks in advance.
Best Regards,
Irman
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-08-2007 02:37 PM
тАО08-08-2007 02:37 PM
Re: PXE boot fails on some subnets
Can you provide any more information about your architecture? Such as, what kind of PXE server/solution, how you have your IP helpers configured, sample router/switch configurations, dhcp scope options for both working and non-working subnets, network topoolgy (including ST topology), and any details about the clients themselves, such as port settings for both the edge ports and client NICs would be very helpfull in visualizing your problem. Also, have you tried looking at the network traffic on the failing subnet with a sniffer to see what's going on?
What makes you suspect its a problem with spanning tree? What kind of routing are you doing; on what equipment, and what firmware?
When I've seen PXE timeout issues before it had to do with trying to push persistent route information down with DHCP when the PXE client didn't support it. I have also seen this problem before when edge ports were set to 100/full; PXE will tend to negotiate 100/half because it can only auto negotiate... (Just some food for thought.)
Lots and lots of questions, I know. :)
Dennis
I work for HP, but my posts and replies are my own.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-08-2007 05:03 PM
тАО08-08-2007 05:03 PM
Re: PXE boot fails on some subnets
At the global "configure" context -
(config)# ip broadcast-forward
And at vlan-config context (by example vlan 5)
where the PXE clients are -
(config)#vlan 5
(config-vlan-5)#ip forward-protocol udp
(config-vlan-5)#ip forward-protocol udp
(config-vlan-5)# wri me
Hope, this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-19-2007 03:28 PM
тАО08-19-2007 03:28 PM
Re: PXE boot fails on some subnets
Thanks for responding to my query and my apologies for not replying earlier. I managed to find the cause of the problem.
It was due to the "broadcast limit" statement configured on the HP ProCurve 5300 series switch that are used for the subnet. Once I removed the statement on all the switches, the client manage to contact the server and boot successfully.
Best Regards,
Irman
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-19-2007 08:53 PM
тАО08-19-2007 08:53 PM
Re: PXE boot fails on some subnets
I had the same problem. DHCP-server in the client vlan and Empirum-server in the server Vlan.
There has functioned the following configuration:
ip routing
ip directed-broadcast
ip udp bcast forward
vlan 1 (server Vlan)
ip forward-protocol udp 192.168.15.1 tftp (Empirum server)
ip forward-protocol udp 192.168.15.1 10042 (Empirum servers)
Vlan 11 (clients Vlan)
ip helper-address 192.168.15.255
Good Days
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-27-2007 07:13 PM
тАО08-27-2007 07:13 PM