Tuesday, June 26, 2018


Oracle Linux & Red Hat Linux


Get the opened ports with service and port number

# netstat -tulpn
# iptables -L











Enable ports from the fire wall

[root@evis ~]# iptables -I INPUT -p tcp -m tcp --dport 5901 -j ACCEPT

[root@evis ~]# service iptables save






No comments:

Post a Comment

 RMAN Recovery Catalog About Recovery Catalog RMAN recovery catalog Is another database which is out of your normal databases or which is o...