操作间 10.0.205.201
root@vst-PC:/home/vst/website# traceroute -T 10.0.205.89
traceroute to 10.0.205.89 (10.0.205.89), 30 hops max, 60 byte packets1 10.17.208.39 (10.17.208.39) 0.255 ms 0.252 ms 0.267 ms2 192.168.6.254 (192.168.6.254) 3.500 ms 3.491 ms 3.483 ms^C
root@vst-PC:/home/vst/website# traceroute -T 10.0.205.89
traceroute to 10.0.205.89 (10.0.205.89), 30 hops max, 60 byte packets1 10.17.208.39 (10.17.208.39) 0.353 ms 0.362 ms 0.403 ms2 192.168.6.254 (192.168.6.254) 2.276 ms 2.314 ms 2.303 ms3 * * *4 * * *5 * * *6 * * *7 * * *8 * * *9 * * *
10 * * *
11 * * *
12 * * *
13 * * *
14 * * *
15 * * *
16 * * *
17 * * *
18 * * *
19 * * *
20 * * *
21 * * *
22 * * *
23 * * *
24 * * *
25 * * *
26 * * *
27 * * *
28 * * *
29 * * *
30 * * *
root@vst-PC:/home/vst/website# traceroute 10.0.205.89
traceroute to 10.0.205.89 (10.0.205.89), 30 hops max, 60 byte packets1 10.17.208.39 (10.17.208.39) 0.246 ms 0.249 ms 0.265 ms2 192.168.6.254 (192.168.6.254) 0.393 ms 0.386 ms 0.378 ms3 10.0.205.89 (10.0.205.89) 0.320 ms 0.311 ms 0.330 ms
root@vst-PC:/home/vst/website# ssh -vvv 10.0.205.89
OpenSSH_9.7p1 Deepin, OpenSSL 3.2.3-dev
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: include /etc/ssh/ssh_config.d/*.conf matched no files
debug1: /etc/ssh/ssh_config line 21: Applying options for *
debug2: resolve_canonicalize: hostname 10.0.205.89 is address
debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/root/.ssh/known_hosts'
debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/root/.ssh/known_hosts2'
debug3: channel_clear_timeouts: clearing
debug3: ssh_connect_direct: entering
debug1: Connecting to 10.0.205.89 [10.0.205.89] port 22.
debug3: set_sock_tos: set socket 3 IP_TOS 0x10root@vst-PC:/home/vst/website# traceroute 10.0.205.89
traceroute to 10.0.205.89 (10.0.205.89), 30 hops max, 60 byte packets1 10.17.208.39 (10.17.208.39) 0.436 ms 0.474 ms 0.490 ms2 192.168.6.254 (192.168.6.254) 0.475 ms 0.462 ms 0.448 ms3 10.0.205.89 (10.0.205.89) 0.365 ms 0.352 ms 0.377 ms
root@vst-PC:/home/vst/website# traceroute -T 10.0.205.89
traceroute to 10.0.205.89 (10.0.205.89), 30 hops max, 60 byte packets1 10.17.208.39 (10.17.208.39) 0.300 ms 0.294 ms 0.279 ms2 192.168.6.254 (192.168.6.254) 0.384 ms 0.373 ms 0.361 ms3 * * *4 * * *5 * * *6 * * *7 * * *8 * * *9 * * *
root@vst-PC:/home/vst/website# ip r
default via 192.168.23.164 dev wlp0s20f3 proto dhcp src 192.168.23.46 metric 600
10.0.0.0/16 via 10.17.208.39 dev enp45s0
10.17.0.0/16 via 10.17.208.39 dev enp45s0
10.17.202.0/23 dev enp45s0 proto kernel scope link src 10.17.203.243 metric 100
10.17.208.0/24 dev enp45s0 proto kernel scope link src 10.17.208.201 metric 100
172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown
192.168.23.0/24 dev wlp0s20f3 proto kernel scope link src 192.168.23.46 metric 600
root@vst-PC:/home/vst/website# route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 192.168.23.164 0.0.0.0 UG 600 0 0 wlp0s20f3
10.0.0.0 10.17.208.39 255.255.0.0 UG 0 0 0 enp45s0
10.17.0.0 10.17.208.39 255.255.0.0 UG 0 0 0 enp45s0
10.17.202.0 0.0.0.0 255.255.254.0 U 100 0 0 enp45s0
10.17.208.0 0.0.0.0 255.255.255.0 U 100 0 0 enp45s0
172.17.0.0 0.0.0.0 255.255.0.0 U 0 0 0 docker0
192.168.23.0 0.0.0.0 255.255.255.0 U 600 0 0 wlp0s20f3