Nadav Har'El wrote:
> On Wed, Jul 17, 2002, Iftach Hyams wrote about "RE: Disabaling (UDP/IP) ports for
>system use :":
>>>># cat /proc/sys/net/ipv4/ip_local_port_range
>>>>32768 61000
>>>
>>For me it is 1024 4099
>
> Yes
On Wed, Jul 17, 2002, Iftach Hyams wrote about "RE: Disabaling (UDP/IP) ports for
system use :":
> >> # cat /proc/sys/net/ipv4/ip_local_port_range
> >> 32768 61000
> For me it is 1024 4099
Yes, this is usually the default, meaning that ephemeral ports (ports
c
>> # cat /proc/sys/net/ipv4/ip_local_port_range
>> 32768 61000
For me it is 1024 4099
I understand those are ports the system will give automaticaly.
>> # echo LOWEST_PORT HIGHEST_PORT > ip_local_port_range
What service should I restart if any ?
Will it last the after reboot ?
This e-
Hi,
Try this:
# cat /proc/sys/net/ipv4/ip_local_port_range
32768 61000
# echo LOWEST_PORT HIGHEST_PORT > ip_local_port_range
Regards,
Eran
Iftach Hyams wrote:
> We have an application that works on predefined port.
> I would like to disable the range(s) of ports from being dyn
We have an application that works on predefined port.
I would like to disable the range(s) of ports from being dynamicaly given
(it is a user application, it is not executed on startup so those port may
be taken).
~
"Th