On 21-06-17 12:19, Spud wrote: > I have a problem with Vuurmuur in Ubuntu 16.02.2 server > > If I try to add the SNAT rule I get this error in the vuurmuur logs > > PID 1386 : vuurmuur : Warning: snat rules not created: SNAT-target > not supported by this system. > > But if I do this > > iptables -t nat -A POSTROUTING -s 192.168.0.0/24 <http://192.168.0.0/24> > -o eno2 -j SNAT --to-source 192.168.1.2 > > Then it adds the rule no problem and everything works. > > So to get this working I'm using the masq rule and that gets the routing > working. > > Is this a bug or am I doing something wrong here? > > Oh and I'm upgrading from a 12.04 system thats been running for many > years with vuurmuur and it worked in that system no problem.
You can try adding --no-check to the vuurmuur commandline. Older vuurmuur (0.7) has trouble detecting supported features on recent kernels. -- --------------------------------------------- Victor Julien http://www.inliniac.net/ PGP: http://www.inliniac.net/victorjulien.asc --------------------------------------------- ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Vuurmuur-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/vuurmuur-users
