WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: IPv6 support in Core v13.0  (Read 1536 times)

Offline TCLGuy

  • Newbie
  • *
  • Posts: 2
IPv6 support in Core v13.0
« on: March 14, 2022, 12:40:35 AM »
Hello,

I'm trying to enable IPv6 in TCL Core v13.0, but having no luck.  I've searched through past IPv6 posts in this forum, but it seems like there isn't much posted.  Here is what I've looked at:

1) Looking through all the 13.x TCZs for IPv6, I could only find ipv6-netfilter-5.15.10-tinycore.tcz, but I don't need firewall.
2) The "dmesg | grep -i ipv6" command returns nothing
3) The "ifconfig eth0" makes no mention of ipv6 (inet6)
4) I tried setting a static IPv6 address on eth0 using "ifconfig", it return "Address family not supported by protocol"

So, does anyone have any suggestions on how one goes about enabling IPv6 in Core v13.0?

Thank you!

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14535
Re: IPv6 support in Core v13.0
« Reply #1 on: March 14, 2022, 01:15:21 AM »
ipv6.ko.gz is in the ipv6-netfilter-5.15.10-tinycore extension

Edit: loading ipv6 seems to enable ipv6/inet6
« Last Edit: March 14, 2022, 04:44:35 AM by Juanito »

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10960
Re: IPv6 support in Core v13.0
« Reply #2 on: March 14, 2022, 09:51:39 AM »
There are inter-dependencies between the ipv6 and firewall modules, so you may not be able to avoid the fw modules.
The only barriers that can stop you are the ones you create yourself.

Offline TCLGuy

  • Newbie
  • *
  • Posts: 2
Re: IPv6 support in Core v13.0
« Reply #3 on: March 15, 2022, 02:23:13 AM »
Thank you Curaga and Juanito for your help...  Loading ipv6-netfilter-5.15.10-tinycore extension did the trick!