> The reason why i don't like to NAT all is so that only
> allowed IP's can use IM. If all are NAT'd all can use
> IM
I suggest using tcp wrappers to implement allow/disallow
policies. (I'm not familiar enough with the MSN/Yahoo IM
protocols to know if it's feasible, but I suspect it
is.) See man pages (and templates) for hosts.allow and
hosts.deny.
> and I don't like that. I want only several IP's to be
> NAT'd in my SME. I will use SME as gateway for all of
> the workstation. So then I need to filter which IP's
> will be NAT'd.
>
> By the way. If i want to add rules in IPTABLES where can
> i locate to run as a template.
The firewall script is /etc/rc.d/init.d/masq, templates
for that file are in
/etc/e-smith/templates/etc/rc.d/init.d/masq/, custom
templates go in
/etc/e-smith/templates/custom/etc/rc.d/init.d/masq/.
HTH,
Paul