Re: Desktop Over NFS Home Blocked By Firewalld

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



On Sun, Nov 22, 2020 at 7:34 AM Jonathan Billings <billings@xxxxxxxxxx> wrote:
>
> On Nov 20, 2020, at 14:31, Michael B Allen <ioplex@xxxxxxxxx> wrote:
> >
> > Well I've managed to resolve the issue but I'm not entirely satisfied
> > with the solution. Apparently firewalld and iptables are at least
> > partially mutually exclusive such that changes to iptable have no
> > effect.
>
> That’s not strictly true, at least with firewalld and iptables.  You added the iptables rule with -A (append).  The firewalld rules add jump rules to the input table and your rule simply was never reached, because traffic was blocked in one of the earlier rules.  This would be the case in any complex iptables config too.  Had you really wanted to test something with iptables, use -I (insert) which puts it at the front of the rules.  Obviously, the best thing to do is to use firewalld tools with firewalld.

Ah, very interesting. Despite using linux for as long as I have I
don't recall ever realizing that. Very good to know.

Thanks,
Mike
_______________________________________________
CentOS mailing list
CentOS@xxxxxxxxxx
https://lists.centos.org/mailman/listinfo/centos




[Index of Archives]     [CentOS]     [CentOS Announce]     [CentOS Development]     [CentOS ARM Devel]     [CentOS Docs]     [CentOS Virtualization]     [Carrier Grade Linux]     [Linux Media]     [Asterisk]     [DCCP]     [Netdev]     [Xorg]     [Linux USB]


  Powered by Linux