Hi all,
Having an issue where the iptable_nat modules seem to be missing from my Proxmox VE 5 installation. I am trying to run the following command:
iptables -t nat -A PREROUTING -o vmbr4 -s 172.31.255.254 -j SNAT --to-source 185.1.95.62
but get the error:
iptables v1.6.0: can't initialize iptables table `nat': Table does not exist (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded
I've tried to use insmod as suggested but get the following:
insmod iptable_nat
insmod: ERROR: could not load module iptable_nat: No such file or directory
Any idea how I can enable NAT support on the host?
Thanks in advance!
Having an issue where the iptable_nat modules seem to be missing from my Proxmox VE 5 installation. I am trying to run the following command:
iptables -t nat -A PREROUTING -o vmbr4 -s 172.31.255.254 -j SNAT --to-source 185.1.95.62
but get the error:
iptables v1.6.0: can't initialize iptables table `nat': Table does not exist (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded
I've tried to use insmod as suggested but get the following:
insmod iptable_nat
insmod: ERROR: could not load module iptable_nat: No such file or directory
Any idea how I can enable NAT support on the host?
Thanks in advance!