To rebuild the network in traffic it would help me to set the alias ip to green.
Has anyone solved this ?
Thank you
I cannot understand what you mean with the sentence “To rebuild the network in traffic it would help me to set the alias ip to green”.
IPFire Web User Interface allows only to add aliases to the red interface when you have more than one static public IP. However, using the command line you could assign a second IP address to the green0 interface.
sudo ip addr add 192.168.1.2/24 dev green0 label green0:0
To make it permanent you could add this command to rc.local
.
2 Likes
Thank you
this could be it…
I tried to write directly into the configuration
I’ll try and let you know
Thus, the above procedure for creating a green alias works.
But in the end I chose the variant
create a “blue” interface set as VLAN from a “green” interface
Thanks again.
1 Like