From owner-freebsd-questions Thu Feb 22 14:19:26 2001 Delivered-To: freebsd-questions@freebsd.org Received: from anchor-post-34.mail.demon.net (anchor-post-34.mail.demon.net [194.217.242.92]) by hub.freebsd.org (Postfix) with ESMTP id 05F9D37B65D for ; Thu, 22 Feb 2001 14:19:22 -0800 (PST) (envelope-from darren@horseplay.demon.co.uk) Received: from horseplay.demonadsltrial.co.uk ([193.195.64.157] helo=horseplay.horseplay.demon.co.uk) by anchor-post-34.mail.demon.net with esmtp (Exim 2.12 #1) id 14W450-000IzQ-0Y for questions@freebsd.org; Thu, 22 Feb 2001 22:19:18 +0000 Message-Id: <5.0.2.1.1.20010222221822.02f4dd50@pop3.demon.co.uk> X-Sender: horseplay@pop3.demon.co.uk X-Mailer: QUALCOMM Windows Eudora Version 5.0.2 Date: Thu, 22 Feb 2001 22:22:24 +0000 To: questions@freebsd.org From: Darren Evans Subject: Re: vmware 2 bridged networking Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This was the solution that worked for me. It's possible some things can be ignored, it was either I needed netgraph code or my kernel was out of sync when I set it up. Hope that helps someone else searching. * Compile kernel with netgraph * Reboot - use this kernel * cd /usr/ports/emulator/vmware2 * make install * Say no to netgraph bridging * 192.168.200.1 vmware ip * 255.255.255.0 * Reboot Check settings, ping ip's etc, check ifconfig -a output. Now to get the network card (Xircom CreditCard) working inside vmware should be a doddle ;-) regards, Darren > FreeBSD box 192.168.254.205 xe0 > vmnet1 192.168.200.201 vmnet1 > Gateway 192.168.254.254 default > > After installing bridged networking within vmware2 I cannot > access my default gateway. > > I can ping vmnet1 but not "xe0" or the "default gateway". > > arp -a does nothing. > > sudo route add 192.168.254.254 default does nothing either. > > I have seen this. > http://www.vmware.com/support/reference/linux/networking_linux.html#changemac > I think the issue is to do with not finding a MAC address for xe0 because > vmware2 has "clashed?" somehow. > > To sum up, vmware no longer runs and has taken apart my networking. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message