how to disable ipv6 at kernel level with towboot?
#2
(06-19-2023, 03:13 PM)vusra Wrote: Adding  U_BOOT_PARAMETERS="ipv6.disable=1"   to /etc/default/u-boot        and run  u-boot-update use to work before tow boot.   What is the new methodology to pass  ipv6.disable=1 to kernel ?

i cannot be certain about kernel parameters with bootloader, but syntax should be same, just inserting the string input is little different, probably different place.

however, you could try sysctl.conf, this happens during boot of course, so it's not immediate.

Code:
# location: /etc/sysctl.conf

net.ipv6.conf.all.disable_ipv6=1
net.ipv6.conf.default.disable_ipv6=1
  Reply


Messages In This Thread
RE: how to disable ipv6 at kernel level with towboot? - by zetabeta - 06-19-2023, 06:06 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
Big Grin An early xmas present: 6.1 kernel treebeard 28 10,515 07-18-2023, 03:14 AM
Last Post: gischpelino
  Stability problems with 6.1 kernel Zebulon Walton 9 2,753 05-12-2023, 08:09 AM
Last Post: zetabeta
  How to enable ipv6 for hotspot robgadget 1 834 04-28-2023, 06:59 AM
Last Post: wibble
  Disable headphone controls 3x5co 0 680 09-10-2022, 07:11 AM
Last Post: 3x5co
  Disable vibrations 3x5co 8 7,864 06-11-2022, 09:59 AM
Last Post: iwakura_lain
  Disable *automatic* on-screen keyboard iwakura_lain 0 965 06-11-2022, 09:49 AM
Last Post: iwakura_lain
  Disable on screen keyboard permanently. grump_fiddle_reinstall 12 9,607 06-11-2022, 08:11 AM
Last Post: SwordfishII
  Hotspot and IPv6 gosh000 1 1,094 06-08-2022, 02:12 AM
Last Post: wibble
  Kernel 5.15 Zebulon Walton 10 6,473 11-27-2021, 01:10 PM
Last Post: LibrePhoneUser
  Mobian kernel upgrade user641 4 3,941 11-10-2021, 01:22 PM
Last Post: user641

Forum Jump:


Users browsing this thread: 1 Guest(s)