|
Routing issue
Hi all,
I got routing issue eth2 after i've changed the ip address of eth2.
[root@host root]# ip route
9.0.0.0/24 dev eth0 scope link
192.168.102.0/24 dev eth3 scope link
192.168.1.0/24 dev eth2 scope link<<original eth2 how do I remove this network?
10.133.0.0/22 dev eth2 scope link<<<added eth2
169.254.0.0/16 dev eth3 scope link
127.0.0.0/8 dev lo scope link
default via 192.168.1.254 dev eth2<< I will remove this route and default via 10.133.0.10 dev eth2
My question is how to remove this 192.168.1.0/24 dev eth2network?
Thank you and have a good day.
|