network troubles [message #42097] |
Mon, 28 February 2011 13:31  |
cr3pt
Messages: 2 Registered: February 2011
|
Junior Member |
|
|
Hi!
After last upgrade (yestarday), after long war with bootup srv I run node and...
When node startup, all VPS on debian don't get network (of course centos work corect), but when I add from CP additional IP (1 per VPS), all go up. Next - reboot - and again I must remove/add IP's.
this is iptables -t nat -L && iptables -t filter -L && iptables -t mangle -L after 'action'.
Chain PREROUTING (policy ACCEPT)
target prot opt source destination
Chain POSTROUTING (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
all -- wyprobuj.info anywhere
all -- anywhere wyprobuj.info
all -- sputnik-sat.info anywhere
all -- anywhere sputnik-sat.info
all -- posciel.mazury.pl anywhere
all -- anywhere posciel.mazury.pl
all -- sat-community.com anywhere
all -- anywhere sat-community.com
all -- static.88-198-103-132.clients.your-server.de anywhere
all -- anywhere static.88-198-103-132.clients.your-server.de
all -- static.88-198-103-134.clients.your-server.de anywhere
all -- anywhere static.88-198-103-134.clients.your-server.de
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
Chain PREROUTING (policy ACCEPT)
target prot opt source destination
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
Chain POSTROUTING (policy ACCEPT)
target prot opt source destination
of course before action is this same, only without static.88-198-103-132 and static.88-198-103-134.
openvm reinstalled about 5 times (this same final)
Any solution?
|
|
|
|
|
Re: network troubles [message #42111 is a reply to message #42097] |
Tue, 01 March 2011 10:49   |
alecksievici
Messages: 1 Registered: March 2011 Location: Craiova
|
Junior Member |
|
|
SOLVED: problem is vzctl debian scripts (backported from 3.0.25.2 and everything works fine).
I have the exact same issue: after upgrading the kernel to version 2.6.18-194.26.1.el5.028stab081.1 every debian based container has an empty routing table (connect: Network is unreachable).
route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
NOTE: Anyother redhad/centos/fedora container works just fine...
Also, after adding/removing and IP address from the container the routing table looks ok.
route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 0.0.0.0 0.0.0.0 U 0 0 0 venet0
But, after restarting the container, the problem persists.
vzctl version 3.0.26
2.6.18-194.26.1.el5.028stab081.1 x86_64
CentOS release 5.5
[Updated on: Tue, 01 March 2011 11:17] Report message to a moderator
|
|
|
|
|