Hi,
I have added 1000 OVSIntPort to my proxmox node.
After rebooting i get the following message:
(image attached)
Since then I also have a problems connecting via ssh to my VMs from public IP (dnat set up in iptables)
I have tried setting up this value here, but got error:
How can I adjust this setting correctly?
I have added 1000 OVSIntPort to my proxmox node.
After rebooting i get the following message:
Code:
linux route cache is full consider increasing sysctl net.ipv[4|6].route.max_size
Since then I also have a problems connecting via ssh to my VMs from public IP (dnat set up in iptables)
I have tried setting up this value here, but got error:
Bash:
root@machine:~# sysctl -w net.ipv4.route.max_size=4147483647
sysctl: setting key "net.ipv4.route.max_size": Invalid argument
net.ipv4.route.max_size = 4147483647
root@machine:~# sysctl net.ipv4.route.max_size
net.ipv4.route.max_size = 2147483647
How can I adjust this setting correctly?