| Re: 2 nics, 1st nic is private lan - I can't connect to the internet from VEs [message #10445 is a reply to message #10396] | 
			Mon, 19 February 2007 11:14   | 
		 
		
			
				
				
				
					
						  
						Vasily Tarasov
						 Messages: 1345 Registered: January 2006 
						
					 | 
					Senior Member  | 
					 | 
		 
		 
	 | 
 
	
		Hello, 
 
At first, to avoid problems with DNS, we will ping by IP addresses, but not by server names. For example, yahoo.com have IP address  66.94.234.13, and we will use at first step. 
 
I can see, that IP address X.Y.152.160 is ascribed to eth1:0 and to VEs venet0:0 interface. It is not right, you should delete it from eth1:0 
 
After that, if it still not work, please, do the following and post the output here: 
 
in VE: 
# ping 66.94.234.13
# ip r get 66.94.234.13
# iptables -L -nv
# iptables -t nat -L -nv
  
 
on HN: 
# ping X.Y.151.90
# ping 66.94.234.13
# ip r get 66.94.234.13
# ip r get X.Y.152.160
# iptables -L -nv
# iptables -t nat -L -nv  
 
Thanks.
		
		
		[Updated on: Mon, 19 February 2007 11:15] Report message to a moderator  
 |  
	| 
		
	 | 
 
 
 |