|
|
| Author |
Message |
UKhappychat none

Joined: 08 Mar 2008 Posts: 28
|
Posted: May 11, 2008 2:45pm Post subject: BOPM |
|
|
I am looking for someone to guide me through installing bopm on my servers or someone to install it for me.
pm me please
thanks |
|
| Back to top |
|
 |
katsklaw Guru

Joined: 28 Jun 2004 Posts: 1122
|
Posted: May 11, 2008 3:51pm Post subject: |
|
|
| All you have to do is read INSTALL in the bopm directory. It's not a hard task compared to others that a network admin must face. |
|
| Back to top |
|
 |
UKhappychat none

Joined: 08 Mar 2008 Posts: 28
|
Posted: May 13, 2008 7:14pm Post subject: |
|
|
| Well for some silly reason it does not work lol |
|
| Back to top |
|
 |
webcoder Newbie

Joined: 28 Feb 2008 Posts: 80 Location: Florida
|
Posted: May 13, 2008 8:35pm Post subject: |
|
|
| UKhappychat wrote: | | Well for some silly reason it does not work lol |
I would recommend Neostats and OPSB.... does the same thing as bopm but easier to set up i think |
|
| Back to top |
|
 |
UKhappychat none

Joined: 08 Mar 2008 Posts: 28
|
Posted: May 13, 2008 9:43pm Post subject: |
|
|
Tried that and still no luck  |
|
| Back to top |
|
 |
webcoder Newbie

Joined: 28 Feb 2008 Posts: 80 Location: Florida
|
Posted: May 13, 2008 10:34pm Post subject: |
|
|
| UKhappychat wrote: | Tried that and still no luck  |
If you want, tomorrow I can try & help you set it up |
|
| Back to top |
|
 |
UKhappychat none

Joined: 08 Mar 2008 Posts: 28
|
Posted: May 14, 2008 4:06pm Post subject: |
|
|
brill, pm me ure msn  |
|
| Back to top |
|
 |
greg27 Lurker

Joined: 07 Oct 2006 Posts: 160 Location: Australia
|
Posted: May 14, 2008 5:54pm Post subject: |
|
|
were there errors during config/install?
have you edited the sample conf correctly? go back and read all the comments.
have you checked the log file after trying to start it? |
|
| Back to top |
|
 |
Nixtrix none

Joined: 06 Apr 2008 Posts: 31
|
Posted: May 15, 2008 4:18am Post subject: |
|
|
| tbh i dont really like bopm because it only works locally on each server and if u have multiple serveres like me.. its a pain in the ass. |
|
| Back to top |
|
 |
Katlyn Newbie

Joined: 30 Sep 2006 Posts: 50
|
Posted: May 15, 2008 4:41am Post subject: |
|
|
| Nixtrix wrote: | | tbh i dont really like bopm because it only works locally on each server and if u have multiple serveres like me.. its a pain in the ass. |
So long as your IRCd supports network-wide connexit notices BOPM shouldn't have any problem in scanning connecting clients on every server.
If you're running UnrealIRCd then all you need in your BOPM configuration is
| Code: |
mode = "+s +cF";
connregex = "\\*\\*\\* Notice -- Client connecting.*: ([^ ]+) \\(([^@]+)@([^\\)]+)\\) \\[([0-9\\.]+)\\].*";
perform = "PROTOCTL HCN";
|
Just make sure that BOPM has the correct privileges to be able to set those snotices on itself.
UKHappyChat - If you still haven't been able to set it up, or find anyone to set it up, then just send me a PM on here with your messenger details and I'll help you. |
|
| Back to top |
|
 |
greg27 Lurker

Joined: 07 Oct 2006 Posts: 160 Location: Australia
|
Posted: May 15, 2008 6:19am Post subject: |
|
|
| ya, like katlyn said, if you set bopm to see far connects (+s +cF for unreal) it can monitor a whole network. however it's best to have one bopm per server, so that in the case of netsplits, or the main server going offline for whatever reason, each server is still protected by its own bopm. my net has three servers, so i run three bopms, each one on the same box as the server it's monitoring. |
|
| Back to top |
|
 |
UKhappychat none

Joined: 08 Mar 2008 Posts: 28
|
Posted: May 16, 2008 12:08pm Post subject: |
|
|
| BOPM connects to server it has all the privlages it ask's for... it just don't do nothing. sits there doing nothing, i have tried numerous of proxies which are blacklisted.. came onto server and it does nothing. |
|
| Back to top |
|
 |
Jobe Idler

Joined: 30 Jul 2006 Posts: 376 Location: Lurking in the shadows of some random channel!
|
Posted: May 16, 2008 12:14pm Post subject: |
|
|
| UKhappychat wrote: | | BOPM connects to server it has all the privlages it ask's for... it just don't do nothing. sits there doing nothing, i have tried numerous of proxies which are blacklisted.. came onto server and it does nothing. |
Did you make sure it set the appropriate server notice masks on itself so it would get remote connection notices, and then adjust the connregex so that it would match BOTH local and remote connect notices? |
|
| Back to top |
|
 |
ButtaKnife none

Joined: 26 Apr 2005 Posts: 38
|
Posted: May 16, 2008 12:14pm Post subject: |
|
|
Have you tried the CHECK command?
botnick CHECK ip
If you feed it an IP of a known open proxy and it doesn't find it, then either the config is set up wrong, or there could be some sort of firewall preventing it from trying those ports.
If it does find it as an open proxy, then your config is set up for the wrong connection notice line. |
|
| Back to top |
|
 |
Jobe Idler

Joined: 30 Jul 2006 Posts: 376 Location: Lurking in the shadows of some random channel!
|
Posted: May 16, 2008 12:20pm Post subject: |
|
|
| Also on the CHECK note, "!all check <ip/host>" works too, but in the case of !all, it means EVERY BOPM bot in the channel. |
|
| Back to top |
|
 |
|