Monday, May 6, 2024

How to open / dd port to firewall ?

 

Add / Open1521 oracle database  default port to Linux 


[root@oraclesrc-5 ~]#

[root@oraclesrc-5 ~]#  firewall-cmd --zone=public --permanent --add-port=1521/tcp

success

[root@oraclesrc-5 ~]#

[root@oraclesrc-5 ~]# firewall-cmd --reload

success

[root@oraclesrc-5~]#


No comments:

Post a Comment

Interview Question 20 : What are kernel parameters and why to set them ?

What are Kernel Parameters? Kernel parameters are tunable settings of the operating system kernel (the core part of Linux/UNIX that manage...