On 4/11/16 5:00 , Kilian Ries wrote:
> @ Robert Mustacchi
> 
> Shure, we can dig a litt more into that. If i run snoop against bge0 
> interface, nothing changes and i am still unable to ping the other host in my 
> subnet:
> 
> ###
> $snoop -d bge0
> 
> $ping 192.168.234.20
> no answer from 192.168.234.20
> ###
> 
> If i run snoop on the bge1 interface i'm able to ping:
> 
> ###
> $snoop -d bge1
> 
> $ping 192.168.234.20
> 192.168.234.20 is alive
> ###
> 
> 
> Some further testing showed that the ICMP request leaves the host via the 
> bge0 interface but returns via bge1:
> 
> ###
> $snoop -d bge0 |grep ICMP
> Using device bge0 (promiscuous mode)
> hostname -> 192.168.234.20 ICMP Echo request (ID: 6326 Sequence number: 0)
> 
> $snoop -d bge1 |grep ICMP
> Using device bge1 (promiscuous mode)
> 192.168.234.20 -> hostname ICMP Echo reply (ID: 6326 Sequence number: 0)
> ###
> 
> 
> Normally it should return on the same interface it was sent from (which is 
> the case if i try to ping the gateway):

Because of hashing and the potential for different hashing algorithms
going on, I don't necessarily know if I expect that; however, I would
expect it to be consistent for a given flow.

> ###
> $snoop -d bge0 |grep ICMP
> Using device bge0 (promiscuous mode)
> hostname -> 192.168.234.1 ICMP Echo request (ID: 6337 Sequence number: 0)
> 192.168.234.1 -> hostname ICMP Echo reply (ID: 6337 Sequence number: 0)
> ###
> 
> 
> So the problem only occurs on some IPs, not on all:
> 
> ping 192.168.234.1 (gateway) works
> ping 192.168.235.16 (other smartos host) works
> ping 192.168.234.20 (other smartos host) doesn't work

Okay, this helps. I have a working theory for what might be happening. I
should have asked for this initially, but with the snoop of bge0 could
you actually run snoop -d bge0 -o /path/to/some/file icmp and then after
you do a few pings in the going out the bge0 case and coming in the bge1
case, could you ctrl+c and make that snoop file available please?

Thanks,
Robert


-------------------------------------------
smartos-discuss
Archives: https://www.listbox.com/member/archive/184463/=now
RSS Feed: https://www.listbox.com/member/archive/rss/184463/25769125-55cfbc00
Modify Your Subscription: 
https://www.listbox.com/member/?member_id=25769125&id_secret=25769125-7688e9fb
Powered by Listbox: http://www.listbox.com

Reply via email to