Mrigendra Nagar wrote: > Yes I have different ip address for both host(windows) and guest(F7) > machine. Is it only browsing you can't seem to do? >From the command line you can try both of these and see what the results are. Here is what you should see... [egreshko@misty ~]$ lynx -head -dump http://www.cnn.com HTTP/1.1 200 OK Date: Mon, 11 Jun 2007 07:33:30 GMT Server: Apache Vary: Accept-Encoding,User-Agent Cache-Control: max-age=60, private Expires: Mon, 11 Jun 2007 07:34:28 GMT Content-Type: text/html Content-Length: 107785 Connection: close and egreshko@misty ~]$ telnet gmail-smtp-in.l.google.com 25 Trying 64.233.163.27... Connected to gmail-smtp-in.l.google.com (64.233.163.27). Escape character is '^]'. 220 mx.google.com ESMTP 8si20774939nzn quit 221 2.0.0 mx.google.com closing connection 8si20774939nzn Connection closed by foreign host. Where I typed the "quit".