Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
What ip address is that ?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
trumee
Guru
Guru


Joined: 02 Mar 2003
Posts: 551
Location: London,UK

PostPosted: Thu Jul 17, 2003 11:37 pm    Post subject: What ip address is that ? Reply with quote

We are a running a computational cluster connected to several internal nodes. Doing a netstat brought this
#netstat
udp 0 0 math.beowulf.clus:32778 239.2.11.71:8649 ESTABLISHED


math.beowulf.clus is our server name, but where the hell is 239.2.11.71 is coming from. ping/nslookup donot give any replies to this ip address!!
Is there some way i can kill this process? or find out what is going on?

Thanks a lot
Back to top
View user's profile Send private message
trumee
Guru
Guru


Joined: 02 Mar 2003
Posts: 551
Location: London,UK

PostPosted: Fri Jul 18, 2003 12:04 am    Post subject: Reply with quote

Well, i found out that this ip address was in our cluster monitoring programs(gangalia). However i still cannot ping to this address??
Back to top
View user's profile Send private message
devon
l33t
l33t


Joined: 23 Jun 2003
Posts: 943

PostPosted: Fri Jul 18, 2003 1:08 am    Post subject: Reply with quote

Perhaps the admin of that box turned off ping?

Code:
# sysctl -a | egrep icmp_echo_ignore_all
net.ipv4.icmp_echo_ignore_all = 0

# ping 127.0.0.1
PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.
64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.051 ms
64 bytes from 127.0.0.1: icmp_seq=2 ttl=64 time=0.006 ms

--- 127.0.0.1 ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 999ms
rtt min/avg/max/mdev = 0.006/0.028/0.051/0.023 ms

# sysctl -w net.ipv4.icmp_echo_ignore_all=1
net.ipv4.icmp_echo_ignore_all = 1

# ping 127.0.0.1
PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.

--- 127.0.0.1 ping statistics ---
2 packets transmitted, 0 received, 100% packet loss, time 1011ms
Back to top
View user's profile Send private message
nbensa
l33t
l33t


Joined: 10 Jul 2002
Posts: 799
Location: Buenos Aires, Argentina

PostPosted: Fri Jul 18, 2003 2:05 am    Post subject: Reply with quote

There are some reserved IPs. Try "ping 224.0.0.1" to see what I mean. Perhaps, 239.x.x.x belongs to some of those reserved addresses and can't be ping'ed?
Back to top
View user's profile Send private message
devon
l33t
l33t


Joined: 23 Jun 2003
Posts: 943

PostPosted: Fri Jul 18, 2003 2:17 am    Post subject: Reply with quote

nbensa wrote:
There are some reserved IPs. Try "ping 224.0.0.1" to see what I mean. Perhaps, 239.x.x.x belongs to some of those reserved addresses and can't be ping'ed?

D'oh! Didn't even cross my mind.... trumee check out http://www.iana.org/assignments/ipv4-address-space -- In particular "239/8 Sep 81 IANA - Multicast".
Back to top
View user's profile Send private message
Ian
l33t
l33t


Joined: 28 Oct 2002
Posts: 834
Location: Somerville, MA

PostPosted: Fri Jul 18, 2003 3:02 am    Post subject: Reply with quote

isn't a first octet number that high reserved for research, or something crazy like that?

i did know this, but then summer came, and i forgot everything that i learned from my Cisco course. oh well, looks like I'll be reviewing a lot for my CCNA exam next spring...
Back to top
View user's profile Send private message
think4urs11
Bodhisattva
Bodhisattva


Joined: 25 Jun 2003
Posts: 6659
Location: above the cloud

PostPosted: Fri Jul 18, 2003 12:25 pm    Post subject: Reply with quote

it is a so called multicast address

that addresses are from 224.0.0.0 - 239.255.255.255

in your case it is
239.2.11.71 --> the default multicast channel for gmond to send/receive data

and yes, AFAIK it is correct that these addresses aren't pingable at all.
_________________
Nothing is secure / Security is always a trade-off with usability / Do not assume anything / Trust no-one, nothing / Paranoia is your friend / Think for yourself
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum