Wireless Access

last person joined: yesterday 

Access network design for branch, remote, outdoor, and campus locations with HPE Aruba Networking access points and mobility controllers.
Expand all | Collapse all

PXE Boot IBM Server

This thread has been viewed 0 times
  • 1.  PXE Boot IBM Server

    Posted Apr 28, 2014 09:59 AM

    Hi

     

    We are trying to PXE boot a server using an Aruba switch as DHCP server.

    Here is my configuration:

    ip dhcp pool "Test"
        domain-name "xxxx.net"
        network 192.168.125.0 255.255.255.0
        default-router 192.168.125.1
        dns-server 8.8.8.8
        exclude-address 192.168.125.1 192.168.125.10
        no vendor-class-identifier
        option 67 text SMSboot\x64\wdsnbp.com
        option 66 ip 172.16.1.23

    The server seems to ignore option 66, and tries to load from the switch IP.

    I have tried with several vendor-class-identifiers ArtubaAP TestVendot PXEclient and more.

     

    Do any of you have any idea what the next step in this could be.

     

    Best Regards Jens Willadsen



  • 2.  RE: PXE Boot IBM Server

    EMPLOYEE
    Posted Apr 28, 2014 10:15 AM

    Do you have this working with another DHCP server?



  • 3.  RE: PXE Boot IBM Server

    Posted Apr 28, 2014 10:17 AM

    No this is the first DHCP we have tested it with.

    The inviroment where the server should be shipped to has only an Aruba switch as possible DHCP server 



  • 4.  RE: PXE Boot IBM Server

    Posted May 05, 2014 09:46 AM

    i would compare with a sniffer the packets send when it works (with another DHCP server) and when it doesnt to see if something stands out.



  • 5.  RE: PXE Boot IBM Server

    Posted May 06, 2014 06:48 AM
      |   view attached

    Hi

    I have just today made a capture of the DHCP trafic i se when my PC is getting a DHCP address.

    My pool is set up like this:

    ip dhcp pool "Test"
       domain-name "xxxxxxxx.net"
       network 172.16.xxx.0 255.255.255.0
       default-router 172.16.xxx.1
       dns-server 8.8.8.8
       exclude-address 172.16.xxx.1 172.16.xxx.50
       vendor-class-identifier ArubaAP
       option 67 text SMSboot\x64\wdsnbp.com
       option 66 ip 172.16.1.23

     

    I have attached a screen shot of the DHCP ACK packet i wireshark

     

    Regards Jens



  • 6.  RE: PXE Boot IBM Server

    Posted May 06, 2014 07:05 AM

    the ACK isnt that interesting, i would look at the OFFER and see if the info is there.

     

    looking you are using symbols like / that might cause issues.



  • 7.  RE: PXE Boot IBM Server

    Posted Jan 16, 2017 11:23 AM

    Hello, 

    having similar issue,

    did you find any solution on this???

     

    I am hip dhcp pool "test"
    domain-name "xyz.com"
    network 192.168.XX.0 255.255.255.128
    default-router 192.168.XX.1
    dns-server xx.xx.xx.xx

    dns-server xx.xx.xx.xx
    exclude-address 192.168.xx.1 192.168.xx.30
    vendor-class-identifier ArubaAP
    option 66 ip 10.xx.xx.xx
    option 67 text boot\x64\wdsnbp.com

     

    please let me know if anything you may find in this, which I require to add

     



  • 8.  RE: PXE Boot IBM Server

    Posted Jan 29, 2017 09:05 AM

    kinda repeating myself but: i would compare with a sniffer the packets send when it works (with another DHCP server) and when it doesnt to see if something stands out.

     

    i see \  in that one section, might be an issue, but impossible to say without the packet details.