Hi. I need to setup a SME server as server&gateway in an already NATed network, so I'd like to disable masquerading for the private network of SME.
Can I just create a custom template /etc/e-smith/templates-custom/etc/rc.d/init.d/masq/40masqLAN and commen the line /sbin/iptables --append PostroutingOutbound -t nat -j MASQUERADE
or will it cause problems on some services?