:: Re: [DNG] Which qemu version is shi…
Startseite
Nachricht löschen
Nachricht beantworten
Autor: wirelessduck
Datum:  
To: dng
Betreff: Re: [DNG] Which qemu version is shipped by default with devuan 3 ?


> On 16 Aug 2023, at 18:28, Mario Marietto <marietto2008@???> wrote:
>
> 
> Hello.
>
> eventually how should this line be formatted,if I want to convert iptables to nftables ?
>
> iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
>
> thanks.


Is this helpful?

https://wiki.nftables.org/wiki-nftables/index.php/Performing_Network_Address_Translation_(NAT)

Otherwise you can see the previous wiki link I posted and use the iptables-translate command to convert from iptables to nftables syntax.

https://wiki.nftables.org/wiki-nftables/index.php/Moving_from_iptables_to_nftables

Tom