Hi All
I have a global zone and two non-global zones on same ip segment. I
can ping the default gw from global zone and zone1. But I cannot ping
the gw from zone2. Any idea what could be the problem?
Here is my setup.
ifconfig -a on global
lo0: flags=2001000848<LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1
inet
127.0.0.1 <http://127.0.0.1> netmask ff000000
lo0:1: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL>
mtu 8232 index 1
zone zone1
inet
127.0.0.1 <http://127.0.0.1> netmask ff000000
lo0:2: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL>
mtu 8232 index 1
zone testzone
inet
127.0.0.1 <http://127.0.0.1> netmask ff000000
lo0:3: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL>
mtu 8232 index 1
zone zone2
inet
127.0.0.1 <http://127.0.0.1> netmask ff000000
e1000g0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
inet
36.15.189.55 <http://36.15.189.55> netmask ffffff00 broadcast 36.15.189.255 <http://36.15.189.255>
ether 0:14:4f:3f:eb:30
e1000g1: flags=1000842<BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 6
inet 0.0.0.0 <http://0.0.0.0> netmask 0
ether 0:14:4f:3f:eb:31
e1000g1:1: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 6
zone testzone
inet 36.15.189.21 <http://36.15.189.21> netmask ffffff00 broadcast
36.15.189.255 <http://36.15.189.255>
e1000g1:2: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 6
zone zone2
inet
36.15.189.77 <http://36.15.189.77> netmask ffffff00 broadcast 63.171.189.255 <http://63.171.189.255>
e1000g2: flags=1000842<BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 8
inet 10.0.0.11 <http://10.0.0.11> netmask ff000000 broadcast
10.255.255.255 <http://10.255.255.255>
ether 0:14:4f:3f:eb:32
e1000g3: flags=1000842<BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 7
inet
192.168.1.1 <http://192.168.1.1> netmask ffffff00 broadcast 192.168.1.255 <http://192.168.1.255>
ether 0:14:4f:3f:eb:33
e1000g3:1: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 7
zone zone1
inet 36.15.189.15 <http://36.15.189.15> netmask ffffff00 broadcast
36.15.189.255 <http://36.15.189.255>
e1000g3:2: flags=1000842<BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 7
zone zone1
inet
192.168.1.1 <http://192.168.1.1> netmask ffffff00 broadcast 192.168.1.255 <http://192.168.1.255>
netstat -nr on global
Routing Table: IPv4
Destination Gateway Flags Ref Use Interface
-------------------- -------------------- ----- ----- ------ ---------
36.15.189.0 <http://36.15.189.0>
36.15.189.55 <http://36.15.189.55> U 1 47174 e1000g0
224.0.0.0 <http://224.0.0.0>
36.15.189.55 <http://36.15.189.55> U 1 0 e1000g0
default 36.15.189.254 <http://36.15.189.254> UG 1
67052
netstat -nr on zone1
Routing Table: IPv4
Destination Gateway Flags Ref Use Interface
-------------------- -------------------- ----- ----- ------ ---------
36.15.189.0 <http://36.15.189.0> 36.15.189.15 <http://36.15.189.15>
U 1 6328 e1000g3:1
224.0.0.0 <http://224.0.0.0> 36.15.189.15 <http://36.15.189.15>
U 1 0 e1000g3:1
default
36.15.189.254 <http://36.15.189.254> UG 1 67062
127.0.0.1 <http://127.0.0.1>
127.0.0.1 <http://127.0.0.1> UH 3 8152 lo0:1
netstat -nr on zone2
Routing Table: IPv4
Destination Gateway Flags Ref Use Interface
-------------------- -------------------- ----- ----- ------ ---------
36.15.189.0 <http://36.15.189.0>
36.15.189.77 <http://36.15.189.77> U 1 4 e1000g1:2
224.0.0.0 <http://224.0.0.0>
36.15.189.77 <http://36.15.189.77> U 1 0 e1000g1:2
default 36.15.189.254 <http://36.15.189.254> UG 1
67178
127.0.0.1 <http://127.0.0.1>
127.0.0.1 <http://127.0.0.1> UH 4 38 lo0:3
I can ping the GW 36.15.189.254 <http://36.15.189.254> from global zone and
zone1, but not from zone2