Web Hosting Talk







View Full Version : Fedora 15 With OpenVZ (issue)


alsemany
10-31-2011, 02:56 PM
I have an issue with Fedora 15 With OpenVz

after installing I make some VPS

The Node Fedora can access all the VPS via All methods like http https ftp ssh

but the VPSs Can't access the Node or the internet via any method

I tried wget google.com

it give me that
Resolving google.com... failed: Temporary failure in name resolution.
wget: unable to resolve host address `google.com'


and when I wget 192.168.1.2 # the Node
it give me that

failed: No route to host.



any idea to make the VPS access the internet and the Node Server??

flvps
10-31-2011, 03:29 PM
May be an issue with /etc/resolv.conf because I've had VPS providers in the past give me this problem

alsemany
10-31-2011, 04:11 PM
May be an issue with /etc/resolv.conf because I've had VPS providers in the past give me this problem

no I configer /etc/resolv.conf

with some diffrence configration

I tried to resolve it to the router IP >> Failed
I tried to resolve it to the Node Ip >> Failed
I tried to resolve it to the VPS IP >> Failed

flvps
10-31-2011, 04:17 PM
Clear out your /etc/resolv.conf and paste this in:

nameserver 8.8.8.8
nameserver 8.8.4.4

Save then try service network restart

alsemany
10-31-2011, 04:24 PM
I think the Vent0: is which make this problem


Bringing up interface venet0: Error: Connection activation failed: Device not managed by NetworkManager or unavailable
[FAILED]

flvps
10-31-2011, 04:29 PM
Try a reboot to manually reload resolv.conf, if you want to.

alsemany
10-31-2011, 04:34 PM
it can't be access too

I think I must confuger iptables

I will try and I will tell you how to solve this