Alain Durand wrote:
> Hi Ben,
> 
> Thanks for your answer, there is indeed something different in the 
> routing tables :
> 
> - With the IP alias :
> 
> Routing Table: IPv4
>   Destination           Gateway           Flags  Ref     Use     Interface 
> -------------------- -------------------- ----- ----- ---------- --------- 
> default              xx.121.24.254        UG        1        309           
> xx.121.24.0          xx.121.24.211        U         1         15 vfe0      
> xx.121.41.77         xx.121.41.77         UH        1          0 vfe0:1    
> 224.0.0.0            xx.121.24.211        U         1          0 vfe0      
> 127.0.0.1            127.0.0.1            UH        1          0 lo0    
> 
> - With the zone :
> 
> Routing Table: IPv4
>   Destination           Gateway           Flags  Ref     Use     Interface 
> -------------------- -------------------- ----- ----- ---------- --------- 
> default              xx.121.24.254        UG        1        314           
> xx.121.24.0          xx.121.24.211        U         1         15 vfe0      
> 224.0.0.0            xx.121.24.211        U         1          0 vfe0      
> 127.0.0.1            127.0.0.1            UH        1          0 lo0      

That is netstat -rn in the global zone, I assume.

If you do netstat -rn in the non-global zone you will see that the 
xx.121.41.77 is indeed there. BUT that zone will not see a default 
route. This is because the only default route is for the 24 subnet. You 
need to add an additional default route in the global zone which has a 
gateway in the 41 subnet.

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

Reply via email to