Re: [zones-discuss] Zone with IP address from a different subnet

2008-06-04 Thread Alain Durand
I managed to add the route using a temporary IP in the subnet, however still cannot ping the zone, not even from its global zone. Here are the routes I am seeing in the global zone : Routing Table: IPv4 Destination Gateway Flags Ref Use Interface -

Re: [zones-discuss] Zone with IP address from a different subnet

2008-06-04 Thread Erik Nordmark
Alain Durand wrote: > Thanks for your answer, I might be missing something obvious, but how > can I add this route ? > > (global zone) # route add default xx.121.41.254 > add net default: gateway xx.121.41.254: Network is unreachable I forgot about that part. The common way is to add the route w

Re: [zones-discuss] Zone with IP address from a different subnet

2008-06-04 Thread Steffen Weiberle
Alain Durand wrote: > Thanks for your answer, I might be missing something obvious, but how > can I add this route ? > > (global zone) # route add default xx.121.41.254 > add net default: gateway xx.121.41.254: Network is unreachable Probably because the global zone does not have an IP address

Re: [zones-discuss] code review: native brand refactoring

2008-06-04 Thread Jerry Jelinek
Ed, Edward Pilatowicz wrote: > hey jerry, > some final comments. > ed > > - could you update the sn1 brand so that it will still work? > (it's broken on x86 because of 6703962, but it should still work on sparc.) I'll take a look at what is going on there. > usr/src/lib/libbrand/dtd/brand.dtd

Re: [zones-discuss] Zone with IP address from a different subnet

2008-06-04 Thread Alain Durand
Thanks for your answer, I might be missing something obvious, but how can I add this route ? (global zone) # route add default xx.121.41.254 add net default: gateway xx.121.41.254: Network is unreachable Regards, Alain On Jun 4, 2008, at 8:02 AM, Erik Nordmark wrote: > Alain Durand wrote: >>