Custom Search

Wednesday, June 6, 2018

OpenStack DevStack functions-common Failure retrieving default route device


1)


ubuntu@ubuntucontroller:~$
ubuntu@ubuntucontroller:~$ route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
172.16.63.0     0.0.0.0         255.255.255.0   U     0      0        0 ens33
192.168.5.0     0.0.0.0         255.255.255.0   U     0      0        0 ens34
192.168.122.0   0.0.0.0         255.255.255.0   U     0      0        0 virbr0
192.169.5.0     0.0.0.0         255.255.255.0   U     0      0        0 ens35
192.170.5.0     0.0.0.0         255.255.255.0   U     0      0        0 ens36
ubuntu@ubuntucontroller:~$
ubuntu@ubuntucontroller:~$

2)
ubuntu@ubuntucontroller:~$
ubuntu@ubuntucontroller:~$sudo route add default gw 172.16.63.2 ens33
ubuntu@ubuntucontroller:~$
ubuntu@ubuntucontroller:~$

3)
ubuntu@ubuntucontroller:~$
ubuntu@ubuntucontroller:~$ route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
0.0.0.0         172.16.63.2     0.0.0.0         UG    0      0        0 ens33
172.16.63.0     0.0.0.0         255.255.255.0   U     0      0        0 ens33
192.168.5.0     0.0.0.0         255.255.255.0   U     0      0        0 ens34
192.168.122.0   0.0.0.0         255.255.255.0   U     0      0        0 virbr0
192.169.5.0     0.0.0.0         255.255.255.0   U     0      0        0 ens35
192.170.5.0     0.0.0.0         255.255.255.0   U     0      0        0 ens36
ubuntu@ubuntucontroller:~$
ubuntu@ubuntucontroller:~$

No comments:

Post a Comment