WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: where is the ip_vs module  (Read 1150 times)

Offline zbs888

  • Newbie
  • *
  • Posts: 39
where is the ip_vs module
« on: December 29, 2021, 01:24:03 AM »
Dear sir,i can run 'modprobe ip_vs' to load the module.
But where is the ip_vs module in tinycode?

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14546
Re: where is the ip_vs module
« Reply #1 on: December 29, 2021, 02:37:09 AM »
Ref: http://tinycorelinux.net/12.x/x86_64/release/src/kernel/config-5.10.3-tinycore64:
Code: [Select]
# CONFIG_IP_VS is not set
i.e. the module was not compiled.

Offline zbs888

  • Newbie
  • *
  • Posts: 39
Re: where is the ip_vs module
« Reply #2 on: December 29, 2021, 04:24:43 PM »
Thanks for your replay ,sir.
I'll try to compile the module
« Last Edit: December 29, 2021, 04:52:11 PM by zbs888 »

Offline zbs888

  • Newbie
  • *
  • Posts: 39
Re: where is the ip_vs module
« Reply #3 on: January 04, 2022, 05:02:32 PM »
Ref: http://tinycorelinux.net/12.x/x86_64/release/src/kernel/config-5.10.3-tinycore64:
Code: [Select]
# CONFIG_IP_VS is not set
i.e. the module was not compiled.
Dear sir,i using the .config to add module ip_vs ,make modules,make modules_install
Copy the new ip_vs folder to /usr/local/lib/modules/5.4.3-tinycore64/kernel/net/netfilter/ipvs ,depmod
Then modprobe ip_vs ,i got the a lot of kernel panic error.
LIke 'invalid opcode: 0000 [#1] SMP NOPTI',COMM is snmpd,curl and so on.
Why this happens.Complie the new modules and add to the modules folder ,is something step i miss?