hello everyone,
I would like to please ask a question and see if it is possible to receive your help with something that I have been trying to do for days, I am new and I am trying to learn to use proxmox and linux in general, I have a server in hetzner with several additional ip's and a subnet, The IP with the configuration that I currently have works fine but I can't get my subnet to work, sometimes I have access to the internet but other times I don't (I have to restart for it to work), I want to be able to install CWP but it also gives me errors and in Sometimes it just doesn't download the packages, I can't connect via SSH even though I have the port open and the service.
I am attaching a copy of my proxmox configuration of the network interface.
I appreciate your help
	
	
	
		
				
			I would like to please ask a question and see if it is possible to receive your help with something that I have been trying to do for days, I am new and I am trying to learn to use proxmox and linux in general, I have a server in hetzner with several additional ip's and a subnet, The IP with the configuration that I currently have works fine but I can't get my subnet to work, sometimes I have access to the internet but other times I don't (I have to restart for it to work), I want to be able to install CWP but it also gives me errors and in Sometimes it just doesn't download the packages, I can't connect via SSH even though I have the port open and the service.
I am attaching a copy of my proxmox configuration of the network interface.
I appreciate your help
		C:
	
	auto lo
iface lo inet loopback
iface enp4s0 inet manual
iface vmbr0 inet6 static
  address xxxxxxxxxx
  netmask 96
  gateway fe80::1
  up ip -6 route add xx:XX:xx:1::/96 dev vmbr0
 
auto vmbr0
iface vmbr0 inet static
        address xx.x.xx.250/32
        gateway xx.x.xx.225
        bridge-ports enp4s0
        bridge-stp off
        bridge-fd 0
//another interfaces
      
      
      
      //subnet interface
auto vmbr4
iface vmbr4 inet static
  address xx.xx.xx.112
  netmask 255.255.255.248
  bridge_ports none
  bridge_stp off
  bridge_fd 0