gaoxingwang
gaoxingwang
In the following special scenarios, the ip command denies the following second route addition, but route does not。 Example: $ip -6 route add 2409:8080:5a0a:60c7::7/128 via 2409:8080:5a0a:60c7::7 dev eth2 $ip -6...
Keep action same with ip command Before the patch: $ip -6 route add 2409:8080:5a0a:60c7::7/128 via 2409:8080:5a0a:60c7::7 dev eth2 $ip -6 route add 2409:8080:5a0a:60c7::8/128 via 2409:8080:5a0a:60c7::7 dev eth2 RTNETLINK answers: No...
When I use the following configuration, restart the network service. Configuration content: /etc/sysconfig/network-scripts/ifcfg-eth2 ``` STARTMODE='onboot' BOOTPROTO='static' IPADDR='192.9.201.21' NETMASK='255.255.0.0' MTU='1450' DEVICE="eth2" ``` /etc/sysconfig/network-scripts/route-eth2 ``` ADDRESS0=192.9.0.0 NETMASK0=255.255.0.0 GATEWAY0=192.9.201.200 ADDRESS1=10.10.1.0 NETMASK1=255.255.255.0 GATEWAY1=192.9.201.200 ADDRESS2=12.10.110.0...
The interface was brought up by `ifup` at first, then i ifconfig down the interface and modify the IP address in the ifcfg file. After restarting the network service, the...