Quantcast
Channel: Proxmox Support Forum
Viewing all articles
Browse latest Browse all 170710

Public IP - VM

$
0
0
Hello all,

I want to know the differents solutions for configure any VM with public IP.

I know this solution :
Code:

auto eth0
iface eth0 inet static
        address <pub>
        netmask 255.255.255.0
        network <pub>
        broadcast <pub>
        gateway <pub>

auto vmbr0
iface vmbr0 inet manual
        address <pub>
        netmask 255.255.255.0
        bridge_ports eth0
        bridge_stp off
        bridge_fd 0

And I configure an other public IP in the VM.

But I "lost" one public IP.

I would configure directly an public IP for a VM without lost one public IP in vmbr bridge.

Nota: The NAT solution is not possible in my infrastructure principes.

It's possible ?

Thanks

Viewing all articles
Browse latest Browse all 170710

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>