You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.
The gateway job only allows to add new gateways, but never deletes the existing ones. I mainly used this job on an IaaS that didn't have a default gateway.
Hello,
im trying to use this bosh release to enable access to an internet gateway from a bosh deployment.
The context :
After deployment, i see 2 defaults gateways declared. Seems strange ?
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 10.234.228.130 0.0.0.0 UG 0 0 0 eth0
0.0.0.0 10.234.228.129 0.0.0.0 UG 0 0 0 eth0
10.0.0.0 10.234.228.129 255.255.255.192 UG 0 0 0 eth0
10.234.228.128 0.0.0.0 255.255.255.192 U 0 0 0 eth0
172.17.0.0 0.0.0.0 255.255.0.0 U 0 0 0 docker0
It prevents the internet access. Removing the initial default gateway fixes the issue (see gist below)
https://gist.github.com/poblin-orange/5ac277854a24b4a35966
The text was updated successfully, but these errors were encountered: