Art Nikpal

Results 18 comments of Art Nikpal

never use nftables ;) sure i can check it maybe need make avternative configs for kernels i will try to solve it ;)

``` update-alternatives --set iptables /usr/sbin/iptables-legacy update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy update-alternatives --set arptables /usr/sbin/arptables-legacy update-alternatives --set ebtables /usr/sbin/ebtables-legacy ```

> However on the fenix compiled image, neither exist and therefor neither can be used. i will check it tomorrow!

its works for me ``` root@Khadas:~# uname -a Linux Khadas 5.5.0-rc2 #0.8.3 SMP PREEMPT Fri Mar 20 15:44:39 +09 2020 aarch64 GNU/Linux root@Khadas:~# update-alternatives --set iptables /usr/sbin/iptables-legacy update-alternatives: using /usr/sbin/iptables-legacy...

https://www.reddit.com/r/debian/comments/bemysl/upgrade_to_buster_has_broken_ufw_and_iptables/ SAME ``` root@Khadas:~# update-alternatives --set iptables /usr/sbin/iptables-nft update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in manual mode root@Khadas:~# iptables -L iptables v1.8.2 (nf_tables): CHAIN_ADD failed (No such file or...

``` root@Khadas:~# zgrep CONFIG_NF_TABLES_BRIDGE /proc/config.gz # CONFIG_NF_TABLES_BRIDGE is not set ```

OK! need update config for mainline kernel

OK! i will test at first and send after

i cant solve this debian buster bug by changing kernel config only one solution ``` update-alternatives --set iptables /usr/sbin/iptables-legacy update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy ```