|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] network access disappears in master on /etc/init.d/xend
On Sun, Nov 21, 2004 at 11:59:47AM +0000, Luke Kenneth Casson Leighton wrote:
> hi,
>
> i have made zero changes to the setup of the xend 2.0 code - everything
> is as-is compiled from source off the sf.net site.
>
> i ping 192.168.0.4 before starting /etc/init.d/xend, it hunky-dory.
>
> i start xend: ping stops working as does everything else.
For debian/sarge+Xen I use the following setup:
I start xend from /etc/rcS.d/S38xend, so it's before S39ifupdown.
My /etc/network/interfaces looks like this:
...
auto xen-br0
iface xen-br0 inet static
address WHATEVER
netmask WHATEVER
gateway WHATEVER
pre-up /sbin/ifconfig eth0 up
....
Hope that helps.
Gabor
-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel
|
|
|
|
|