Displaying 3 results from an estimated 3 matches for "ens19p0".
Did you mean:
ens192
2015 Nov 06
4
firewalld being stupid
Greetings,
One of my biggest frustrations with CentOS 7 has been firewalld.
Essentially all of the documentation just flat doesn't work.
One common thing that needs to be done is to change the zone of an
interface, however I've tried:
firewall-cmd --permanent --zone=internal --change-interface=ens192
firewall-cmd --permanent --zone=internal --add-interface=ens192
I've also tried
2015 Nov 06
0
firewalld being stupid
...Bright -
Firewalld does physical interfaces, NetworkManager has profiles on top of
them. NM can specify a zone and communicate it to firewalld - which should
work from your ifcfg edit - but the reverse currently doesn't happen. Try
with nmcli:
nmcli con modify ens19p0 connection.zone internal
...btw, the insertion of the 'p' was deliberate, I've seen more device
names of that form. doublecheck your device name too.
--Pete
2015 Nov 06
2
firewalld being stupid
...-
>
> Firewalld does physical interfaces, NetworkManager has profiles on top of
> them. NM can specify a zone and communicate it to firewalld - which should
> work from your ifcfg edit - but the reverse currently doesn't happen. Try
> with nmcli:
>
> nmcli con modify ens19p0 connection.zone internal
>
> ...btw, the insertion of the 'p' was deliberate, I've seen more device
> names of that form. doublecheck your device name too.
>
>
I have a couple of relevant articles you may be interested in ...
On assigning the zone via NM:
https://www.h...