We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
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:
/etc/netplan/50-cloud-init.yaml
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 foreth0
:It may be that emis network access is changing, and we won't need this
The text was updated successfully, but these errors were encountered: