Displaying 8 results from an estimated 8 matches for "sakhar".
Did you mean:
sekhar
2016 Jan 06
2
ICMP outoging traffic at centos 6.7
...em. After posting here I go through all the types of
ICMP types where I understand to drop packets for "Host unreachability" .
Thanks for your help Mr. Gordon ?.
On Wed, Jan 6, 2016 at 8:47 PM, Gordon Messmer <gordon.messmer at gmail.com>
wrote:
> On 01/06/2016 05:47 AM, Shital Sakhare wrote:
>
>> Thanks, Dropped the ICMP type 3 port. Now question to find the cause.
>>
>
> Well, based on your tcpdump output, it looks like your rules were
> rejecting unrelated packets, or tcp/443 packets. It's hard to be sure
> since the ICMP was the first packet,...
2014 Jul 28
1
CentOS Digest, Vol 114, Issue 28
...quot;
>
>
> Today's Topics:
>
> 1. Re: success with Z97-based boards? (Edward M)
> 2. wireless inteface configure as bridge (Benjamin Fernandis)
> 3. Re: wireless inteface configure as bridge (Alexander Dalloz)
> 4. How to Stop the Image URL in apache (Shital Sakhare)
> 5. How can I connect CentOS7 via xdmcp? (Kosuke Yagi)
> 6. Re: How to Stop the Image URL in apache (Peter)
> 7. Re: How to Stop the Image URL in apache (Gopu Krishnan)
> 8. Re: How to Stop the Image URL in apache (Shital Sakhare)
>
>
> --------------------------...
2016 Jan 06
2
ICMP outoging traffic at centos 6.7
Thanks, Dropped the ICMP type 3 port. Now question to find the cause.
On Wed, Jan 6, 2016 at 6:49 PM, Gordon Messmer <gordon.messmer at gmail.com>
wrote:
> On 01/06/2016 04:45 AM, Shital Sakhare wrote:
>
>> I have blocked icmp ports in iptables and if I execute the Ping manualy
>> its
>> blocking.
>>
> ...
>
>> How this can be controlled ?
>>
>
> Drop the incoming traffic in iptables, rather than rejecting it?
> _______________________...
2016 Jan 06
2
ICMP outoging traffic at centos 6.7
Hi,
>From last some days I am facing the unexpected huge ICMP traffic is going
out from Server.
I have blocked icmp ports in iptables and if I execute the Ping manualy its
blocking.
Some process is send this huge traffic. Below is tcpdump output.
================================
16:23:27.817856 IP (tos 0xc0, ttl 64, id 55278, offset 0, flags [none],
proto ICMP (1), length 104)
2014 Oct 13
2
machine check exception
Hello,
Today, I got the below error server Console,
Cpu 1:machine check exception
Tcs c7f3d370acf17a ADDR 112d6c00040288 MISC c453176c00040200
This is not a softeware problem
Run through mcelog ascii to decode and contact your hW vendor
Kernel panic not syncing :machine check
Can anybody please provide the meaning of this. How can I pull the logs
from server ? Still not able to
2016 Jan 06
0
ICMP outoging traffic at centos 6.7
On 01/06/2016 04:45 AM, Shital Sakhare wrote:
> I have blocked icmp ports in iptables and if I execute the Ping manualy its
> blocking.
...
> How this can be controlled ?
Drop the incoming traffic in iptables, rather than rejecting it?
2016 Jan 06
0
ICMP outoging traffic at centos 6.7
On 01/06/2016 05:47 AM, Shital Sakhare wrote:
> Thanks, Dropped the ICMP type 3 port. Now question to find the cause.
Well, based on your tcpdump output, it looks like your rules were
rejecting unrelated packets, or tcp/443 packets. It's hard to be sure
since the ICMP was the first packet, so you didn't show the packet i...
2014 Jul 28
1
How to Stop the Image URL in apache
Hi,
While clicking on the image it opens into the browser. I dont want to allow
client to open the image in browser as separate url. I have blocked the
/image/ directory from access/listing , but the image is opening.
ex. http://example.com/images/1.jpg . The image should not open in browser
with this URL.
How to stop that in apache. Please help me.
Shital S.