On 10/27/20 10:36 AM, Roberto Ragusa wrote:
Maybe your problem is just in how to achieve this with NetworkManager, which is probably not the right tool for these "non desktop" setups. With good old ifcfg scripts you do not even need aliases anymore, I achieve a similar configuration through:

   IPADDR=x.x.x.2
  NETMASK=255.255.255.254 (this is to catch the router at x.x.x.1, your correct mask is another possible option here)
   IPADDR0=x.x.x.3
   NETMASK0=255.255.255.255
   IPADDR1=x.x.x.4
   NETMASK1=255.255.255.255
   ...and so on

NetworkManager handles this just as well, but he was trying to avoid this setup.
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org

Reply via email to