|
|
|
|
|
|
|
|
|
|
xen-users
[Xen-users] Re: DomU network configuration problem
hi
> Since you have eth8 on domU there must be corresponding vif10.8
> attached to xenbr0.
these are the fresh result
on domU ifconfig gives the following result:
xentestl:ifconfig
eth0 Link encap:Ethernet HWaddr 00:16:3E:5D:IF:3D ****
inet addr:192.168.1.12 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::216:3eff:fe5d:lf3d/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
HX packets:8 errors:0 dropped:0 ouerruns:0 frame:8
TX packets:8 errors:0 dropped:0 ouerruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:592 (592.0 b)
interrupt:177 Base address:0x2000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:20 errors:0 dropped:O overruns:0 frame:O
TX packets:20 errors:0 dropped:O ouerruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1697 (1.6 Kb) TX bytes:1697 (1.6 Kb)
**** the eth8 changed to eth0.
route -n on domU shows the following result:
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
dom0 ifconfig has the following result :
dummy0 Link encap:Ethernet HWaddr 52:B0:12:64:EA:DD
inet addr:10.33.195.40 Bcast:10.33.195.255 Mask:255.255.255.0
inet6 addr: fe80::f8d9:b2ff:fec9:6f57/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:6 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:468 (468.0 b)
eth0 Link encap:Ethernet HWaddr 00:19:DB:51:BB:4A
inet addr:10.33.196.47 Bcast:10.33.196.255 Mask:255.255.255.0
inet6 addr: fe80::219:dbff:fe51:bb4a/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:101210 errors:0 dropped:0 overruns:0 frame:0
TX packets:116297 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:7828179 (7.4 Mb) TX bytes:160785457 (153.3 Mb)
Base address:0x3000 Memory:b8340000-b8360000
eth0:0 Link encap:Ethernet HWaddr 00:19:DB:51:BB:4A
inet addr:192.168.1.255 Bcast:10.33.196.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
Base address:0x3000 Memory:b8340000-b8360000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:58768 errors:0 dropped:0 overruns:0 frame:0
TX packets:58768 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:305180714 (291.0 Mb) TX bytes:305180714 (291.0 Mb)
tap0 Link encap:Ethernet HWaddr 9E:A2:FE:02:92:1D
inet6 addr: fe80::9ca2:feff:fe02:921d/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:8 errors:0 dropped:0 overruns:0 frame:0
TX packets:6 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:500
RX bytes:592 (592.0 b) TX bytes:468 (468.0 b)
vif10.0 Link encap:Ethernet HWaddr FE:FF:FF:FF:FF:FF
UP BROADCAST NOARP MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:32
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
xenbr0 Link encap:Ethernet HWaddr 9E:A2:FE:02:92:1D
inet6 addr: fe80::f01a:3ff:fe74:43db/64 Scope:Link
UP BROADCAST RUNNING NOARP MTU:1500 Metric:1
RX packets:38 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:2304 (2.2 Kb) TX bytes:0 (0.0 b)
route -n on dom0 is:
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
10.33.195.0 0.0.0.0 255.255.255.0 U 0 0 0 dummy0
10.33.196.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
0.0.0.0 10.33.196.35 0.0.0.0 UG 0 0 0 eth0
brctl on dom0 gives the following output:
xenbr0 8000.9ea2fe02921d no vif0.0
pdummy0
tap0
vif10.0
though i am able to ping between two domUs but cannot ping the gateway
i followed the instructions provided by you as well but still
i am not able to ping the gateway from domU.
i also referred to this networking guide but could succeed
http://wiki.kartbuilding.net/index.php/Xen_Networking
any help will be appreciated
thanks
shubham
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|