顯示具有 iptables 標籤的文章。 顯示所有文章
顯示具有 iptables 標籤的文章。 顯示所有文章

2019年5月13日 星期一

Fedora iptable firewalld selinux

Fedora server 30 默认开启了iptables,造成我安装各种httpd、plexmediaserver等,均无法从远程登陆,无法设置端口,因此我处理如下:
systemctl stop firewalld dnf install iptables-services

重启系统

systemctl restart iptables
systemctl stop iptables

然后iptables -L -n,显示如下:
Chain INPUT (policy ACCEPT)
target     prot opt source               destination
Chain FORWARD (policy ACCEPT)
target     prot opt source               destination
Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination

这样,就可以放心使用firewalld

Calibre_web administrator password forget

Calibre_web administrator password forget how to reset the admin password: need to specify the app.db docker exec -it calibre-web cd...