Port-xen archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

RE: Bridging - cannot ping other DomU hosts



> can you also show the output of 'brconfig -a' ?
> And also the config file for your domUs ?
> what emulation is the virtual interface using in windows
> (intel gigabit, realtek, ne2000, other ?)
> 
xen# brconfig -a
bridge0: flags=41<UP,RUNNING>
        Configuration:
                priority 32768 hellotime 2 fwddelay 15 maxage 20
                ipfilter disabled flags 0x0
        Interfaces:
                tap1 flags=3<LEARNING,DISCOVER>
                        port 13 priority 128
                xvif5.0 flags=3<LEARNING,DISCOVER>
                        port 12 priority 128
                tap0 flags=3<LEARNING,DISCOVER>
                        port 10 priority 128
                xvif3.0 flags=3<LEARNING,DISCOVER>
                        port 9 priority 128
                wm0 flags=3<LEARNING,DISCOVER>
                        port 1 priority 128
        Address cache (max cache: 100, timeout: 1200):
                00:16:17:90:5e:24 wm0 1145 flags=0<>
                00:1c:c0:75:4a:ad wm0 1116 flags=0<>
                00:60:08:a5:c6:1d wm0 1096 flags=0<>
                00:25:00:f2:3c:5b wm0 1094 flags=0<>
                00:0c:f1:84:c3:77 wm0 956 flags=0<>
                00:13:20:b9:28:c6 wm0 928 flags=0<>
                00:0c:f1:af:c6:b2 wm0 843 flags=0<>
                00:25:00:f1:f0:86 wm0 792 flags=0<>
                00:22:68:52:22:d2 wm0 791 flags=0<>
                00:1c:c0:75:70:bd wm0 790 flags=0<>
                00:0d:93:c4:68:1a wm0 702 flags=0<>
                00:0c:f1:ed:e5:2c wm0 668 flags=0<>
                00:03:47:fb:70:a8 wm0 604 flags=0<>
                00:03:47:fb:70:b7 wm0 535 flags=0<>
                64:b9:e8:bd:06:4e wm0 521 flags=0<>
                00:13:20:b9:28:b3 wm0 508 flags=0<>
                00:30:48:b0:d4:2d wm0 507 flags=0<>
                00:19:d1:56:5c:b5 wm0 495 flags=0<>
                00:25:00:f2:9d:e5 wm0 489 flags=0<>
                00:07:e9:b8:9b:e0 wm0 385 flags=0<>
                00:26:73:1a:84:8e wm0 293 flags=0<>
                00:07:e9:d4:be:3d wm0 250 flags=0<>
                00:26:73:1c:33:7a wm0 249 flags=0<>
                d4:9a:20:bc:b6:b6 wm0 209 flags=0<>
                00:01:02:29:0d:2d wm0 197 flags=0<>
                00:30:48:5b:75:5f wm0 194 flags=0<>
                00:07:e9:ae:8a:b5 wm0 139 flags=0<>
                64:b9:e8:bc:f0:fa wm0 63 flags=0<>
                00:0c:f1:ed:e5:22 wm0 42 flags=0<>
                00:30:48:93:0d:06 wm0 18446744073709551611 flags=0<>
                00:e0:81:60:47:7e wm0 18446744073709551604 flags=0<>
                00:0c:f1:af:c6:f7 wm0 18446744073709551569 flags=0<>
                00:1c:c0:75:6f:9d wm0 18446744073709551564 flags=0<>
                00:30:48:84:08:e4 wm0 18446744073709551551 flags=0<>
                00:07:e9:5f:f8:e1 wm0 18446744073709551536 flags=0<>
                00:16:3e:00:00:13 tap0 18446744073709551507 flags=0<>
                00:16:3e:00:00:14 tap1 18446744073709551506 flags=0<>
xen#

xen# less win2003.cfg
kernel = "/usr/pkg/lib/xen/boot/hvmloader"
builder = 'hvm'
memory = 1024
name = "win2003"
vif = [ 'ip="192.168.101.1", mac=00:16:3e:00:00:14, bridge=bridge0,
type=ioemu, model=e1000' ]
device_model = '/usr/pkg/libexec/qemu-dm'
disk = [ 'file:/usr/pkg/etc/xen/images/win2003-drive-c.bin,ioemu:hda,w',
 
'file:/usr/pkg/etc/xen/images/Windows_Server_2003_R2_Enterprise_Corp_CD1
.iso,ioemu:hdc:cdrom,r' ]

#-----------------------------------------------------------------------
------
# boot on floppy (a), hard disk (c) or CD-ROM (d) 
# default: hard disk, cd-rom, floppy
boot = 'cd'             #d is cdrom boot, c is disk boot.
vnc = 1
vncdisplay = 2
usb = 1
usbdevice = 'tablet'
localtime = 1
vcpus = 2
#on_crash = 'preserve'
#on_reboot = 'preserve'
on_shutdown = 'destroy'      
on_reboot = 'restart'  
on_crash = 'preserve'
xen#
 
xen# less win2003cert.cfg
kernel = "/usr/pkg/lib/xen/boot/hvmloader"
builder = 'hvm'
memory = 1024
name = "win2003cert"
vif = [ 'ip="192.168.101.43", mac=00:16:3e:00:00:13, bridge=bridge0,
type=ioemu, model=e1000' ]
device_model = '/usr/pkg/libexec/qemu-dm'
disk = [
'file:/usr/pkg/etc/xen/images/win2003cert-drive-c.bin,ioemu:hda,w',
 
'file:/usr/pkg/etc/xen/images/Windows_Server_2003_R2_Enterprise_Corp_CD1
.iso,ioemu:hdc:cdrom,r' ]
boot = 'c'             #d is cdrom boot, c is disk boot.
vnc = 1
vncdisplay = 1
usb = 1
usbdevice = 'tablet'
localtime = 1
vcpus = 1
on_shutdown = 'destroy'
on_reboot = 'restart' 
on_crash = 'preserve'
xen#

~Doug


Home | Main Index | Thread Index | Old Index