LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 08-04-2004, 05:44 PM   #1
blackbirddh
LQ Newbie
 
Registered: Aug 2004
Location: Munich / Germany
Distribution: SUSE 9.1 / 8.2, i had RH9 once
Posts: 2

Rep: Reputation: 0
problems with Networking with SUSE 9.1 guest on VMWARE / W2K host


Hello,

maybe this is the wrong forum, but i guess here are all the people who know about ip's routing etc.


I have two PC's, one running Windows XP, and one running W2K.
Each is having VMWARE 4.5.2 workstation installled.
1) is an Athlon 1.4 Ghz Dekstop equiped with a Realtek 8139 Etherenet card
2) is Thinkpad, with the build in INTEl PRO 10/100 VE Network card
Both are connected to the same SMC7004BR router connected to DSL.
Both are hosting a SUSE 9.1 guest systems.

1) gets an IP adress using brdiged network, and it also gets an IP using the NAT from VMWARE and it connects just fine to the internet using both methods

2) does not.
a) when I use bridged network, I do not get an IP from the router
b) if I use NAT I get an IP from the VMWARE DHCP.
- i can ping the VMWARE adapter vmnet8's IP
- i can ping the VMWARE gateway
- i can ping the SMC router gateway IP
- i can ping yahoo dot com

however, if i try to connect to ... for example google dot de, the HTTP request is sent to google, and the answer also reaches the ethernet adapter on the thinkpad (I can see this using Ethereal on both host (W2K) and guest (SUSE) OS.

So it seems to be possible to send packets everywhere, but when the reply comes in, W2K does not know where to send it to.

I disable all other adapters on the W2K system (so that only INTEL PRO adapter and the two VMNET adapters are open) (there is a virtual adapters installed for VPN and a Wireless card built in)

If I force SUSE with a fixed IP directly into the SMC routerd network, and use the SMC router directly as gateway i can browse the web. So it must be W2K which is not able to distribute the packets on the backpath.
(I don't want this solution, because this is a notebook, and the internet connection should not depend on my home LAN, but should also work, when I am in another network ... for example in my company network, i cannot take an IP all by myself ... our network guys won't be happy about that)

I know that WinXP has the Internet Gateway, and therefore seems to be more flexible internally, but what do I have to do, to reach the same behaviour on W2K ?

I would be grateful for any suggestions ...

CU Daniel
blackbird.dh@gmx.de

P.S.: the firewall on the W2K host is off

Last edited by blackbirddh; 08-04-2004 at 05:54 PM.
 
Old 08-04-2004, 05:56 PM   #2
blackbirddh
LQ Newbie
 
Registered: Aug 2004
Location: Munich / Germany
Distribution: SUSE 9.1 / 8.2, i had RH9 once
Posts: 2

Original Poster
Rep: Reputation: 0
here my ipconfig /all on the W2K host ... ignore the Wireless card and the AGN / VPN adapter ... i switched them back on after the test ...

Windows 2000 IP Configuration

Host Name . . . . . . . . . . . . : XXXXXXX
Primary DNS Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Hybrid
IP Routing Enabled. . . . . . . . : Yes
WINS Proxy Enabled. . . . . . . . : No
DNS Suffix Search List. . . . . . :

Ethernet adapter AGN Virtual Network Adapter:

Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : AGN Virtual Network Adapter
Physical Address. . . . . . . . . : 00-00-00-00-00-01
DHCP Enabled. . . . . . . . . . . : No
IP Address. . . . . . . . . . . . : 0.0.0.0
Subnet Mask . . . . . . . . . . . : 0.0.0.0
Default Gateway . . . . . . . . . :
DNS Servers . . . . . . . . . . . :

Ethernet adapter Local Area Connection 2:

Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Intel(R) PRO/100 VE Network Connecti
on
Physical Address. . . . . . . . . : 00-D0-59-B5-10-F0
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
IP Address. . . . . . . . . . . . : 192.168.123.193
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.123.254
DHCP Server . . . . . . . . . . . : 192.168.123.254
DNS Servers . . . . . . . . . . . : 217.237.151.97
194.25.2.129
Lease Obtained. . . . . . . . . . : Donnerstag, 5. August 2004 01:04:07
Lease Expires . . . . . . . . . . : Donnerstag, 12. August 2004 01:04:07


Ethernet adapter Local Area Connection:

Media State . . . . . . . . . . . : Cable Disconnected
Description . . . . . . . . . . . : IBM High Rate Wireless LAN MiniPCI C
ombo Card
Physical Address. . . . . . . . . : 00-20-E0-8A-DA-C2

Ethernet adapter VMware Network Adapter VMnet1:

Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : VMware Virtual Ethernet Adapter for
VMnet1
Physical Address. . . . . . . . . : 00-50-56-C0-00-01
DHCP Enabled. . . . . . . . . . . : No
IP Address. . . . . . . . . . . . : 192.168.222.1
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . :
DNS Servers . . . . . . . . . . . :

Ethernet adapter VMware Network Adapter VMnet8:

Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : VMware Virtual Ethernet Adapter for
VMnet8
Physical Address. . . . . . . . . : 00-50-56-C0-00-08
DHCP Enabled. . . . . . . . . . . : No
IP Address. . . . . . . . . . . . : 192.168.226.1
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . :
DNS Servers . . . . . . . . . . . :


P.S.: is it possible, to set a route back to the VMNET8 adapter in W2K like on Linux ?

Last edited by blackbirddh; 08-05-2004 at 01:19 AM.
 
  


Reply



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
Problems with vmware tools in Suse 9.3 as a guest and Win2k as host crapodino SUSE / openSUSE 2 08-27-2005 03:15 PM
network between the host and guest in VMWare gongcon Linux - Networking 1 03-08-2005 09:25 PM
Suse 9.1 as guest OS under vmware 4.5 (XP host): Network problems wmauss Linux - Networking 5 06-20-2004 08:54 AM
VMWare on Win XP Host, Mandrake 10 Guest having networking issues inquirer7982 Linux - Software 16 05-27-2004 07:27 AM
Frozen mouse vmware 4 for W2K redhat 9 guest rbaker21 Linux - Hardware 0 10-21-2003 10:33 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 02:36 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