Questions tagged [ircd]

The server listens to connections from IRC clients on a set of TCP ports. When the server is part of an IRC network, it also keeps one or more established connections to other servers/daemons.

Links

Related

3 questions
1
vote
1 answer

Bahamut IRCD on Amazon EC2

I'm trying to run the Bahamut IRCD on my Amazon Linux AMI EC2 instance. I've opened the appropriate ports in my security group, but any attempt to telnet those ports (6667-6669) gets a "connection refused" message. Obviously, my IRC client also…
0
votes
1 answer

IRC server connecting to another server

I'm setting up an IRC server using IRC-Hybrid, I want my server to connect to another server, so that people on my server can connect to channels on that other server. I know this can be done, the GIMP IRC, is the same as the GNOME IRC My ircd.conf…
0
votes
1 answer

How do I setup a custom hostname for my IRC daemon?

I have a registered domain and I want to make irc.mydomain.com the domain which any public user can access through port 6667. I'm currently running ircd-hybrid but it's only setup to accept localhost connections. What's necessary on my end from the…