linux - Change maximum number of Virtual interfaces in Kernel -


i running ubuntu server 14.04.3.

i have smcroute installed - version 0.95, build 130523. when attempt start daemon error message: erro: addvif, out of vif space;, happens after attempts add 33rd network interface of machine.

looking in mroute.h in /usr/include/linux/ folder, saw maxvifs defined 32, upped 100 , saved file.

after reboot can still see 32 limit being imposed, file still states 100. how can force os read file?

you need rebuild (and reinstall) kernel modified config. there ubuntu-specific instructions here


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -