Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Capture outbound routing config in emis-access backend #210

Open
bloodearnest opened this issue Feb 23, 2024 · 0 comments
Open

Capture outbound routing config in emis-access backend #210

bloodearnest opened this issue Feb 23, 2024 · 0 comments

Comments

@bloodearnest
Copy link
Member

emis-access just manages users, no services.

However, it does need to ensure that its network routing is configured to use its assigned static IP for all outbound traffic.

This looks like adding the following to /etc/netplan/50-cloud-init.yaml config for eth0:

          routes:
              # as per https://docs.digitalocean.com/products/networking/reserved-ips/how-to/outbound-traffic/
              - to: 0.0.0.0/0
                via: 10.16.0.1

It may be that emis network access is changing, and we won't need this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant