Hi Community,
I apologize if the subject has already been discussed but I have not found an answer to my case.
I would like to add a second public IP on my server.
Here is my current configuration:
I would like to add this configuration, how can I do it?
address 5.135.x.x
netmask 255.255.255.224
gateway 5.135.x.x
Both IPs must be reachable at the same time.
Regards,
Michael.
I apologize if the subject has already been discussed but I have not found an answer to my case.
I would like to add a second public IP on my server.
Here is my current configuration:
auto lo
iface lo inet loopback
iface eno1 inet manual
iface eno2 inet manual
iface enp0s20f0u8u3c2 inet manual
auto vmbr0
iface vmbr0 inet static
address 51.x.x.x/24
gateway 51.x.x.254
bridge-ports eno1
bridge-stp off
bridge-fd 0
network 51.x.x.0
auto vmbr2
iface vmbr2 inet static
address 172.x.0.x/16
bridge-ports eno2
bridge-stp off
bridge-fd 0
post-up /sbin/route add -net 224.0.0.0/4 vmbr2
pre-down /sbin/route del -net 224.0.0.0/4 vmbr2
I would like to add this configuration, how can I do it?
address 5.135.x.x
netmask 255.255.255.224
gateway 5.135.x.x
Both IPs must be reachable at the same time.
Regards,
Michael.