:: Re: [DNG] Which qemu version is shi…
Top Pagina
Delete this message
Reply to this message
Auteur: Mario Marietto
Datum:  
Aan: tempforever
CC: dng
Onderwerp: Re: [DNG] Which qemu version is shipped by default with devuan 3 ?
---> Just curious, what is your kernel version? I had a similar issue
trying to set up a wireguard on an old kernel, aarch64 machine.

5.4.244 (I can't use a better version of qemu,the kvm support for armhf has
been removed on 5.7 kernels).

I have recompiled the kernel with the ip tables and bridge enabled for the
2 times. It seems that the mouse,keyboard and trackpad now work. But let's
see if the iptables works :

root@devuan:~# iptables -t nat -A POSTROUTING -o mlan0 -j MASQUERADE

iptables v1.8.7 (legacy): can't initialize iptables table `nat': Table does
not exist (do you need to insmod?) ; Perhaps iptables or your kernel needs
to be upgraded.

root@devuan:~# sudo depmod

root@devuan:~# modinfo iptable_nat

modinfo: ERROR: Module iptable_nat not found.

root@devuan:~# grep CONFIG_NF_TABLES= /boot/config-`uname -r`
CONFIG_NF_TABLES=y

grep CONFIG_IP_NF_NAT= /boot/config-`uname -r`
nothing

This entry is not present at all. Should I add it ?

On Wed, Aug 16, 2023 at 1:10 AM tempforever <dev1@???> wrote:

> Just curious, what is your kernel version? I had a similar issue trying
> to set up wireguard on an old kernel, aarch64 machine.
>
> Mario Marietto via Dng wrote:
>
> root@devuan:~# sudo modprobe ip_tables
>
> root@devuan:~# sudo echo 'ip_tables' >> /etc/modules
>
> root@devuan:~# iptables -t nat -A POSTROUTING -o mlan0 -j MASQUERADE
>
> iptables v1.8.7 (legacy): can't initialize iptables table `nat': Table
> does not exist (do you need to insmod?)
> Perhaps iptables or your kernel needs to be upgraded.
>
>
> _______________________________________________
> Dng mailing list
> Dng@???
> https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng
>



--
Mario.