问题 1 如何检查能不能连通省店的服务器?
  答: 有时工作站能上互联网而连不上省店的服务器,这时可转到DOS状态下,运行PING命令。
例如:C\>ping 141.2.50.1
         Pinging 141.2.50.1 with 32 bytes of data:
         Reply from 141.2.50.1 bytes=32 time<10ms TTL=128
         Reply from 141.2.50.1 bytes=32 time<10ms TTL=128
         Reply from 141.2.50.1 bytes=32 time<10ms TTL=128
         Reply from 141.2.50.1 bytes=32 time<10ms TTL=128

         Ping statistics for 141.2.50.1:
         Packets : Sent=4, Received=4, lost=0 <0% lost> ,
         Appproximate round trip times in milli-seconds :
         Minimun=0ms, Maximun=0ms , Average=0ms
     C\>
    这种状态说明工作站和省店服务器连接正常。发了4个包,接收4个包,没有丢包。而如果是
     C\>ping 141.2.50.1
         Pinging 141.2.50.1 with 32 bytes of data:
         Request timed out
         Request timed out
         Request timed out
         Request timed out

         Ping statistics for 141.2.50.1:
         Packets : Sent=4, Received=0, lost=4 <100% lost> ,
         Appproximate round trip times in milli-seconds :
         Minimun=0ms, Maximun=0ms , Average=0ms
     C\>
    这种状态说明工作站和省店服务器连接失败,发了4个包,没有收包,丢了4个包,百分百丢失。这时要去检查VPN了。
[返回上一页] [打印本页]