本帖最后由 ivor 于 2016-4-13 20:26 编辑
A电脑:- C:\Documents and Settings\Administrator>net use
- 会记录新的网络连接。
-
-
- 状态 本地 远程 网络
-
- -------------------------------------------------------------------------------
- \\TSCLIENT\E Microsoft Terminal Services
- 命令成功完成。
- C:\Documents and Settings\Administrator>ipconfig
-
- Windows IP Configuration
-
-
- Ethernet adapter 本地连接:
-
- Connection-specific DNS Suffix . :
- IP Address. . . . . . . . . . . . : 192.168.9.180
- Subnet Mask . . . . . . . . . . . : 255.255.255.0
- Default Gateway . . . . . . . . . : 192.168.9.254
-
- C:\Documents and Settings\Administrator>tracert 10.196.136.2
-
- Tracing route to 10.196.136.2 over a maximum of 30 hops
-
- 1 <1 ms <1 ms <1 ms 192.168.9.252
- 2 <1 ms <1 ms <1 ms 10.196.136.2
-
- Trace complete.
复制代码 B电脑:computername isn't TSCLIENT- C:\Users\Administrator>net share
-
- 共享名 资源 注解
-
- ---------------------------------------------------------------
- print$ C:\Windows\system32\spool\drivers
- 打印机驱动程序
- IPC$ 远程 IPC
- it1525 10.196.138.111 后台处理 it1525
- 命令成功完成。
- C:\Users\Administrator>ipconfig
-
- IPv4 地址 . . . . . . . . . . . . : 10.196.136.2
- 子网掩码 . . . . . . . . . . . . : 255.255.240.0
- 默认网关. . . . . . . . . . . . . : 10.196.129.253
-
- C:\Users\Administrator>tracert 192.168.9.180
-
- 通过最多 30 个跃点跟踪
- 到 bogon [192.168.9.180] 的路由:
-
- 1 * * * 请求超时。
- 2 <1 毫秒 <1 毫秒 <1 毫秒 bogon [192.168.9.180]
-
- 跟踪完成。
复制代码
|