How would you use firewall-cmd to open ports for SMTP packets (TCP and UDP port 25) in the permanent configuration? Verify that these ports are open.

What will be an ideal response?


$ su -c 'firewall-cmd --permanent --add-port=25/tcp'
$ su -c 'firewall-cmd --permanent --add-port=25/udp'
$ su -c 'firewall-cmd --permanent --list-ports'

Computer Science & Information Technology

You might also like to view...

The ________ attribute for the embed element specifies the name of the media file to be inserted

Fill in the blank(s) with correct word

Computer Science & Information Technology

The default summary statistic for PivotTable reports is calculating a(n) ________ for each group

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Your company hosts multiple virtualized client servers on a single host. Management is considering adding a new host to create a cluster. The new host hardware and operating system will be different from the first host, but the underlying virtualization technology will be compatible. Both hosts will be connected to a shared iSCSI storage solution. What is your company MOST likely trying to

achieve? A. Increased customer data confidentiality B. Increased customer data availability C. Increased customer data integrity D. Increased security through provisioning

Computer Science & Information Technology

Which Windows features should be enabled, on a specific volume, if you have to restore single files often because of accidental deletion or to recover a previous version of a file?

A. System state recovery B. File Recovery C. Shadow Copies D. one-time backup

Computer Science & Information Technology