OpenVZ Forum


Home » General » Support » RTNETLINK answers: File exists for veth interface
Re: RTNETLINK answers: File exists for veth interface [message #15009 is a reply to message #15008] Mon, 16 July 2007 16:54 Go to previous messageGo to previous message
danielcamara is currently offline  danielcamara
Messages: 8
Registered: July 2007
Location: France
Junior Member
Well Nevermind, it worked, and believe you or not, the problem was using the ip command. DON'T do these steps:
virtual 104 #> /sbin/ip addr add 192.168.12.104 dev eth0
virtual 104 #> /sbin/ip route add default dev eth0

Instead of that use simply :
virtual 104 #> ifconfig eth0 192.168.12.104
virtual 104 #> route add default gw 192.168.12.100
and remove any thing not needed from the routing table, in my case
virtual 104 #> route del default gw 192.0.2.1

That is it!!! Smile

Regards....

Daniel Camara
 
Read Message icon9.gif
Read Message
Read Message
Read Message
Read Message
Previous Topic: openSUSE 11 template - please test
Next Topic: Measuring CPU usage
Goto Forum:
  


Current Time: Thu Jul 17 04:09:29 GMT 2025

Total time taken to generate the page: 0.05047 seconds