↧
Answer by Robert for Why is ifup not running all of the if-pre-up.d scripts?
I can't get to work in ubuntu 20.4 either. script is called iptablesload residing in the if-pre-up.d directory.I had to doapt install ifupdownthat should solve on U 20.4, it did for me.
View ArticleAnswer by user236292 for Why is ifup not running all of the if-pre-up.d scripts?
I had this same issue. From what I can tell, if you remove the trailing ".sh" this should work as expected.sudo mv /etc/network/if-pre-up.d/iptablesload{.sh,}
View ArticleWhy is ifup not running all of the if-pre-up.d scripts?
$ ll /etc/network/if-pre-up.d/total 20drwxr-xr-x 2 root root 4096 Jan 15 16:43 ./drwxr-xr-x 7 root root 4096 Jan 14 21:29 ../-rwxr-xr-x 1 root root 344 Apr 28 2012 ethtool*-rwxr-xr-x 1 root root 158...
View Article
More Pages to Explore .....