LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 07-23-2003, 02:08 PM   #1
Jaffy
LQ Newbie
 
Registered: Jul 2003
Distribution: Mandrake
Posts: 13

Rep: Reputation: 0
Mandrake 9.1 vmware networking


Hi

I see lots of posts regarding vmware mandrake 9.1 and problems with getting the bridged network setup.

And thats right I have the same problem.

As I havent yet seen an answer to this problem I thought some kind sole out there might be able to help me (and everyone else) out?

awaiting you response.

TK
 
Old 07-23-2003, 05:21 PM   #2
Electro
LQ Guru
 
Registered: Jan 2002
Posts: 6,042

Rep: Reputation: Disabled
Assuming VMWARE installed sucessfully.

Type at the console
/sbin/route -e

If you find vmnet8 in the list. Then you are ready to add a network device to your virtual machine. If you don't see vmnet8 or anything that says vmnet, you need to run the vmware configuration script.

The script might be located at /usr/bin/vmware-config.pl

Though Mandrake needs to be setup for networking for this to work.

I installed VMWARE 4 using the tar.gz file not the RPM file.
 
Old 07-24-2003, 09:28 AM   #3
Jaffy
LQ Newbie
 
Registered: Jul 2003
Distribution: Mandrake
Posts: 13

Original Poster
Rep: Reputation: 0
The only problem here is that I installed Mandrake virtually using vmware on a Win2K box... Im not trying to run vmware via Mandrake...

But I do appreciate the response

Jaffy
 
Old 07-30-2003, 04:10 PM   #4
Half_Elf
LQ Guru
 
Registered: Sep 2001
Location: Montreal, Canada
Distribution: Slackware; Debian; Gentoo...
Posts: 2,163

Rep: Reputation: 46
Vmware is an EMULATION, it's will never work perfectly.
Why don't you install a real Linux OS?
 
Old 07-30-2003, 06:06 PM   #5
Electro
LQ Guru
 
Registered: Jan 2002
Posts: 6,042

Rep: Reputation: Disabled
In Windows, make sure you give permission to VMWare to use your hardware. Sorry, can't help you any further.

Quote:
Originally posted by Half_Elf
Vmware is an EMULATION, it's will never work perfectly.
Why don't you install a real Linux OS?
VMWare is not an emulator. Its a virtual machine. VMWare works 10 times better than WINE.
 
Old 07-30-2003, 11:49 PM   #6
Half_Elf
LQ Guru
 
Registered: Sep 2001
Location: Montreal, Canada
Distribution: Slackware; Debian; Gentoo...
Posts: 2,163

Rep: Reputation: 46
Quote:
MWare is not an emulator. Its a virtual machine. VMWare works 10 times better than WINE.
So what?
I mean... if you need windoze that much, don't use Linux. You'll have more trouble messing around VMWare emulated hardware than setting dual boot.
 
Old 07-31-2003, 05:28 AM   #7
Jaffy
LQ Newbie
 
Registered: Jul 2003
Distribution: Mandrake
Posts: 13

Original Poster
Rep: Reputation: 0
Alright calm down... I was just messing about and had some problems, thats all...

I also have dual boot and everything is working fine. Just wanted to have quick access to a mandrake whilst in the fabulous Win2k
 
Old 07-31-2003, 05:29 AM   #8
Jaffy
LQ Newbie
 
Registered: Jul 2003
Distribution: Mandrake
Posts: 13

Original Poster
Rep: Reputation: 0
and I only have one box ATM.
 
Old 10-08-2003, 10:48 PM   #9
jke
LQ Newbie
 
Registered: Oct 2003
Posts: 5

Rep: Reputation: 0
I had to edit my /etc/sysconfig/network-scripts/ifcfg-eth0 file, and add the following line to it


MII_NOT_SUPPORTED="yes"

restart your network service and eth0 and it should be fine.

RedHat 9.0 causes the same problem but the solution is different.
 
Old 10-09-2003, 12:04 AM   #10
Rick485
Member
 
Registered: Sep 2003
Location: Arizona
Distribution: Kubuntu 8.04
Posts: 202

Rep: Reputation: 30
I recently took a college class where we used VMWare. We created a virtual network of three virtual computers all running on one computer. In the class we used Windows XP as the host OS and the guests were Red Hat 7.3 and Windows 2K. We each had to set up the Red Hat guest as a file server for Windows using Samba. We also set up an Apache Web server on the Red Hat gest. It all worked and was very stable. The class was fast paced so we did not spend much time on on any of that. I hope I can remember what we did. The college liked VMWare because it allowed each student to have a complete working network without need to use more than one computer per student.

I wanted to have my own virtual network at home so with my student ID card I was able to buy the student version of VMWare 4.0. There are two versions available, I chose the Linux version. With the Linux version I use Red Hat 9 as my main OS (the host) and as the guests I use Windows 2K, Windows NT 4.0, Red Hat 8 and PC-DOS 2000.

I have only had it on my computer for about 2 weeks or so. I chose to use the bridged network option. So far I am able to ping everything except the PC-DOS 2000. I have been busy and have not yet tried to install Samba, Apache or MySQL on my virtual network yet. I did not use the DHCP server option, instead I entered static IP addresses manually in each OS. In each OS I deselect the DHCP option and entered an appropriate IP address and subnet mask.

When I type /sbin/ifconfig under Red Hat 9 I can see that the IP address and subnet mask I added ended up on eth0. Under Windows 2K there is a similar command called ipconfig. I chose to use a private IP address. If you have any questions about what choosing appropriate IP addresses or subnet masks I can explain that if necessary. VMWare also supports using DHCP but I did not use that because I have had less experience with that.

I have already shared several folders using a built in feature in VMWare but later plan to share some folders using Samba. I have said some positive things lately about VMWare but did not mean to imply that it would be suitable for all Linux users. It is a somewhat complex product that is probably intended for computer networking professionals. I use it because I wanted my own network and did not have room for several computers.

What can you ping so far? Can you ping your loopback address of 127.0.0.1? Can you ping anything else? When you have it working check to make sure no ports are open to the Internet. It probably won't be but go the the grc.com web page and have it scan your computer for open ports just to make sure. I am not a networking professional so take my advice with a grain of salt. Good luck and I hope you enjoy the VMWare!
 
Old 10-09-2003, 08:13 AM   #11
jke
LQ Newbie
 
Registered: Oct 2003
Posts: 5

Rep: Reputation: 0
It's a weird problem, it only happens to Red Hat 9.0 and Mandrake 9.1 as I have used Rh 7.3 with no networking issues at all, have set up Samba to run in my virutal machine and can connect to them using any of my other computers (98, 2000, XP).

The error message that occurs when trying to configure eth0 is that the cable is not connected.
 
Old 10-16-2003, 09:18 AM   #12
mercs
LQ Newbie
 
Registered: Oct 2003
Posts: 1

Rep: Reputation: 0
I've just tried jke solution and it worked

thanks
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
networking through VMWare with Windows XP and Mandrake 9.1 nep2099 Linux - Networking 2 12-13-2003 05:55 PM
Mandrake 9.1 vmware and networking Jaffy Linux - Distributions 1 07-30-2003 12:57 PM
Mandrake 9.1 under vmware - networking Jaffy Linux - Networking 2 07-24-2003 06:12 PM
Mandrake 9.1 under vmware - networking Jaffy Linux - General 1 07-24-2003 06:12 PM
Mandrake 9.1 under vmware - networking Jaffy Linux - Software 1 07-23-2003 03:09 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 09:11 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration