[ICN-524] Provisioned nodes end up with two default routes causing intermittent connectivity. Created: 12/Jan/21 Updated: 19/May/21 Resolved: 19/May/21 |
|
| Status: | Done |
| Project: | Integrated Cloud Native NFV |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Medium |
| Reporter: | Eric Adams | Assignee: | Todd Malsbary |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Description |
|
When provisioning nodes through the ICN scripts the newly created nodes boot up and run /var/lib/cloud/scripts/per-boot/set_provider_network.sh which adds the PROVIDER_NETWORK_GATEWAY as a default route to allow internet connectivity. However, on the Pod 20 servers there is already a default route that is connected to the BS_DHCP_INTERFACE so you end up with two default routes. I often have intermittent Internet connectivity in these pods because of this. Removing the route connected to the PROVIDER_NETWORK_GATEWAY fixes this for me and the Internet connectivity is much more stable. root@pod20-node5:/var/lib/cloud/scripts/per-boot# route
root@pod20-node5:/var/lib/cloud/scripts/per-boot# route del default gw _gateway enp24s0f1
|
| Comments |
| Comment by Todd Malsbary [ 19/May/21 ] |
|
I believe https://gerrit.akraino.org/r/c/icn/+/4217 has fixed this |