When using the show ip route command, a route with the identifier K can be seen.
The following explains the route:
1.This route is the default gateway route obtained by the management interface (eth0) through DHCP:
2.This route can be deleted without affecting the system. However, when the route being deleted, devices in different network segments will not be able to access this device.
Command: sudo ip route del 0.0.0.0/0 via 10.110.196.1
3.If you need access to other networks in different network segments, detailed host routes or network segment routes can be added: sudo ip route add 10.104.14.161/32 via 10.110.196.1
4.We recommend to keep the default route.
Comments
0 comments
Please sign in to leave a comment.