ルーティングが機能しないのはなぜですか?

ルーティングが機能しないのはなぜですか?

openvpnクライアントを使用してリモートホストに接続し、pingを送信できます。このIPのルートも正確です。

> ping 10.10.0.251
PING 10.10.0.251 (10.10.0.251): 56 data bytes
64 bytes from 10.10.0.251: icmp_seq=0 ttl=63 time=388.371 ms
64 bytes from 10.10.0.251: icmp_seq=1 ttl=63 time=195.209 ms
^C
--- 10.10.0.251 ping statistics ---
2 packets transmitted, 2 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 195.209/291.790/388.371/96.581 ms
> route get 10.10.0.251
   route to: 10.10.0.251
destination: 10.10.0.0
       mask: 255.255.255.0
    gateway: 10.11.0.1
        fib: 0
  interface: ovpnc5
      flags: <UP,GATEWAY,DONE,STATIC>
 recvpipe  sendpipe  ssthresh  rtt,msec    mtu        weight    expire
       0         0         0         0      1500         1         0

また、LAN上のWindowsシステムでこのIPを追跡すると、他のゲートウェイを通過します。

>tracert 10.10.0.251

Tracing route to 10.10.0.251 over a maximum of 30 hops

  1    <1 ms    <1 ms    <1 ms  192.168.10.1
  2     1 ms    <1 ms    <1 ms  ISP router 1
  3     *        1 ms     1 ms  ISP router 2

私のルーターは192.168.10.1どこで実行されますか?IPpfSense

理論的にはこれはどのように可能ですか?ルーティングテーブルに加えてパケットルーティングを制御する人は誰ですか?

ベストアンサー1

おすすめ記事