|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] No network at all in Kubuntu 8.04
Hi Daniel,
Daniel Spies schrieb:
I face troubles while just using the xen-enabled kernel in Kubuntu Hardy
(8.04).
I am using Ubuntu Server 8.04 with Xen.
I just don't have no network at all. If I run ifconfig I see the
peth0 and lo is up. ifconfig -a shows all the virtual interfaces and one
called "tempbr0" or so. But all of them are down. I can't tell exactly as I
have to reboot and use another kernel to get network access back...
peth0 has got my 192.168.1.2 address and is set up as default gateway.
Why does your peth0 has an ip-address?
root@deedee:~# ifconfig peth0
peth0 Link encap:Ethernet HWaddr 00:1a:4d:71:5b:03
inet6 addr: fe80::21a:4dff:fe71:5b03/64 Scope:Link
UP BROADCAST RUNNING PROMISC MULTICAST MTU:1500 Metric:1
RX packets:119620 errors:0 dropped:0 overruns:0 frame:0
TX packets:162937 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:15740780 (15.0 MB) TX bytes:55379023 (52.8 MB)
Interrupt:23 Base address:0x2000
My Dom0 has its IP-Address at the bridge:
root@deedee:~# ifconfig eth0
eth0 Link encap:Ethernet HWaddr 00:1a:4d:71:5b:03
inet addr:192.168.172.200 Bcast:192.168.172.255
Mask:255.255.255.0
inet6 addr: fe80::21a:4dff:fe71:5b03/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:112835 errors:0 dropped:0 overruns:0 frame:0
TX packets:130795 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:24145645 (23.0 MB) TX bytes:22805689 (21.7 MB)
root@deedee:~# cat /etc/network/interfaces
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.172.200
netmask 255.255.255.0
network 192.168.172.0
broadcast 192.168.172.255
gateway 192.168.172.254
dns-nameservers 192.168.172.254
dns-search local.net
Greetz Age_M
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|