Watch the routing table
Active Routes: Network Netmask Gateway Interface MetricDestination
// Send to the default route 0.0.0.0 0.0.0.0 192.168.123.88 10.0.0.0 0.0.0.0 192.168.123.254 192.168.123.68 1
// 回 ring 127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1
// Send to this segment 192.168.123.0 192.168.123.68 192.168.123.68 192.168.123.0 255.255.255.0 192.168.123.88 192.168.123.88 1
// Send to yourself 192.168.123.68 255.25.255.255 127.0.0.127.0.0.1 1192.168.123.88 255.0.055.255 127.0.0.1 127.0.0.1 1
// Direct broadcasts 192.168.123.255 192.168.123.68 192.168.123.68 1192.168.123.255 192.168.1255.255 192.168.123.88 192.168.123.88 1
// Group Broadcast address 224.0.0.0 224.0.0.0 192.168.123.68 1224.0.0.0 224.0.0.0 192.168.123.88 192.168.123.88 1
// Absolute broadcast 255.25.25.255 255.255.255.255 192.168.123.68 192.168.123.68 1
// Default route
DEFAULT GATEWAY: 192.168.123.254 ============================================== =============================== Current routing: Destination Destination Network Segment Mask Subnet Mask Interface Arrival Reach The destination The IPGATEWAY IPGATEWAY IPGATEWAY IP, the router is transferred to the next router through Interface and Gateway defines the link to the next router. Usually, Interface and Gateway are the metric hop of the same network segment, which recorded Quality, in general, if there are multiple routing records arriving at the same destination, the router will use the METRIC value small routing first default route: meaning, when a packet's destination network segment is not in yours In the routing record, then your router should send that packet to where! The gateway of the default route is the way the route recorded by Default Gateway on your connection is: When I receive a destination network segment of a packet is not in my routing record, I will pass the packet through 192.168. 123.88 This interface is sent to 192.168.123.254 this address, this address is an interface of the next router so that this packet can be delivered to the next router process, not related to me. The route recorded line quality 1 Article 2 default routing: The routing record means: When I receive a destination network segment of a packet is not in my routing record, I will pass the data package through 192.168.123.68. The interface is sent to 192.168.123.254 this address, this address is an interface of the next router so that this packet can be delivered to the next router process, not related to me. The line quality of the route record 1 Article 3 Local Loop: 127.0.0.0 All addresses in this network segment point to your machine. If you receive such a data, what should I send to where the route recorded line quality 1 Article 4 Route Record of the networked section: How to deal with the router to receive a packet sent to the line segment, this situation, the interface and Gateway of routing records are the same.