|
PART 1: Downloading and Compiling BNC.2.2.x
|
| type -> |
ftp ftp.acky.net
Name: anonymous
Password: a@b.com |
| type -> |
cd pub/bnc/ |
| type -> |
get bnc2.2.4.tar.gz |
| type -> |
quit |
| type -> |
gunzip bnc2.2.4.tar.gz |
| type -> |
tar -xf bnc2.2.4.tar |
| type -> |
CD bnc2.2.4 |
| type -> |
./configure |
| type -> |
make or gcc -o bnc bnc.c |
|
PART 2: Setup the BNC Configuration File
|
| type -> |
pico bnc.conf
( edit the information in red italics ) |
| - |
pt:1234567 |
daemon - port local port that BNC is mounted to |
| - |
ps:mypassword |
password - password needed for client |
| - |
mu:2 |
maxusers - the maximum connections you will allow |
| - |
dp:6666 |
default port - port used when you say /conn
[port]
|
| - |
vh:my.vhost.com |
virtual host - host to use |
| type -> |
ctrl+x
( to save your file ) |
| type -> |
./bnc bnc.conf |
|
PART 3: Logging On
|
| |
Open your IRC Cleint |
| type -> |
/server whatever.your.vhost.is port |
| type -> |
/quote PASS <password> |
| type -> |
/quote CONN <irc server> |