I have multiple IPs.(75.75.200.33~47).
I created 10 VMs.
I want attach one public ip to each VM.
I tried to set "Routed Configuration" like below.
But it doesn't work also damage my network.
Please Anyone help me.
I created 10 VMs.
I want attach one public ip to each VM.
I tried to set "Routed Configuration" like below.
iface lo inet loopback
auto eno0
iface eno0 inet static
address 75.75.200.45
gateway 75.75.200.46
post-up echo 1 > /proc/sys/net/ipv4/ip_forward
post-up echo 1 > /proc/sys/net/ipv4/conf/eno0/proxy_arp
auto vmbr0
iface vmbr0 inet static
address 75.75.200.33/28
bridge-ports none
bridge-stp off
bridge-fd 0
But it doesn't work also damage my network.
Please Anyone help me.