Parameter verification failed. (400) net0: invalid format

Ovidiu

Renowned Member
Apr 27, 2014
326
14
83
Code:
[COLOR=#000000][FONT=tahoma]Parameter verification failed. (400)[/FONT][/COLOR]

[B]net0: invalid format - format error at /usr/share/perl5/PVE/JSONSchema.pm line 529 net0.ip: invalid format - value does not look like a valid ipv4 network configuration[/B]

Not exactly sure what the problem is here, how to find out what the exact problem is?
 
do you run latest version?

check with:
> pveversion -v

check your network config, and/or post it here
> pct config CTID
 
pveversion -v
proxmox-ve: 4.0-16 (running kernel: 4.2.2-1-pve)
pve-manager: 4.0-48 (running version: 4.0-48/0d8559d0)
pve-kernel-4.2.2-1-pve: 4.2.2-16
lvm2: 2.02.116-pve1
corosync-pve: 2.3.5-1
libqb0: 0.17.2-1
pve-cluster: 4.0-22
qemu-server: 4.0-30
pve-firmware: 1.1-7
libpve-common-perl: 4.0-29
libpve-access-control: 4.0-9
libpve-storage-perl: 4.0-25
pve-libspice-server1: 0.12.5-1
vncterm: 1.2-1
pve-qemu-kvm: 2.4-9
pve-container: 1.0-6
pve-firewall: 2.0-12
pve-ha-manager: 1.0-9
ksm-control-daemon: 1.2-1
glusterfs-client: 3.5.2-2+deb8u1
lxc-pve: 1.1.3-1
lxcfs: 0.9-pve2
cgmanager: 0.37-pve2
criu: 1.6.0-1

I can't give you the output of the other command as I had to reset a few things, will do so when I can again.
I think the problem is that I am using Strato as my server provider, they seem to have a very strange network config, after googling it seems I would need something like this to get running but can't use this through the proxmox GUI apparently?

auto eth0
iface eth0 inet static
address 85.214.82.17
netmask 255.255.255.255
post-up route add -host 85.214.64.1 dev eth0
post-up route add default gw 85.214.64.1


Any ideas except change provider?