You are not logged in.
Pages: 1
Topic closed
How can I disable IPv6 in the kernel from uboot? I am using a ZyXel NSA 320
Offline
That sounds like something you should ask on the uboot mailing list. I suppose not many here will be familiar with uboot.
R00KIE
Tm90aGluZyB0byBzZWUgaGVyZSwgbW92ZSBhbG9uZy4K
Offline
I'm not sure if it's Ubuntu-related: http://www.wiki.xilinx.com/U-boot , more like ARM-related.
Offline
Moving to Other Architectures. Unfortunately, U-boot is definitely in the realm of ARM.
this article may give some clues. It is not obvious how to pass command line parameters in U-Boot, but maybe you could do what you need in /etc/sysctl.d/40-ipv6.conf. Or, you could build a custom kernel that turns off that capability.
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way
Offline
Moving to Other Architectures. Unfortunately, U-boot is definitely in the realm of ARM.
this article may give some clues. It is not obvious how to pass command line parameters in U-Boot, but maybe you could do what you need in /etc/sysctl.d/40-ipv6.conf. Or, you could build a custom kernel that turns off that capability.
I had been looking at that link and there is a useful link from that page with instructions on how to disable IPv6 in the kernel using kernel parameters in various boot loaders, just not uboot.
Offline
I have found this article. Looks like I just need to determine how to make them persist.
Offline
This looks promising. I'll verify if I can disable IPv6 and mark the post appropriately.
help saveenv
saveenv - save environment variables to persistent storage
Usage:
saveenv
Offline
in uboot command shell, adding "ipv6.disable=1" into the value of bootargs variable
Offline
bzhao,
Welcome to Arch Linux and thank you for a valid contribution to the thread.
As this thread is two years old, I am going to go ahead and close it. I also will note that over the last couple years, the moderation team has decided that we should consider Arch Arm to be a separate distribution. As we do with all other Arch based distributions, we suggest that topics regarding those distributions be handled by the respective forums. As this thread has been around awhile, I consider it to be "grandfathered" so I will leave it in this subforum. On the other hand, it is probably time to close it.
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way
Offline
Pages: 1
Topic closed