OpenVZ Forum


Home » General » Support » Problem with starting Debian* and Ubuntu* network => vzctl 3.0.26
Re: Problem with starting Debian 6 (2011-02-18) [message #42106 is a reply to message #42100] Mon, 28 February 2011 22:29 Go to previous messageGo to previous message
KriS83 is currently offline  KriS83
Messages: 12
Registered: October 2005
Junior Member
Hi,

just try the following, maybe it will help:

Open /etc/network/interfaces inside your CT and replace:

# Auto generated venet0 interface
auto venet0
iface venet0 inet manual
        up ifconfig venet0 up
        up route add default dev venet0
        down route del default dev venet0
        down ifconfig venet0 down


with the "old"
# Auto generated venet0 interface
auto venet0
iface venet0 inet static
	address 127.0.0.1
	netmask 255.255.255.255
	broadcast 0.0.0.0
	up route add default dev venet0


Then just try restarting your network:

# /etc/init.d/networking restart

Check if that works?

Thanks
KriS

Edit: Sorry don't use IPv6 yet, so can't help with that one.

[Updated on: Mon, 28 February 2011 22:30]

Report message to a moderator

 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: How to mount second drive
Next Topic: network troubles
Goto Forum:
  


Current Time: Sun Jul 14 17:35:54 GMT 2024

Total time taken to generate the page: 0.02328 seconds