Hallo,
ich habe ein Problem mit VMWare (vmware2-2.0.3.799) unter 4.2-RELEASE.
Es laeuft zwar, jedoch funktioniert weder bridged noch Host-only noch
custom
(mit device /compat/linux/dev/vmnet1) networking.
Das Script /usr/local/etc/rc.d/vmware.sh produziert:
start:
sysctl: unknown oid 'net.link.ether.bridge_refresh'
kldload: can't load if_tap.ko: File exists
ifconfig: ioctl (SIOCAIFADDR): File exists
stop:
sysctl: unknown oid 'net.link.ether.bridge_refresh'
Ich habe es trotzdem mal ausprobiert:
/compat/linux/dev/vmnet1 existiert, und auch vmnet1 wird angelegt:
$ ifconfig vmnet1
vmnet1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
inet6 fe80::2bd:79ff:fe09:1%vmnet1 prefixlen 64 scopeid 0xb
inet 10.0.0.25 netmask 0xffffff00 broadcast 10.0.0.255
ether 00:bd:79:09:00:01
-- bridged: (beim Booten der VM) Could not open /dev/vmnet0: No such file or directoty. das leuchtet ein. custom: die VM (mit NT) bootet, laut fstat wird auch auf /compat/linux/dev/vmnet1 zugegriffen: $ fstat /compat/linux/dev/vmnet1 jp vmware 1383 13 /usr 135763 crw-r--r-- #C149:0x10001 rw Aber ping geht trotzdem nicht. host-only: auf /compat/linux/dev/vmnet1 wird zugegriffen. Ping ging nicht. Hab daraufhin eine Route angelegt (Gastsystem=10.0.0.15): 10.0.0.15 0:bd:79:9:0:1 UHLS 0 95 vmnet1 , was aber nichts daran geaendert hat, das pings in beide Richtungen nicht funktionierten. An dem Gastsystem kann es eigentlich nicht liegen, da selbiges unter Linux funktionierte. Was mache ich falsch? Gruss, Johannes To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org with "unsubscribe de-bsd-questions" in the body of the messageReceived on Thu 14 Jun 2001 - 15:24:49 CEST