scissor-project / open-scissor

OpenSCISSOR provisioning and orchestration
Apache License 2.0
2 stars 0 forks source link

Default route configuration does not work in Fedora. The connectivity is broken #35

Closed ferrarimarco closed 6 years ago

ferrarimarco commented 6 years ago

Prerequisites

Description

ip route add default does not create a default route in Fedora.

Host Environment

Output

Output of ip route

default via 10.10.0.1 dev enp0s8 proto static metric 100 
10.0.0.0/8 dev enp0s8 proto kernel scope link src 10.10.1.60 metric 100 
10.0.2.0/24 dev enp0s3 proto kernel scope link src 10.0.2.15 metric 100

Steps to Reproduce

  1. vagrant up gateway
  2. vagrant up prelude-manager-oss

Expected behavior: The route should be set up during the provisioning phase

Actual behavior: No default route is set up

Reproduces how often: Always

References

33 #34