Paul,

Have you done "zlogin -C zonename", it will initialize the zone 
environment  including the network.
 

Chris

Paul Van Der Zwan wrote:
> I'm having a problem figuring out why my ping replies never get sent.
>
> I have a Blade 1500 running Solaris 10 08/07
>
> On it I have 2 active local zones, zone1 and zone2, their configs are:
> # zonecfg -z zone1 export
> create -b
> set zonepath=/zones/zone1
> set autoboot=false
> set ip-type=shared
> add inherit-pkg-dir
> set dir=/lib
> end
> add inherit-pkg-dir
> set dir=/platform
> end
> add inherit-pkg-dir
> set dir=/sbin
> end
> add inherit-pkg-dir
> set dir=/usr
> end
> add net
> set address=192.168.200.50
> set physical=vni0
> end
>
> and
>
> # zonecfg -z zone2 export
> create -b
> set zonepath=/zones/zone2
> set autoboot=false
> set ip-type=shared
> add inherit-pkg-dir
> set dir=/lib
> end
> add inherit-pkg-dir
> set dir=/platform
> end
> add inherit-pkg-dir
> set dir=/sbin
> end
> add inherit-pkg-dir
> set dir=/usr
> end
> add net
> set address=192.168.200.51
> set physical=vni1
> end
>
> The global zone has 192.168.200.14 configured on bge0
> The default gateway  is 192.168.200.4.
>
> If I configure a host route routing 192.168.200.50 to 192.168.200.14 
> on the router (192.168.200.4) and ping 192.168.200.50
> I see echo request packets arrive on the bge0 interface but I never 
> see any replies go out.
> 192.168.200.4 -> 192.168.200.50 ICMP Echo request (ID: 27266 Sequence 
> number: 744)
> 192.168.200.4 -> 192.168.200.50 ICMP Echo request (ID: 27266 Sequence 
> number: 745)
> 192.168.200.4 -> 192.168.200.50 ICMP Echo request (ID: 27266 Sequence 
> number: 746)
>
> The routing table shows:
>  netstat -rn
>
> Routing Table: IPv4
>   Destination           Gateway           Flags  Ref     Use     
> Interface
> -------------------- -------------------- ----- ----- ---------- 
> ---------
> default              192.168.200.4        UG        1          0
> 192.168.42.0         192.168.42.1         U         1          0 bge0:1
> 192.168.200.0        192.168.200.14       U         1          5 bge0
> 224.0.0.0            192.168.200.14       U         1          0 bge0
> 127.0.0.1            127.0.0.1            UH        1         38 lo0
>
> ifconfig -a shows :
> # 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 zone1
>         inet 127.0.0.1 netmask ff000000
> lo0:2: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> 
> mtu 8232 index 1
>         zone zone2
>         inet 127.0.0.1 netmask ff000000
> bge0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
>         inet 192.168.200.14 netmask ffffff00 broadcast 192.168.200.255
>         ether 0:3:ba:2f:c1:bb
> bge0:1: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 
> index 2
>         inet 192.168.42.1 netmask ffffff00 broadcast 192.168.42.255
> vni0: flags=20010100c0<RUNNING,NOARP,NOXMIT,IPv4,VIRTUAL> mtu 0 index 3
>         inet 0.0.0.0 netmask 0
> vni0:1: flags=20010100c1<UP,RUNNING,NOARP,NOXMIT,IPv4,VIRTUAL> mtu 0 
> index 3
>         zone zone1
>         inet 192.168.200.50 netmask ffffff00
> vni1: flags=20010100c0<RUNNING,NOARP,NOXMIT,IPv4,VIRTUAL> mtu 0 index 4
>         inet 0.0.0.0 netmask 0
> vni1:1: flags=20010100c1<UP,RUNNING,NOARP,NOXMIT,IPv4,VIRTUAL> mtu 0 
> index 4
>         zone zone2
>         inet 192.168.200.51 netmask ffffff00
> #
>
>
> Any ideas ?
>
>
>     Paul
>
>

_______________________________________________
zones-discuss mailing list
zones-discuss@opensolaris.org

Reply via email to