I’m new to Nethserver and I’m starting to play around with it.
I created an EC" instance with Centos 7 on AWS. The main network interface is facing a public subnet in my VPC while I added a secondary interface that faces a private subnate of my VPC. This is so because I’d like to setup Nethserver as a firewall for other instances in the private subnet.
Now everything works fine until I try to configure the secondary ENI. Even though the subnet assigns a private IP to it, from within Nethserver GUI it looks like no address is assigned to the interface, so if I configure it and hit save, the server brakes and becomes unusable, even if the main ENI (the one facing the internet, has not been touch).
All I can do at that point is to terminate the instance and launch a new one and re-install Nethserver.
Does anybody have any experience with this type of configuration?
I’ve been meaning to take a look at doing this, but haven’t had the chance yet.
Have you taken a look at the naming convention for the interfaces? What are they called?
I wonder if CentOS within EC2 is using a slightly different ethernet interface naming convention and NethServer is expecting the naming of the ethernet interface to be something else and that could be killing it.