netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* iputils: ping -I <iface>
@ 2012-11-29 14:12 Jan Synacek
  2012-11-29 19:48 ` Ben Greear
  0 siblings, 1 reply; 5+ messages in thread
From: Jan Synacek @ 2012-11-29 14:12 UTC (permalink / raw)
  To: YOSHIFUJI Hideaki; +Cc: netdev

Hello,

There seems to be a bug(?) when calling ping with -I lo:

$ ping -I lo kernel.org

PING kernel.org (149.20.4.69) from 192.168.1.10 lo: 56(84) bytes of data.
^C

Note that 192.168.1.10 is my primary interface's address (em1). However, no
replies are coming back.

$ ping -I em1 kernel.org

PING kernel.org (149.20.4.69) from 192.168.1.10 em1: 56(84) bytes of data.
64 bytes from pub2.kernel.org (149.20.4.69): icmp_seq=1 ttl=42 time=202 ms
64 bytes from pub2.kernel.org (149.20.4.69): icmp_seq=2 ttl=42 time=187 ms
^C

Works as expected.

I know that binding to loopback probably doesn't make much sense, but I think
that ping should be able to cope with that.

Also, it would be nice to mention the difference between -I <ip> and -I <iface>
in the manpage.

I don't understand the problem clearly enough to write a patch.

Regards,
-- 
Jan Synacek
Software Engineer, BaseOS team Brno, Red Hat

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-11-30 19:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-29 14:12 iputils: ping -I <iface> Jan Synacek
2012-11-29 19:48 ` Ben Greear
2012-11-30  6:06   ` Jan Synacek
2012-11-30 19:04     ` YOSHIFUJI Hideaki
2012-11-30 19:11       ` Ben Greear

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).