Advertisement
Guest User

Untitled

a guest
Jan 19th, 2011
682
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.49 KB | None | 0 0
  1. $ telnet 192.168.0.108 80
  2. Trying 192.168.0.108...
  3. Connected to 192.168.0.108.
  4. Escape character is '^]'.
  5. CONNECT 192.98.101.230:6667
  6. <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
  7. <html><head>
  8. <title>405 Method Not Allowed</title>
  9. </head><body>
  10. <h1>Method Not Allowed</h1>
  11. <p>The requested method CONNECT is not allowed for the URL /index.html.</p>
  12. <hr>
  13. <address>Apache/2.2.14 (Ubuntu) Server at 192.98.101.230 Port 6667</address>
  14. </body></html>
  15. Connection closed by foreign host.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement