On 04/29/2012 10:19 PM, Scott Talbert wrote:
On Wed, 4 Apr 2012, Thomas Woerner wrote:
Are you setting up interfaces by hand or are you using NetworkManager or the network service?
I am setting up the interface by hand (using ifconfig).
Create a customized zone and use firewall-cmd to add th einterface to the zone: firewall-cmd --zone=<zone> --add --interface=<interface>
This seems to do what I was looking for, once I created an new zone xml file.
I didn't see a way to create a zone dynamically (e.g., using firewall-cmd). Is this correct?
Yes, that's correct, with firewall-cmd one can do only run-time changes.
-- Jiri