I resolved my problem by using an exclusive IP address instead a shared IP on 
my non-global zone.
I create a new virtual device vnic1 on which I bound 10.0.0.3:
# netstat -nr

Routing Table: IPv4
  Destination           Gateway           Flags  Ref     Use     Interface 
-------------------- -------------------- ----- ----- ---------- --------- 
default              10.0.0.1             UG        1          4           
10.0.0.0             10.0.0.3             U         1          1 vnic1     
127.0.0.1            127.0.0.1            UH        1          2 lo0       

Routing Table: IPv6
  Destination/Mask            Gateway                   Flags Ref   Use    If   
--------------------------- --------------------------- ----- --- ------- ----- 
::1                         ::1                         UH      1       0 lo0   

# traceroute -v www.google.com
traceroute: Warning: www.google.com has multiple addresses; using 74.125.39.99
traceroute to www.google.com (74.125.39.99), 30 hops max, 40 byte packets
 1  10.0.0.1 (10.0.0.1) 68 bytes to 10.0.0.3  0.253 ms  0.146 ms  0.109 ms
...

Now all is fine.
My new problem is that now the Opensolaris has become unstable and reboots all 
time on snv111b.
I have an idea why:
I use a shared IP with 10.0.0.1, and 10.0.0.2 and an exclusive IP with 
10.0.0.3. Maybe I should use only exclusive IPs?
-- 
This message posted from opensolaris.org
_______________________________________________
opensolaris-help mailing list
opensolaris-help@opensolaris.org

Reply via email to