Am installing IRCD on an SME 5.6 server. Could someone assist with custom-templates changes and additions to open up the 6667 IRC ports for ircd.
I assume that the changes are in the etc/rc.d/init.d/masq directory.
added 45AllowIRC containing:
iptables --append OUTPUT -p udp --sport 6667 -j ACCEPT
iptables --append OUTPUT -p tcp --sport 6667 -j ACCEPT
iptables --append INPUT -p udp --dport 6667 -j ACCEPT
iptables --append INPUT -p tcp --dport 6667 -j ACCEPT
}
but that didn't work!
Many Thanks

Kevin at Midac