Skip to content
Snippets Groups Projects
Verified Commit f5af1c04 authored by Dominik Vašek's avatar Dominik Vašek
Browse files

add link to networking

parent b4df2687
No related tags found
2 merge requests!41Feature/os interface,!40Draft: update port interface howto
Pipeline #303913 passed with warnings
......@@ -14,7 +14,7 @@ In OpenStack, you can attach a network interface to an instance to provide addit
Before you begin, you should have the following:
- An [instance](../getting-started/creating-first-infrastructure.md) that you want to attach a network interface to
- A pre-existing OpenStack network that you want to attach to the instance
- A pre-existing OpenStack [network](../how-to-guides/create-networking.md) that you want to attach to the instance
## Attaching Interface
......@@ -100,6 +100,6 @@ $ openstack server show <server_id>
## Security Considerations
- Limit the use of network interfaces: Only attach network interfaces to instances that require them. Avoid attaching network interfaces to instances that do not require them to minimize the attack surface.
- Review firewall rules: Review and update firewall rules to ensure that only necessary ports and services are accessible from the network interface.
- Use security groups: Use security groups to define the network traffic that is allowed to or from the instance.
- **Limit the use of network interfaces**: Only attach network interfaces to instances that require them. Avoid attaching network interfaces to instances that do not require them to minimize the attack surface.
- **Review firewall rules**: Review and update firewall rules to ensure that only necessary ports and services are accessible from the network interface.
- **Use security groups**: Use security groups to define the network traffic that is allowed to or from the instance.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment