I need to open a range of ports i.e. everything greater then 1023 on my redhat box I think what is blocking the connections is the xinted deamon how can I open a range of ports 1023 - 50,000?
can I just assign port to read 1023-50000
service AS2
{
port = 1023
socket_type = stream
protocol = tcp
user = root
server = /sbin/LexiCom/LexiCom
type = UNLISTED
wait = no
}
can I just assign port to read 1023-50000
service AS2
{
port = 1023
socket_type = stream
protocol = tcp
user = root
server = /sbin/LexiCom/LexiCom
type = UNLISTED
wait = no
}