Hey there,
I am spinning up a local proxmox virtual environment behind my Fritz!Box 7490. I want to use this to create private development environments.
I followed the tutorial to configure the network interface (see https://pve.proxmox.com/wiki/Network_Configuration). Now I got the following configuration:
	
	
	
		
If I now set the address 192.168.93.69/32 in a VM, it is not reachable on the port (set during the installation of Ubuntu, for example). The virtual machine is not only not accessible from the network, but also not from the host system.
Virtual machine (nano /etc/pve/qemu-server/100.conf):
	
	
	
		
Anyone an idea?
				
			I am spinning up a local proxmox virtual environment behind my Fritz!Box 7490. I want to use this to create private development environments.
I followed the tutorial to configure the network interface (see https://pve.proxmox.com/wiki/Network_Configuration). Now I got the following configuration:
		Code:
	
	auto lo
iface lo inet loopback
# primary network interface
auto enp2s0
iface enp2s0 inet static
        address 192.168.178.131
        netmask 255.255.0.0
        gateway 192.168.0.1
        post-up echo 1 > /proc/sys/net/ipv4/ip_forward
        post-up echo 1 > /proc/sys/net/ipv4/conf/eno1/proxy_arp
# vm network interface
auto vmbr0
iface vmbr0 inet static
        address 192.168.93.65
        netmask 255.255.255.224
        bridge_ports none
        bridge_stp off
        bridge_fd 0If I now set the address 192.168.93.69/32 in a VM, it is not reachable on the port (set during the installation of Ubuntu, for example). The virtual machine is not only not accessible from the network, but also not from the host system.
Virtual machine (nano /etc/pve/qemu-server/100.conf):
		Code:
	
	bootdisk: scsi0
cores: 1
ide2: local:iso/ubuntu-18.04.4-live-server-amd64.iso,media=cdrom
memory: 4096
name: s010203
net0: virtio=6A:ED:78:D3:BF:86,bridge=vmbr0,firewall=1
numa: 0
ostype: l26
scsi0: local-lvm:vm-100-disk-0,size=32G
scsihw: virtio-scsi-pci
smbios1: uuid=14ad7975-37ee-4e95-8cd8-c723f638e077
sockets: 2
vmgenid: 67f9b74d-e72d-4569-810c-01389dc50c31Anyone an idea?
 
	 
	 
 
		

 
 