Conner, Eric wrote: [...]
Now I get a second error
Error can't flush routing rules: operation not supported
batmand requires the kernel policy routing features enabled. How do I go about enabling these features?
It is called "IP: policy routing" and can be found in kernels menuconfig under
-> Networking support (NET [=y]) -> Networking options -> TCP/IP networking (INET [=y])
The option is called IP_MULTIPLE_TABLES in .config. So just enable it, recompile your kernel, install it and reboot with it.
Best regards, Sven