Proxmox Network Configuration Problem

MevcutOnur

New Member
Apr 3, 2019
1
0
1
23
I have a server with Windows VM installed. I only have the machine's IP and I want to configure the network without buying any other IPs. Here is the interfaces file:
Code:
source /etc/network/interfaces.d/*

auto lo
iface lo inet loopback

allow-hotplug eno1

auto eno1
iface eno1 inet static

auto vmbr0
iface vmbr0 inet static
        address 195.154.200.79
        netmask 255.255.255.255
        gateway 195.154.200.1
        bridge-ports eno1
        bridge-stp off
        bridge-fd 0

How can I do it?
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!