> As you have connectivity from within the CentOS DomU
> to the solaris  
> Host I suspect you have NAT/routing issues.
> 
> At a guess you need to add a default route on your
> DomU but you don't  
> quite provide enough info to say for sure.
> 
> If you can contact any other hosts on your network
> from the CentOS  
> DomU then I would say it is almost definitely a route
> issue and not  
> related to the fact that the machine is virtualised.
> 
> netstat -rn on the CentOS domU will help.

Sorry, i found solution for LAN issues :-
At Linux DomU run:-
# route add -net 192.168.1.0 netmask 255.255.255.0 gw 192.168.1.35
where 192.168.1.35 IP-address of SNV85 Dom0.
Still no luck with internet access.

[EMAIL PROTECTED] ~]# netstat -rn
Kernel IP routing table
Destination    Gateway           Genmask   Flags MSS Window irtt Iface
192.168.1.0    192.168.1.35 255.255.255.0   UG    0 0         0   eth0
192.168.1.0    0.0.0.0       255.255.255.0   U    0 0         0   eth0
169.254.0.0    0.0.0.0       255.255.0.0     U    0 0         0   eth0
0.0.0.0      192.168.1.1     0.0.0.0         UG   0 0         0   eth0

Actually, first line has been added
 
 
This message posted from opensolaris.org
_______________________________________________
xen-discuss mailing list
[email protected]

Reply via email to