在VMWare Workstation上的Debian5,无法联网

这可能是一个比VMWare问题更多的Debian问题,但是我已经通过VMWare Workstation安装了Debian 5(来自debian-503-amd64-DVD-1),并且在通过networking访问任何东西时遇到了麻烦。我可以在局域网或互联网上ping任何东西:

$ ping 192.168.1.1 PING 192.168.1.1 (192.168.1.1) 56(84) bytes of data. 64 bytes from 192.168.1.1: icmp_seq=1 ttl=128 time=1.42 ms $ ping www.google.com PING www.l.google.com (209.85.225.104) 56(84) bytes of data. 64 bytes from iy-in-f104.1e100.net (209.85.225.104): icmp_seq=1 ttl=128 time=83.0 ms 

但我无法通过TCP(使用wget,lynx或telnet)获得任何地方… 3个应用程序中的任何一个只是试图连接时挂起…

 $ wget http://www.google.com --2009-11-18 09:57:57-- http://www.google.com/ Resolving www.google.com... 74.125.95.103, 74.125.95.99, 74.125.95.147, ... Connecting to www.google.com|74.125.95.103|:80... $ telnet 192.168.1.222 8000 Trying 192.168.1.222... 

(是的,我正在监听该端口上的8000端口,并可以从另一个盒子中获取)。

我可以采取哪些措施来解决这种情况的原因?

  1. closures所有防病毒软件和Windows防火墙。
  2. iptables -F
  3. 然后wireshark(转储)数据包从虚拟机。 这可能会显示水平。