Re: [migrating physical server to VE] little network problem [message #22822 is a reply to message #22821] |
Mon, 05 November 2007 10:25  |
arghbis
Messages: 35 Registered: November 2007
|
Member |
|
|
ok, now i've found a solution.
the conf file /etc/sysconfig/network-scripts/route-venet0 is not taken into account.
Googling around some says that you have to add your routes into /etc/sysconfig/static-route (doesn't work), or in rc.local (doesn't work, and btw, an ugly way).
The last clue i found is to add routes in /etc/sysconfig/networking/${interface}.route, and it works.
now, i have /etc/sysconfig/networking/venet0.route, that contains :
NETMASK1=255.255.255.255
ADRESS1=191.255.255.1
hope this would help!
|
|
|