mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-04-25 15:15:56 +03:00
[GH-ISSUE #1200] Dualstack with IPv6 #1872
Labels
No labels
Hacktoberfest
Hacktoberfest
bootloader
bsd
bug
confirmed
documentation
duplicate
enhancement
enhancement
enhancement
eol
experimental-merged
freebsd
help wanted
invalid
investigate
ipxe
linux
live-os
memdisk
menu
no-issue-activity
no-issue-activity
pull-request
released
todo
upstream
windows
windows
work-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/netboot.xyz#1872
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @zacekjakub on GitHub (Feb 7, 2023).
Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/1200
Describe the bug
If I enable dualstack on my network with IPv6, no system can be run
To Reproduce
Steps to reproduce the behavior:
Just enable IPv6
Expected behavior
In case of dualstack, IPv6 should never "break" the IPv4 protocol behavior.
Additional context
I guess some of the servers with content that needs to be downloaded are not IPv6 capable so the container uses IPv6 to reach some files and it fails?
@oe3gwu commented on GitHub (Mar 11, 2023):
I can reproduce this.
Dual stack doesnt allow to connect to boot.netboot.xyz.
@gema-arta commented on GitHub (Jun 8, 2023):
@zacekjakub @oe3gwu This is ipxe trouble -- intersects by #283
Briefly -- the ipxe developers do not want to follow the dualstack standard and are trying a simplistic approach. The result is bad. They call it a "heuristic" approach. Being obtained in any way ipv6 has the highest priority and cannot be disabled or reconfigured. Even if it is a
local link ipv6.@nrvale0 commented on GitHub (Aug 19, 2024):
Hope it's ok to drop this here. A possible work-around if using Unbound: https://github.com/netbootxyz/netboot.xyz/issues/283#issuecomment-2296911959