Hi!
I'm trying to setup core v10 as a NAT router on a vm (virtualbox windows), when i run the following command:
sudo iptables -t nat -A POSTROUTING -o eth1 -j MASQUERADE
it shows this: iptables v1.8.2 (legacy) can't initialize iptables table 'nat' :Table does not exist (do you need to insmod?)
Perharps iptables or your kernel needs to be upgraded
Is this intended?
[EDIT]: Changed v9 to v10. Rich