Making an irc server questions
Posted: Thu Jun 07, 2007 10:40 pm
I want to setup my own irc server and I have no clue where to begin. I need to know where to begin. Thanks
The home for The Linux Link Tech Show and the LVLUG
https://thelinuxlink.net/forum/
Software.MagnumIP wrote:I want to setup my own irc server and I have no clue where to begin. I need to know where to begin. Thanks
I personally don't trust IRC daemons to be secure against crackers, so I decided to run my IRC server on my FreeBSD box. FreeBSD has a feature called jails, which is kind of like a chroot, but more advanced and practically unescapable (Well, if you are extremely dedicated you might be able to break out), pardon the pun. Anyway, inside a jail you can run whatever process you want, and if it gets cracked into the attacker doesn't have access to your main system, so you can just do like: rm -rf /jails/irc and rebuild the jail, that way you are sure that nothing is staying around.MagnumIP wrote:I want to setup my own irc server and I have no clue where to begin. I need to know where to begin. Thanks
I see, but in any case, make sure you keep your eyes and ears open in case any security issue comes up.MagnumIP wrote:Well I want to try it from home 1st but I might just get a VPS to run this from