Operating System - HP-UX
1752364 Members
5765 Online
108787 Solutions
New Discussion юеВ

Re: Source Quench received

 
SOLVED
Go to solution
Abhishek_Kumar
Advisor

Source Quench received

Am trying to ping from Windows to HP-UX and am geting the following message

Source Quench Recieved

But the server is up and running fine.
10 REPLIES 10
Avinash20
Honored Contributor
Solution

Re: Source Quench received

RFC1812 is only talking about routers not host and states
that these ICMP messages should be limited:

A router SHOULD NOT originate ICMP Source Quench messages. As
specified in Section [4.3.2], a router that does originate Source
Quench messages MUST be able to limit the rate at which they are
generated.
"Light travels faster than sound. That's why some people appear bright until you hear them speak."
Avinash20
Honored Contributor

Re: Source Quench received

2. We would suggest to disable the Source Quench errors and then check with the ping response
How to disable source quench?
*****************************

You can disable source quench by executing this command:

ndd -set /dev/ip ip_send_source_quench 0

To disable Source Quench so that it can survive a reboot, modify the /etc/rc.config.d/nddconf file as follows :

TRANSPORT_NAME[X]=ip
NDD_NAME[X]=ip_send_source_quench
NDD_VALUE[X]=0

Where X is the next logical numerical sequence in a table of values, with X starting at 0.

Once the source quench is disabled (with ndd) then perform the same ping test again and let me know the results.
"Light travels faster than sound. That's why some people appear bright until you hear them speak."
Abhishek_Kumar
Advisor

Re: Source Quench received

Thanks a lot !! I am able to ping to the server..

What does X implies in nddconf file.
Avinash20
Honored Contributor

Re: Source Quench received

Its an array
If the file is all hash then your arry will start with 0.
[0]
"Light travels faster than sound. That's why some people appear bright until you hear them speak."
Abhishek_Kumar
Advisor

Re: Source Quench received

ok. will replace the X with 0 .. thanks avinash
Avinash20
Honored Contributor

Re: Source Quench received

I belive, you are new to this forum.. Please feel free to assign points. This help us a lot !!
"Light travels faster than sound. That's why some people appear bright until you hear them speak."
Avinash20
Honored Contributor

Re: Source Quench received

If your issue is resolved, you can close the thread.. Thanks Abhishek,.,.
"Light travels faster than sound. That's why some people appear bright until you hear them speak."
Abhishek_Kumar
Advisor

Re: Source Quench received

Thanks Avinash
Avinash20
Honored Contributor

Re: Source Quench received

Please make of use of google or the Search button in this forum..
"Light travels faster than sound. That's why some people appear bright until you hear them speak."