Hi,
I need to use one of my failover IP to do masquerading to provide some VM with internet but who dosen't need to be accessed (no inbound).
This is my Proxmox /etc/network/interfaces file:
auto lo
iface lo inet loopback
iface eno3 inet manual
iface eno4 inet manual
auto vmbr0
iface vmbr0 inet static
address 54.39.49.187
netmask 255.255.255.248
gateway 54.39.49.254
bridge_ports eno3
bridge_stp off
bridge_fd 0
What I need to add/modify to get six VM with internet (outbound) using this IP: 167.114.181.49
Thanks,
Guillaume
I need to use one of my failover IP to do masquerading to provide some VM with internet but who dosen't need to be accessed (no inbound).
This is my Proxmox /etc/network/interfaces file:
auto lo
iface lo inet loopback
iface eno3 inet manual
iface eno4 inet manual
auto vmbr0
iface vmbr0 inet static
address 54.39.49.187
netmask 255.255.255.248
gateway 54.39.49.254
bridge_ports eno3
bridge_stp off
bridge_fd 0
What I need to add/modify to get six VM with internet (outbound) using this IP: 167.114.181.49
Thanks,
Guillaume