Koozali.org: home of the SME Server

Installing IRC

Offline midac

  • 1
  • +0/-0
    • http://www.midac.com.au
Installing IRC
« on: November 02, 2005, 11:53:33 PM »
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