folgendes:
1. Ziel ist es, ein gentoo-linux mit openvpn im bridged-server-modus in einer VM mit gebridgetem Interface zu betreiben.
2. Das Problem ist, dass sobald die Bridge gestaret wird (openvpn ist und bleibt aus) und pakete gesendet/empfangen werden, syslog-Meldungen eintreffen, die lauten:
Code: Alles auswählen
vpnserver ~ # /etc/init.d/net.br0 start
vpnserver ~ # ping www.xyz.de
vpnserver ~ # tail -1 /var/log/messages:
Apr 29 16:11:33 vpnserver eth0: received packet with own address as source address
3. HOST
relativ frisch installiertes windows xp mit aktuallen Updates:

Ethernet: Broadcom NetXtreme 57xx Gigabit Controller
VMware-Server: Version 2.0.1 Build 156745
4. GAST:
OS:
Code: Alles auswählen
vpnserver ~ # uname -a
Linux vpnserver 2.6.28-gentoo-r5 #1 SMP Wed Apr 29 15:05:37 CEST 2009 i686 Intel(R) Core(TM)2 Duo CPU T9600 @ 2.80GHz GenuineIntel GNU/Linux
Netzwerkmodus: Bridged
VMWare-Tools installiert: ja, teilweise:
Code: Alles auswählen
vpnserver ~ # /etc/init.d/vmware-tools start
Starting VMware Tools services in the virtual machine:
Switching to guest configuration: done
Guest memory manager: done
Guest vmxnet fast network device: done
VM communication interface: done
Blocking file system: done
Guest operating system daemon: done
vpnserver ~ #
Code: Alles auswählen
vpnserver ~ # cat /proc/meminfo
MemTotal: 254608 kB
MemFree: 146880 kB
Code: Alles auswählen
vpnserver ~ # lspci
00:00.0 Host bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX Host bridge (rev 01)
00:01.0 PCI bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX AGP bridge (rev 01)
00:07.0 ISA bridge: Intel Corporation 82371AB/EB/MB PIIX4 ISA (rev 08)
00:07.1 IDE interface: Intel Corporation 82371AB/EB/MB PIIX4 IDE (rev 01)
00:07.3 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 08)
00:07.7 System peripheral: VMware Inc Virtual Machine Communication Interface (rev 10)
00:0f.0 VGA compatible controller: VMware Inc Abstract SVGA II Adapter
00:10.0 SCSI storage controller: LSI Logic / Symbios Logic 53c1030 PCI-X Fusion-MPT Dual Ultra320 SCSI (rev 01)
02:00.0 Ethernet controller: Advanced Micro Devices [AMD] 79c970 [PCnet32 LANCE] (rev 10)
5. VMX-Datei
Code: Alles auswählen
.encoding = "windows-1252"
config.version = "8"
virtualHW.version = "7"
floppy0.present = "FALSE"
mks.enable3d = "TRUE"
pciBridge0.present = "TRUE"
pciBridge4.present = "TRUE"
pciBridge4.virtualDev = "pcieRootPort"
pciBridge4.functions = "8"
pciBridge5.present = "TRUE"
pciBridge5.virtualDev = "pcieRootPort"
pciBridge5.functions = "8"
pciBridge6.present = "TRUE"
pciBridge6.virtualDev = "pcieRootPort"
pciBridge6.functions = "8"
pciBridge7.present = "TRUE"
pciBridge7.virtualDev = "pcieRootPort"
pciBridge7.functions = "8"
vmci0.present = "TRUE"
nvram = "VPN_gentoo.nvram"
virtualHW.productCompatibility = "hosted"
ft.secondary0.enabled = "TRUE"
tools.upgrade.policy = "useGlobal"
powerType.powerOff = "soft"
powerType.powerOn = "hard"
powerType.suspend = "hard"
powerType.reset = "soft"
displayName = "VPN_gentoo copy"
extendedConfigFile = "VPN_gentoo.vmxf"
scsi0.present = "TRUE"
scsi0.sharedBus = "none"
scsi0.virtualDev = "lsilogic"
memsize = "256"
scsi0:0.present = "TRUE"
scsi0:0.fileName = "VPN_gentoo-000002.vmdk"
ide1:0.present = "TRUE"
ide1:0.fileName = "C:\Program Files\VMware\VMware Server\linux.iso"
ide1:0.deviceType = "cdrom-image"
ide1:0.allowGuestConnectionControl = "FALSE"
ethernet0.present = "TRUE"
ethernet0.allowGuestConnectionControl = "FALSE"
ethernet0.features = "1"
ethernet0.wakeOnPcktRcv = "FALSE"
ethernet0.networkName = "Bridged"
ethernet0.addressType = "generated"
guestOS = "other26xlinux"
uuid.location = "56 4d 1b 53 ab 37 1d 15-8c 6b f5 c2 e3 b8 ce 20"
uuid.bios = "56 4d 1b 53 ab 37 1d 15-8c 6b f5 c2 e3 b8 ce 20"
vc.uuid = "52 e1 59 e6 97 64 eb a1-f0 59 8f a5 6f 1a 29 6f"
ethernet0.generatedAddress = "00:0c:29:b8:ce:20"
scsi0:0.redo = ""
vmotion.checkpointFBSize = "134217728"
pciBridge0.pciSlotNumber = "17"
pciBridge4.pciSlotNumber = "21"
pciBridge5.pciSlotNumber = "22"
pciBridge6.pciSlotNumber = "23"
pciBridge7.pciSlotNumber = "24"
scsi0.pciSlotNumber = "16"
ethernet0.pciSlotNumber = "32"
vmci0.pciSlotNumber = "33"
ethernet0.generatedAddressOffset = "0"
vmci0.id = "-1099741161"
checkpoint.vmState = ""
tools.remindInstall = "TRUE"
debugStub.linuxOffsets = "0x0,0xffffffff,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0"
ide1:0.startConnected = "FALSE"
scsi0:0.writeThrough = "TRUE"
checkpoint.vmState.readOnly = "FALSE"
tools.syncTime = "FALSE"
kann das an der doppelten Bridge liegen?
bzw. was koennte das Problem sein?
dankeschoen
/Andi