Results 1 to 2 of 2

Thread: chat server setup

  1. #1

    chat server setup

    hello,

    I am manjunath from india.
    I wanna setup setup chat server. could some one tell me from scratch how to install and setup CHAT server on my FEDORA system.

    Thanks and regards
    manjunath

    you can mail me at manjunath.bn@rediffmail.com

  2. #2
    Senior Member
    Join Date
    May 2004
    Location
    Pakistan
    Posts
    253

    Re:

    Dear manjunath.bn,
    Hello,

    Download IRCD Source Code from http://sourceforge.net/projects/undernet-ircu/

    # mkdir /usr/ircu
    # cd /usr/ircu
    # tar -zxvf ircu2.10.11.07.tar.gz
    # cd ircu2-x.y.z
    # sh configure
    # make config
    # make
    # make install


    After Compiling and Installing

    # cd /usr/local/ircd/
    # vi ircd.conf


    (Note: you can download sample ircd.conf from http://www.ibiblio.org/pub/academic/...cd.conf.sample)

    Code:
    M:PK.UnderNet.org::Undernet IRC Server:6667
    A:Pakistan::you@yourdomain.com
    I:*::*::*::1
    O:*.undernet.org:password:LinuxFreak
    Edit your ircd.motd file to what you want the users to see when they connect to the server.

    Type ircd to start IRCD Server

    # ircd

    Best Regards.
    Färrükh Ähmëd

Similar Threads

  1. Active Directory LDAP Compliance
    By regix in forum Windows - General Topics
    Replies: 0
    Last Post: 01-04-2005, 02:34 AM
  2. Set Up SQL Server with Proxy Server
    By regix in forum Windows - General Topics
    Replies: 0
    Last Post: 01-04-2005, 02:18 AM
  3. ISA Server on Server 2003
    By regix in forum Windows - General Topics
    Replies: 0
    Last Post: 01-01-2005, 08:50 PM
  4. ISA Server on Windows Server 2003
    By regix in forum Windows - General Topics
    Replies: 0
    Last Post: 01-01-2005, 08:49 PM
  5. Live Communications Server 2005 Glossary
    By regix in forum Windows - General Topics
    Replies: 0
    Last Post: 01-01-2005, 08:16 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •