LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > General
User Name
Password
General This forum is for non-technical general discussion which can include both Linux and non-Linux topics. Have fun!

Notices


Reply
  Search this Thread
Old 03-15-2018, 03:45 PM   #1
jattis03
LQ Newbie
 
Registered: Mar 2018
Posts: 0

Rep: Reputation: Disabled
Question Can anyone tell or explain to me why ?


When i tried to ping 172.23.254.220 from C:\WINDOWS\systems32\cmd.exe
C:\Users\aj>ping 172.23.254.220
I get the following results

Pinging 172.23.254.220 with 32 bytes of data:
Reply from 172.23.254.220: bytes=32 time=3ms TTL=249
Reply from 172.23.254.220: bytes=32 time=2ms TTL=249
Reply from 172.23.254.220: bytes=32 time=2ms TTL=249
Reply from 172.23.254.220: bytes=32 time=2ms TTL=249

Ping statistics for 172.23.254.220:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 2ms, Maximum = 3ms, Average = 2ms


However When I try to ping 172.23.254.220 from this server at work, I get this output:
PING 172.23.254.220 (172.23.254.220) 56(84) bytes of data.
From 172.23.254.219 icmp_seq=1 Packet filtered
From 172.23.254.219 icmp_seq=2 Packet filtered
From 172.23.254.219 icmp_seq=3 Packet filtered
From 172.23.254.219 icmp_seq=4 Packet filtered

Can anyone tell or explain to me why ?
 
Old 03-15-2018, 06:34 PM   #2
fsckputty
LQ Newbie
 
Registered: Mar 2018
Posts: 1

Rep: Reputation: Disabled
Your work seems to filter ICMP. This is often done as a security measure.
 
Old 03-17-2018, 02:03 PM   #3
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,627

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
jattis03

i take it that you are unaware that this is a LINUX forum and not a Microsoft one

Also this is the Member INTRODUCTION!!!!! thread and NOT a tech support thread

recommended to be moved to the NON-Linux thread
 
Old 03-17-2018, 02:27 PM   #4
jattis03
LQ Newbie
 
Registered: Mar 2018
Posts: 0

Original Poster
Rep: Reputation: Disabled
Well john VV, When i join this site i did not join to hear comments from rocket scientist like you telling folks stuff such as
(i take it that you are unaware that this is a LINUX forum and not a Microsoft one.Also this is the Member INTRODUCTION!!!!! thread and NOT a tech support thread.recommended to be moved to the NON-Linux thread)

If you are so smart and read my question you would have known that (icmp_seq=1 Packet filtered.
) is related to linux
Next time do your homework before you post such dumb comment.
 
Old 03-17-2018, 02:51 PM   #5
jsbjsb001
Senior Member
 
Registered: Mar 2009
Location: Earth, unfortunately...
Distribution: Currently: OpenMandriva. Previously: openSUSE, PCLinuxOS, CentOS, among others over the years.
Posts: 3,881

Rep: Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063
Quote:
Originally Posted by jattis03 View Post
Well john VV, When i join this site i did not join to hear comments from rocket scientist like you telling folks stuff such as
(i take it that you are unaware that this is a LINUX forum and not a Microsoft one.Also this is the Member INTRODUCTION!!!!! thread and NOT a tech support thread.recommended to be moved to the NON-Linux thread)

If you are so smart and read my question you would have known that (icmp_seq=1 Packet filtered.
) is related to linux
Next time do your homework before you post such dumb comment.
You do understand that:

a) Not all members even read this forum.
b) This is for "Member INTRODUCTIONS", NOT technical threads.

??

Thread and OP reported.
 
Old 03-18-2018, 06:00 PM   #6
enorbet
Senior Member
 
Registered: Jun 2003
Location: Virginia
Distribution: Slackware = Main OpSys
Posts: 4,784

Rep: Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435Reputation: 4435
Quote:
Originally Posted by jattis03 View Post
Well john VV, When i join this site i did not join to hear comments from rocket scientist like you telling folks stuff such as
(i take it that you are unaware that this is a LINUX forum and not a Microsoft one.Also this is the Member INTRODUCTION!!!!! thread and NOT a tech support thread.recommended to be moved to the NON-Linux thread)

If you are so smart and read my question you would have known that (icmp_seq=1 Packet filtered.
) is related to linux
Next time do your homework before you post such dumb comment.
Actually on the surface it appears that while at home you are running cmd.exe from C:\windows which is certainly not Linux and from work you could be running Windows through a Linux intranet server. With unexplained misqcues like that you have no reason to be snarky. A simple explanation would have stopped the issue cold but with a warmer touch.
 
Old 03-19-2018, 07:43 PM   #7
sundialsvcs
LQ Guru
 
Registered: Feb 2004
Location: SE Tennessee, USA
Distribution: Gentoo, LFS
Posts: 10,665
Blog Entries: 4

Rep: Reputation: 3945Reputation: 3945Reputation: 3945Reputation: 3945Reputation: 3945Reputation: 3945Reputation: 3945Reputation: 3945Reputation: 3945Reputation: 3945Reputation: 3945
(Gentlebeings,™ when it comes to matters of networking, "these two worlds are really no different.")

It simply appears that your workplace is running a firewall, and that this firewall is set to REJECT the packet, instead of silently DROP-ping it.

Since "the Powers That Be" chose "reject," the sender – ping – is notified and thus is able to produce the "filtered" message. (Otherwise, "drop," it would have received no clue at all, and would have timed out.)

What your company is doing is perfectly ordinary ... and, prudent.

Last edited by sundialsvcs; 03-19-2018 at 07:53 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] can anyone explain what is going on here? SaintDanBert Linux - Newbie 2 08-19-2013 05:12 PM
Can someone explain this ... TheExtremist Slackware 6 10-26-2007 08:39 AM
can someone explain this? SteveGodfrey Linux - Wireless Networking 1 05-28-2004 08:47 AM
can anyone explain this? log Linux - Software 2 06-10-2003 12:30 AM
Can someone explain this to me? Z28kid Linux - Newbie 19 02-27-2003 06:51 AM

LinuxQuestions.org > Forums > Non-*NIX Forums > General

All times are GMT -5. The time now is 04:11 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration