zoukankan      html  css  js  c++  java
  • telnet 测试 使用

    要ping的机器:
    捕获telnet数据, 看是否数据有返回
    tcpdump host 192.168.0.3 and  port 3306

    tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
    listening on eth0, link-type EN10MB (Ethernet), capture size 262144 bytes
    16:18:16.382184 IP 192.168.0.3.48456 > 192.168.0.4.mysql: Flags [S], seq 4254011999, win 29200, options [mss 1410,sackOK,TS val 3886731780 ecr 0,nop,wscale 7], length 0
    16:18:51.958653 IP 192.168.0.3.48458 > 192.168.0.4.mysql: Flags [S], seq 2079518222, win 29200, options [mss 1410,sackOK,TS val 3886767358 ecr 0,nop,wscale 7], length 0



    telnet机器:
    发送telnet 数据
    timeout 3 telnet 192.168.0.4 3306

    Trying 192.168.0.4...
    telnet: connect to address 192.168.0.4: No route to host
     
  • 相关阅读:
    python3之datetime模块
    python3之time模块
    前端面试题01
    前端面试题02
    angularjs
    nodejs
    android 报错记录
    android知识点回顾二
    android知识点回顾
    Broadcast广播代码例子
  • 原文地址:https://www.cnblogs.com/mafeng/p/12187884.html
Copyright © 2011-2022 走看看