Chris wrote: > Sorry I just realized I didnt answer your questions fully. > > bnx0 is configured just fine on the global zone: > > root at server:/etc# ifconfig -a > lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 > index 1 > inet 127.0.0.1 netmask ff000000 > lo0:1: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 > index 1 > zone dev > inet 127.0.0.1 netmask ff000000 > bnx0: flags=1004943<UP,BROADCAST,RUNNING,PROMISC,MULTICAST,DHCP,IPv4> mtu > 1500 index 3 > inet 192.168.2.50 netmask ffffff00 broadcast 192.168.2.255 > ether 0:1c:23:d7:1d:9e > bnx0:1: flags=1000943<UP,BROADCAST,RUNNING,PROMISC,MULTICAST,IPv4> mtu 1500 > index 3 > zone dev > inet 192.168.2.51 netmask ffffff00 broadcast 192.168.2.255 > bnx1: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2 > inet 0.0.0.0 netmask ff000000 > ether 0:1c:23:d7:1d:a0 > lo0: flags=2002000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv6,VIRTUAL> mtu 8252 > index 1 > inet6 ::1/128 > lo0:1: flags=2002000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv6,VIRTUAL> mtu 8252 > index 1 > zone dev > inet6 ::1/128 > bnx0: flags=2004941<UP,RUNNING,PROMISC,MULTICAST,DHCP,IPv6> mtu 1500 index 3 > inet6 fe80::21c:23ff:fed7:1d9e/10 > ether 0:1c:23:d7:1d:9e > > I can ping the zone from the global zone just fine as well: > > root at server:/etc# ping -I1 192.168.2.52 > PING 192.168.2.52: 56 data bytes > 64 bytes from 192.168.2.52: icmp_seq=0. time=0.094 ms > 64 bytes from 192.168.2.52: icmp_seq=1. time=0.041 ms > 64 bytes from 192.168.2.52: icmp_seq=2. time=0.046 ms > 64 bytes from 192.168.2.52: icmp_seq=3. time=0.074 ms > ^C > ----192.168.2.52 PING Statistics---- > 4 packets transmitted, 4 packets received, 0% packet loss > round-trip (ms) min/avg/max/stddev = 0.041/0.064/0.094/0.025 > > > And I can ping the global zone from the zone as well: > > root at devdb:~# ping -I1 192.168.2.50 > PING 192.168.2.50: 56 data bytes > 64 bytes from 192.168.2.50: icmp_seq=0. time=0.136 ms > 64 bytes from 192.168.2.50: icmp_seq=1. time=0.114 ms > 64 bytes from 192.168.2.50: icmp_seq=2. time=0.114 ms > 64 bytes from 192.168.2.50: icmp_seq=3. time=0.058 ms > ^C > ----192.168.2.50 PING Statistics---- > 4 packets transmitted, 4 packets received, 0% packet loss > round-trip (ms) min/avg/max/stddev = 0.058/0.105/0.136/0.033
OK that's great to know. > > I can ping another zone on the same server as well however as soon as I try > to ping something outside the server, it does not work. Do you see the packets sent from the non-global zone arriving on the machine you are trying to reach? What if you snoop on bnx0, does that make any difference? (this could help me zero-in on the root cause) Thanks, Nicolas.
