now i am having routing problems - on the global zone if i do an ifconfig:

init...@dogpatch:~$ 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 csuite
        inet 127.0.0.1 netmask ff000000 
e1000g0: flags=1100843<UP,BROADCAST,RUNNING,MULTICAST,ROUTER,IPv4> mtu 1500 
index 2
        inet 192.168.11.3 netmask ffffff00 broadcast 192.168.11.255
vboxnet0: flags=201100843<UP,BROADCAST,RUNNING,MULTICAST,ROUTER,IPv4,CoS> mtu 
1500 index 3
        inet 192.168.56.1 netmask ffffff00 broadcast 192.168.56.255
vnic0_0: flags=1100843<UP,BROADCAST,RUNNING,MULTICAST,ROUTER,IPv4> mtu 9000 
index 4
        inet 192.168.30.254 netmask ffffff00 broadcast 192.168.30.255
vnic0_3: flags=1100843<UP,BROADCAST,RUNNING,MULTICAST,ROUTER,IPv4> mtu 9000 
index 5
        inet 192.168.30.5 netmask ffffff00 broadcast 192.168.30.255
vnic0_3:1: flags=1100843<UP,BROADCAST,RUNNING,MULTICAST,ROUTER,IPv4> mtu 9000 
index 5
        zone csuite
        inet 192.168.30.4 netmask ffffff00 broadcast 192.168.30.255
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 csuite
        inet6 ::1/128 

and i can see the shared vnic: vnic0_3 with 2 different ip addresses. if i do a 
zlogin to the local zone and do an ifconfig:

bash-3.00# ifconfig -a
lo0:1: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 
index 1
        inet 127.0.0.1 netmask ff000000 
vnic0_3:1: flags=1100843<UP,BROADCAST,RUNNING,MULTICAST,ROUTER,IPv4> mtu 9000 
index 5
        inet 192.168.30.4 netmask ffffff00 broadcast 192.168.30.255
lo0:1: flags=2002000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv6,VIRTUAL> mtu 8252 
index 1
        inet6 ::1/128 
bash-3.00# netstat -r

Routing Table: IPv4
  Destination           Gateway           Flags  Ref     Use     Interface 
-------------------- -------------------- ----- ----- ---------- --------- 
192.168.30.0         192.168.30.4         U         1          9 vnic0_3:1 

i see the same ip address and that the ip address is the gateway. however, if i 
pring the ip address in the global zone:

bash-3.00# ping 192.168.30.4
192.168.30.4 is alive
bash-3.00# ping 192.168.30.5
no answer from 192.168.30.5

it doesn't answer - why would i have trouble pinging the global zone from the 
local zone? i usually have the same problem the other way - the gloabl zone 
can't ping the local zone.
-- 
This message posted from opensolaris.org
_______________________________________________
zones-discuss mailing list
zones-discuss@opensolaris.org

Reply via email to