I do not understand why, because I have multiple Debian 9 servers and I have this problem only one one server:
I do not have /etc/network/interfaces
files.
I need to host multiple ip addresses on this server.
I have read some documentations and I have added ip address into this file:
/etc/systemd/network/50-default.network
I have added a line with Address=x.x.x.x for each IP in [Network] section.
Everything works but I do not see all my IP in ifconfig
... I only see first IP.
I have notice I have a eno3 interface.
On my other servers, I can see eth0, eth0:0, eth0:1
Thanks