LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   open RPC port range (https://www.linuxquestions.org/questions/linux-networking-3/open-rpc-port-range-854624/)

bino25 01-06-2011 09:30 AM

open RPC port range
 
I have been asked by my legato person to "un-limit the RPC port range". Being new to redhat, I have 2 questions:

1. how would I open a port range?
2. is this really necessary to do for legato?

novice06 01-06-2011 10:12 AM

After googling, I think you are talking about EMC legato.

1. /etc/sysconfig/iptables
-A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 32768:61000 -j ACCEPT
-A RH-Firewall-1-INPUT -m state --state NEW -m udp -p udp --dport 32768:61000 -j ACCEPT

if you are using, tcpwrapper
/etc/hosts.allow
portmap: ALL

2. I am not sure.

bino25 01-26-2011 07:56 AM

I found a command called "nsrports" that resolved my situation


All times are GMT -5. The time now is 10:18 AM.