Hi,
I have the same problem with parallels in Mac Osx (on an intel machine)
The dns isnt any problem, it just looks like i cant download more than a few kbyte (in the browser, in windows explorer and even when i try to log on into a domain)
check wget
Code:
C:\Documents and Settings\Kipz0r>wget ftp://ftp.xs4all.nl/pub/test/10mb.bin
--13:46:24-- ftp://ftp.xs4all.nl/pub/test/10mb.bin
=> `10mb.bin'
Resolving ftp.xs4all.nl... 194.109.21.26
Connecting to ftp.xs4all.nl|194.109.21.26|:21... connected.
Logging in as anonymous ...
Logged in!
==> SYST ... done.
==> PWD ... done.
==> TYPE I ... done.
==> CWD /pub/test ... done.
==> PASV ... done.
==> RETR 10mb.bin ... done.
Length: 10,485,760 (10M) (unauthoritative)
0% [ ] 1,024 --.--K/s
as you can see the resolving isnt any problem.
I have more problems with looking at websites with a bit more content than usual (google eg. works, the wget homepage doesnt)
Ping is also kinda odd (ping -l 1472 www.google.com):
Code:
Pinging www.l.google.com [66.249.93.104] with 1472 bytes of data:
Reply from 66.249.93.104: bytes=56 (sent 1472) time=10ms TTL=246
and ping -l 1473 www.google.com:
Code:
Pinging www.l.google.com [66.249.93.104] with 1473 bytes of data:
Request timed out.
and finally: my ipconfig all
Code:
Windows IP Configuration
Host Name . . . . . . . . . . . . : workstation
Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Hybrid
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
DNS Suffix Search List. . . . . . : blah.intern
Ethernet adapter Local Area Connection:
Connection-specific DNS Suffix . : blah.intern
Description . . . . . . . . . . . : Parallels Network Adapter
Physical Address. . . . . . . . . : 00-E1-A0-03-D0-E8
Dhcp Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
IP Address. . . . . . . . . . . . : 172.16.5.168
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 172.16.5.3
DHCP Server . . . . . . . . . . . : 172.16.5.25
DNS Servers . . . . . . . . . . . : 172.16.5.25
172.16.5.2
Primary WINS Server . . . . . . . : 172.16.5.25
Lease Obtained. . . . . . . . . . : Monday, July 10, 2006 2:03:22 PM
Lease Expires . . . . . . . . . . : Tuesday, July 11, 2006 2:03:22 PM
(ps. i changed some names, censored!)
Thanks in advance for looking into this.