RE: VMWare networking
I have to experimnet with my system. will do that tomorow. Dani On Tue, 22 May 2001, Bettina & Arieh wrote: > As you requested: > > ifconfig -a (in the Linux on Virtual Machine) > > eth0 Link encap:Ethernet HWaddr 00:50:56:8E:00:01 > inet addr:192.168.1.15 Bcast:192.168.1.255 Mask:255.255.255.0 > UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 > RX packets:180 errors:0 dropped:0 overruns:0 frame:0 > TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 > collisions:0 txqueuelen:100 > Interrupt:9 Base address:0x1000 > > loLink encap:Local Loopback > inet addr:127.0.0.1 Mask:255.0.0.0 > UP LOOPBACK RUNNING MTU:16436 Metric:1 > RX packets:0 errors:0 dropped:0 overruns:0 frame:0 > TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 > collisions:0 txqueuelen:0 > > ipconfig (on my Win2000 Host) > > Windows 2000 IP Configuration > > Ethernet adapter PGP: > > Connection-specific DNS Suffix . : > IP Address. . . . . . . . . . . . : 1.0.0.1 > Subnet Mask . . . . . . . . . . . : 255.255.255. > Default Gateway . . . . . . . . . : > > Ethernet adapter LAN: > > Connection-specific DNS Suffix . : > IP Address. . . . . . . . . . . . : 192.168.1.2 > Subnet Mask . . . . . . . . . . . : 255.255.255. > Default Gateway . . . . . . . . . : 192.168.1.1 > > helps > > > Bettina & Arieh - > [EMAIL PROTECTED] > [EMAIL PROTECTED] > > "It is ridiculous claiming that video games influence > children. For instance, if Pac-Man affected kids born > in the eighties, we should now have a bunch of teenagers > who run around in darkened rooms and eat pills while > listening to monotonous electronic music." > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Dani Arbel > Sent: Mon, May 21, 2001 21:37 > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: RE: VMWare networking > > > Have you installed an ethernet card driver in your virtual windows? > send the output of ifconfig -a and the winipcfg/ipconfig of the windows. > Dani > > On Mon, 21 May 2001, Haim Gelfenbeyn wrote: > > > > > As far as I remember, no need to enable "ip forwarding" (since packes > > are not forwarded on IP level, they are bridged on lower ethernet > > level). However, in VMWare you have an option to have "host-only" or > > "bridged" networking. You must select "bridged", or your virtual linux > > box will talk to your W2K host only. In any case, check connectivity to > > the host machine first. > > > > Haim. > > > > > > > -Original Message- > > > From: [EMAIL PROTECTED] > > > [mailto:[EMAIL PROTECTED]] On Behalf Of Etay Meiri > > > Sent: Monday, May 21, 2001 10:54 AM > > > To: Bettina & Arieh > > > Cc: Linux > > > Subject: Re: VMWare networking > > > > > > > > > Bridged networking means that the virtual linux looks like an > > > ordinary machine > > > on the network, while host only networking means that there > > > is a virtual network between > > > the host and the guest but the guest cannot see and be seen > > > beyond this net. > > > > > > Regarding your problem: maybe you need to enable ip > > > forwarding on the win2000 machine. > > > > > > -- > > > - > > > Etay Meiri[EMAIL PROTECTED] > > > > > > "What the hell is Email?" - Jerry Seinfeld > > > - > > > > > > On Mon, May 21, 2001 at 10:13:09AM +0200, Bettina & Arieh wrote: > > > > Hi everyone. I managed to install RH7.1 on the latest > > > VMWare. It works very > > > > nice, except for the networking, which I didn't manage to > > > configure, and in > > > > their HomePage, they say something like "Using bridged network, your > > > > computer will loke like any other in the network... (some > > > more stuff), you > > > > only need to configure the address... (a lot more of stuff...) > > > > Well, I have a LAN at home, with a linux box on 192.168.1.1 > > > (which also > > > > servers as a masq-gateway to m
RE: VMWare networking
As you requested: ifconfig -a (in the Linux on Virtual Machine) eth0 Link encap:Ethernet HWaddr 00:50:56:8E:00:01 inet addr:192.168.1.15 Bcast:192.168.1.255 Mask:255.255.255.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:180 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:100 Interrupt:9 Base address:0x1000 loLink encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 ipconfig (on my Win2000 Host) Windows 2000 IP Configuration Ethernet adapter PGP: Connection-specific DNS Suffix . : IP Address. . . . . . . . . . . . : 1.0.0.1 Subnet Mask . . . . . . . . . . . : 255.255.255. Default Gateway . . . . . . . . . : Ethernet adapter LAN: Connection-specific DNS Suffix . : IP Address. . . . . . . . . . . . : 192.168.1.2 Subnet Mask . . . . . . . . . . . : 255.255.255. Default Gateway . . . . . . . . . : 192.168.1.1 helps Bettina & Arieh - [EMAIL PROTECTED] [EMAIL PROTECTED] "It is ridiculous claiming that video games influence children. For instance, if Pac-Man affected kids born in the eighties, we should now have a bunch of teenagers who run around in darkened rooms and eat pills while listening to monotonous electronic music." -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Dani Arbel Sent: Mon, May 21, 2001 21:37 To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: VMWare networking Have you installed an ethernet card driver in your virtual windows? send the output of ifconfig -a and the winipcfg/ipconfig of the windows. Dani On Mon, 21 May 2001, Haim Gelfenbeyn wrote: > > As far as I remember, no need to enable "ip forwarding" (since packes > are not forwarded on IP level, they are bridged on lower ethernet > level). However, in VMWare you have an option to have "host-only" or > "bridged" networking. You must select "bridged", or your virtual linux > box will talk to your W2K host only. In any case, check connectivity to > the host machine first. > > Haim. > > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED]] On Behalf Of Etay Meiri > > Sent: Monday, May 21, 2001 10:54 AM > > To: Bettina & Arieh > > Cc: Linux > > Subject: Re: VMWare networking > > > > > > Bridged networking means that the virtual linux looks like an > > ordinary machine > > on the network, while host only networking means that there > > is a virtual network between > > the host and the guest but the guest cannot see and be seen > > beyond this net. > > > > Regarding your problem: maybe you need to enable ip > > forwarding on the win2000 machine. > > > > -- > > - > > Etay Meiri[EMAIL PROTECTED] > > > > "What the hell is Email?" - Jerry Seinfeld > > - > > > > On Mon, May 21, 2001 at 10:13:09AM +0200, Bettina & Arieh wrote: > > > Hi everyone. I managed to install RH7.1 on the latest > > VMWare. It works very > > > nice, except for the networking, which I didn't manage to > > configure, and in > > > their HomePage, they say something like "Using bridged network, your > > > computer will loke like any other in the network... (some > > more stuff), you > > > only need to configure the address... (a lot more of stuff...) > > > Well, I have a LAN at home, with a linux box on 192.168.1.1 > > (which also > > > servers as a masq-gateway to my net), a win2000 box on > > 192.168.1.2 and on > > > that I have VMWare running Linux, with net addr > > 192.168.1.3. I try to ping > > > from and to the Vlinux, and nothing happens. > > > Any ideas??? > > > thanks > > > > > > > > > Bettina & Arieh - > > > [EMAIL PROTECTED] > > > [EMAIL PROTECTED] > > > > > > "It is ridiculous claiming that video games influence > > > children. For instance, if Pac-Man affected kids born > > > in the eighties, we should now have a bunch of teenagers > > > who
Re: VMWare networking
"Bettina & Arieh" <[EMAIL PROTECTED]> writes: > Hi everyone. I managed to install RH7.1 on the latest VMWare. It works very > nice, except for the networking, which I didn't manage to configure, and in > their HomePage, they say something like "Using bridged network, your > computer will loke like any other in the network... (some more stuff), you > only need to configure the address... (a lot more of stuff...) > Well, I have a LAN at home, with a linux box on 192.168.1.1 (which also > servers as a masq-gateway to my net), a win2000 box on 192.168.1.2 and on > that I have VMWare running Linux, with net addr 192.168.1.3. I try to ping > from and to the Vlinux, and nothing happens. > Any ideas??? > thanks I have a similar problem, but with NT4 as a guest on a RH7.0 machine. I configured bridged networking, but the virtual NT does not see the net. It's actually a real NT on a different partition on the HD, not on a "virtual partition". Any ideas? -- Oleg Goldshmidt | [EMAIL PROTECTED] If it ain't broken, it hasn't got enough features yet. = To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
RE: VMWare networking
Have you installed an ethernet card driver in your virtual windows? send the output of ifconfig -a and the winipcfg/ipconfig of the windows. Dani On Mon, 21 May 2001, Haim Gelfenbeyn wrote: > > As far as I remember, no need to enable "ip forwarding" (since packes > are not forwarded on IP level, they are bridged on lower ethernet > level). However, in VMWare you have an option to have "host-only" or > "bridged" networking. You must select "bridged", or your virtual linux > box will talk to your W2K host only. In any case, check connectivity to > the host machine first. > > Haim. > > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED]] On Behalf Of Etay Meiri > > Sent: Monday, May 21, 2001 10:54 AM > > To: Bettina & Arieh > > Cc: Linux > > Subject: Re: VMWare networking > > > > > > Bridged networking means that the virtual linux looks like an > > ordinary machine > > on the network, while host only networking means that there > > is a virtual network between > > the host and the guest but the guest cannot see and be seen > > beyond this net. > > > > Regarding your problem: maybe you need to enable ip > > forwarding on the win2000 machine. > > > > -- > > - > > Etay Meiri[EMAIL PROTECTED] > > > > "What the hell is Email?" - Jerry Seinfeld > > - > > > > On Mon, May 21, 2001 at 10:13:09AM +0200, Bettina & Arieh wrote: > > > Hi everyone. I managed to install RH7.1 on the latest > > VMWare. It works very > > > nice, except for the networking, which I didn't manage to > > configure, and in > > > their HomePage, they say something like "Using bridged network, your > > > computer will loke like any other in the network... (some > > more stuff), you > > > only need to configure the address... (a lot more of stuff...) > > > Well, I have a LAN at home, with a linux box on 192.168.1.1 > > (which also > > > servers as a masq-gateway to my net), a win2000 box on > > 192.168.1.2 and on > > > that I have VMWare running Linux, with net addr > > 192.168.1.3. I try to ping > > > from and to the Vlinux, and nothing happens. > > > Any ideas??? > > > thanks > > > > > > > > > Bettina & Arieh - > > > [EMAIL PROTECTED] > > > [EMAIL PROTECTED] > > > > > > "It is ridiculous claiming that video games influence > > > children. For instance, if Pac-Man affected kids born > > > in the eighties, we should now have a bunch of teenagers > > > who run around in darkened rooms and eat pills while > > > listening to monotonous electronic music." > > > > > > > > > = > > > To unsubscribe, send mail to [EMAIL PROTECTED] with > > > the word "unsubscribe" in the message body, e.g., run the command > > > echo unsubscribe | mail [EMAIL PROTECTED] > > > > > > > > = > > To unsubscribe, send mail to [EMAIL PROTECTED] with > > the word "unsubscribe" in the message body, e.g., run the command > > echo unsubscribe | mail [EMAIL PROTECTED] > > > > > > > > > To unsubscribe, send mail to >[EMAIL PROTECTED] with > the word "unsubscribe" in the message body, e.g., run the command > echo unsubscribe | mail [EMAIL PROTECTED] > = To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
RE: VMWare networking
As far as I remember, no need to enable "ip forwarding" (since packes are not forwarded on IP level, they are bridged on lower ethernet level). However, in VMWare you have an option to have "host-only" or "bridged" networking. You must select "bridged", or your virtual linux box will talk to your W2K host only. In any case, check connectivity to the host machine first. Haim. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] On Behalf Of Etay Meiri > Sent: Monday, May 21, 2001 10:54 AM > To: Bettina & Arieh > Cc: Linux > Subject: Re: VMWare networking > > > Bridged networking means that the virtual linux looks like an > ordinary machine > on the network, while host only networking means that there > is a virtual network between > the host and the guest but the guest cannot see and be seen > beyond this net. > > Regarding your problem: maybe you need to enable ip > forwarding on the win2000 machine. > > -- > - > Etay Meiri[EMAIL PROTECTED] > > "What the hell is Email?" - Jerry Seinfeld > - > > On Mon, May 21, 2001 at 10:13:09AM +0200, Bettina & Arieh wrote: > > Hi everyone. I managed to install RH7.1 on the latest > VMWare. It works very > > nice, except for the networking, which I didn't manage to > configure, and in > > their HomePage, they say something like "Using bridged network, your > > computer will loke like any other in the network... (some > more stuff), you > > only need to configure the address... (a lot more of stuff...) > > Well, I have a LAN at home, with a linux box on 192.168.1.1 > (which also > > servers as a masq-gateway to my net), a win2000 box on > 192.168.1.2 and on > > that I have VMWare running Linux, with net addr > 192.168.1.3. I try to ping > > from and to the Vlinux, and nothing happens. > > Any ideas??? > > thanks > > > > > > Bettina & Arieh - > > [EMAIL PROTECTED] > > [EMAIL PROTECTED] > > > > "It is ridiculous claiming that video games influence > > children. For instance, if Pac-Man affected kids born > > in the eighties, we should now have a bunch of teenagers > > who run around in darkened rooms and eat pills while > > listening to monotonous electronic music." > > > > > > = > > To unsubscribe, send mail to [EMAIL PROTECTED] with > > the word "unsubscribe" in the message body, e.g., run the command > > echo unsubscribe | mail [EMAIL PROTECTED] > > > > = > To unsubscribe, send mail to [EMAIL PROTECTED] with > the word "unsubscribe" in the message body, e.g., run the command > echo unsubscribe | mail [EMAIL PROTECTED] > > > To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
Re: VMWare networking
Bridged networking means that the virtual linux looks like an ordinary machine on the network, while host only networking means that there is a virtual network between the host and the guest but the guest cannot see and be seen beyond this net. Regarding your problem: maybe you need to enable ip forwarding on the win2000 machine. -- - Etay Meiri[EMAIL PROTECTED] "What the hell is Email?" - Jerry Seinfeld - On Mon, May 21, 2001 at 10:13:09AM +0200, Bettina & Arieh wrote: > Hi everyone. I managed to install RH7.1 on the latest VMWare. It works very > nice, except for the networking, which I didn't manage to configure, and in > their HomePage, they say something like "Using bridged network, your > computer will loke like any other in the network... (some more stuff), you > only need to configure the address... (a lot more of stuff...) > Well, I have a LAN at home, with a linux box on 192.168.1.1 (which also > servers as a masq-gateway to my net), a win2000 box on 192.168.1.2 and on > that I have VMWare running Linux, with net addr 192.168.1.3. I try to ping > from and to the Vlinux, and nothing happens. > Any ideas??? > thanks > > > Bettina & Arieh - > [EMAIL PROTECTED] > [EMAIL PROTECTED] > > "It is ridiculous claiming that video games influence > children. For instance, if Pac-Man affected kids born > in the eighties, we should now have a bunch of teenagers > who run around in darkened rooms and eat pills while > listening to monotonous electronic music." > > > = > To unsubscribe, send mail to [EMAIL PROTECTED] with > the word "unsubscribe" in the message body, e.g., run the command > echo unsubscribe | mail [EMAIL PROTECTED] = To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]