New on LowEndTalk? Please Register and read our Community Rules.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
New Installation - OpenVZ - no internet access [resolved]
Hello,
I want to install OpenVZ on my server
I followed this guide:
http://www.dbarticles.com/centos-6-x86_64-openvz-container-virtualization-with-openvz-web-panel/
When I restarts the server, I do not have access to interent.
I can only connect with "KVM IP"
Have you an idea of the problem?
Merci
Comments
Can you show the contents of your /etc/sysconfig/network-scripts/ifcfg-eth0 file.
EDIT: you can drop the last few numbers of the IPs, to maintain privacy
Edit: Disregard my previous post. I misread. @FrankZ is on the right track. Sounds like problem with interface config.
I noticed two things:
1) IF I put the Kernel it works when I put the OpenVZ kernel that does not work.
2) When installing virtualizor, it works
Thank you for your help
I found the problem
I type this command:
it works
Why iptables blocks the Internet?
How to fix this problem?
thank you
Also double check SELinux is disabled
http://www.cyberciti.biz/faq/howto-turn-off-selinux/
If I understood, it erases all the rules?
How to configure iptables after?
You can flush the rules with :
root> iptables -F
And save it with :
root> /etc/init.d/iptables save