Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 May 2002 18:30:38 +0900 (JST)
From:      Yasuhito KAMINAGA <kaminaga@nat.gunma-ct.ac.jp>
To:        freebsd-emulation@freebsd.org
Subject:   RE: Linux emulation problems with vmware2 again 
Message-ID:  <20020523.183038.730548531.kaminaga@nat.gunma-ct.ac.jp>
In-Reply-To: <200205140638.g4E6cjx04767@panix2.panix.com> 
References:  <200205140638.g4E6cjx04767@panix2.panix.com> 

next in thread | previous in thread | raw e-mail | index | archive | help

At 02:38:45 -0400 5/14/2002, Rajappa Iyer wrote:

>I thought that this problem was resolved a year back, but I'm seeing
>it again on 4.6-PRERELEASE (cvsup'ed as of May 13, 2002).
>
>"Could not get interface address for vmnet1: Cannot assign requested address
>Failed to configure ethernet0"

Try this patch.

--- vmware.sh.org       Thu May 23 16:55:35 2002
+++ vmware.sh   Thu May 23 18:21:19 2002
@@ -54,7 +54,8 @@
                exit 255
        fi
        echo -n > $dev_vmnet1
-       ifconfig vmnet1 $host_ip netmask $netmask
+       ifconfig vmnet1 inet $host_ip
+       ifconfig vmnet1 netmask $netmask
        if [ X$bridged = XYES ]; then
            kldstat -v | grep netgraph >/dev/null || kldload netgraph.ko
            kldstat -v | grep ng_ether >/dev/null || kldload ng_ether.ko

--
Yasuhito Kaminaga
Gunma National College of Technology


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-emulation" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020523.183038.730548531.kaminaga>