Tagged Questions
0
votes
1answer
62 views
Can I force some ports for listening only(mean servermdoe)
In linux is there a way to tell the system that never give a port for client connection, but instead allocate it only for requests for listening(server).
That is, given a port P,
If a proc wants to ...