| | 187 | * 同じポートだがNICごとに違うサービスに接続できる |
| | 188 | * WAN:$ telnet 133.xyz.xxx.39 8000 |
| | 189 | {{{ |
| | 190 | Trying 133.xyz.xxx.39... |
| | 191 | Connected to 133.xyz.xxx.39. |
| | 192 | Escape character is '^]'. |
| | 193 | GET / |
| | 194 | |
| | 195 | |
| | 196 | <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> |
| | 197 | <html><head> |
| | 198 | <title>400 Bad Request</title> |
| | 199 | </head><body> |
| | 200 | <h1>Bad Request</h1> |
| | 201 | <p>Your browser sent a request that this server could not understand.<br /> |
| | 202 | Reason: You're speaking plain HTTP to an SSL-enabled server port.<br /> |
| | 203 | Instead use the HTTPS scheme to access this URL, please.<br /> |
| | 204 | <blockquote>Hint: <a href="https://test.mitty.jp/"><b>https://test.mitty.jp/</b></a></blockquote></p> |
| | 205 | <hr> |
| | 206 | <address>Apache/2.2.8 (Ubuntu) DAV/2 SVN/1.5.1 mod_ssl/2.2.8 OpenSSL/0.9.8g Server at test Port 443</address> |
| | 207 | </body></html> |
| | 208 | Connection closed by foreign host. |
| | 209 | }}} |
| | 210 | * LAN:% telnet 192.168.100.254 8000 |
| | 211 | {{{ |
| | 212 | Trying 192.168.100.254... |
| | 213 | Connected to 192.168.100.254. |
| | 214 | Escape character is '^]'. |
| | 215 | SSH-2.0-OpenSSH_4.7p1 Debian-8ubuntu1.2 |
| | 216 | |
| | 217 | Protocol mismatch. |
| | 218 | Connection closed by foreign host. |
| | 219 | }}} |