On Nov 25, 2009, at 11:45 PM, Chris wrote: > 1) No packet arrive at the destination > > 2) Snoop didnt help but the global zone(server) see the requests : > > root at server:~# snoop -d bnx0 | grep ICMP > Using device bnx0 (promiscuous mode) > 192.168.2.52 -> 192.168.2.100 ICMP Echo request (ID: 9338 Sequence number: 0) > 192.168.2.52 -> 192.168.2.100 ICMP Echo request (ID: 9338 Sequence number: 1) > 192.168.2.52 -> 192.168.2.100 ICMP Echo request (ID: 9338 Sequence number: 2) > 192.168.2.52 -> 192.168.2.100 ICMP Echo request (ID: 9338 Sequence number: 3) > 192.168.2.52 -> 192.168.2.100 ICMP Echo request (ID: 9338 Sequence number: 4) > > I tried to reproduce the env on another computer and I did it with success > following the same steps as outlined in this blog: > http://unixsysadmin.net/2008/07/17/create-a-vnic-on-solaris-nevada-solaris-express-builds-and-use-it-for-an-exclusive-ip-stack-in-zones/ > > I end up with the same situation given that the global zone is using snv_127.
Chris, That's odd, packets seem to be going out through the underlying NIC but they never make it to the destination. To rule out the network you could try a similar test with a back-to-back setup, and snooping on the peer to see if the packets are getting to the wire at all. If that is not the case, we'd have to do some tracing on the sender host to figure out why the packets are not making it on the wire. Nicolas. > > If you need anymore info Nicolas, please just let me know. > Thanks ! > > Chris > -- > This message posted from opensolaris.org > _______________________________________________ > crossbow-discuss mailing list > crossbow-discuss at opensolaris.org > http://mail.opensolaris.org/mailman/listinfo/crossbow-discuss -- Nicolas Droux - Solaris Kernel Networking - Sun Microsystems, Inc. nicolas.droux at sun.com - http://blogs.sun.com/droux
