efi_x86_64_ipxe get ipv6 ip always time out
|
2016-11-02, 10:40
Post: #2
|
|||
|
|||
RE: efi_x86_64_ipxe get ipv6 ip always time out
Are you sure that your router advertisement daemon is running (radvd on Linux) and handing out a proper IPv6 subnet? That is required as far as I know for your DHCPv6 server to be used for either address or PXE options to be delivered.
Also check the counters (ifstat) to ensure that you're actually receiving responses to your configuration requests. Worst case scenario you can try to configure a static address and route to verify if the issue is RA or DHCPv6 responses. Also try to build with debug enabled for dhcp and RA. Find the .c file which contains the code you're unsure if works and add DEBUG=dhcp,slaac to the make command line if your .c files are named dhcp.c and slaac.c. |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
efi_x86_64_ipxe get ipv6 ip always time out - Chris Hsieh - 2015-12-23, 03:15
RE: efi_x86_64_ipxe get ipv6 ip always time out - robinsmidsrod - 2016-11-02 10:40
|
User(s) browsing this thread: 1 Guest(s)