|
How to install Bnc Contents
To compile a bnc do the following:.
1. wget http://gotbnc.com/files/bnc2.9.4.tar.gz
2. tar -zxvf bnc2.9.4.tar.gz
3. cd bnc2.8.6
4. ./configure
5. pico bnc.conf
6. Enter the following lines (without the information in [brackets]): a- S:supervisorpassword [This will be the password the owner will use for management.] b- D:9823742:2:mainpassword [The format is port to use:number of users:password to use to connect.] c- C:6667 [This is the default IRC port to connect to. Probably best to keep this 6667.] d- X:default.vhost.com [This will be the default virtual host you want to use on the BNC bouncer (The one you will use most often on IRC).] e- V:additional.vhost.com [Enter as many extra vhosts you'd like to be able to use on IRC here. For each vhost, create a line of V:blah.vhost.com.] f- P:pid.bnc [Just leave this line alone. It is needed if you crontab your BNC.] g- L:bnc.log [This is the name of the file BNC will log to.] h- A:1:* [This will allow you to specify the types of IPs and amounts allowed to connect to your BNC. Probably best to leave it as it is.] 7- Exit pico by typing CTRL-X and save it as bnc.conf 8- make 9- ./bnc go top
|
Add comment
|