ping problems

These are old archives. They are kept for historic purposes only.
Post Reply
salama
Posts: 34
Joined: Sun Jun 19, 2005 8:27 am

ping problems

Post by salama »

for some unknown reason, the irc server started to ignore configured ping frequencies and now only does 1 ping every 10 minutes on all classes (i have it set up various per class in .conf) i tried /restart but didn't help. all other server's functions work normally. what is wrong?
Jason
Posts: 570
Joined: Mon Jun 14, 2004 5:09 pm

Post by Jason »

I'm no expert, but doesnt the IRCd not ping an active client? Maybe it just does more rarely? Maybe I'm completely wrong?
Why the hell can't my signature be empty?
"Your message contains too few characters."
salama
Posts: 34
Joined: Sun Jun 19, 2005 8:27 am

Post by salama »

first, i've been told about this from mirc users(obviously, not hiding ping-pong events shows this quite fast), then i tried to test by telnet and after the first connect pong response, next ping comes after 10 minutes and if i don't respond, the ping timeout comes after another 10 minutes.
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post by Dukat »

Could you paste the output of /stats Y please?
If you don't make mistakes, you aren't really trying.
- Coleman Hawkins
salama
Posts: 34
Joined: Sun Jun 19, 2005 8:27 am

Post by salama »

here it is

22:25:44 -!- Y servers 90 100 10 1000000 8000
22:25:44 -!- Y restricted 60 0 20 50000 5000
22:25:44 -!- Y web 600 0 1000 30000 4000
22:25:44 -!- Y opers 90 0 10 300000 10000
22:25:44 -!- Y adv_users 90 0 1000 150000 9000
22:25:44 -!- Y users 90 0 1000 100000 8000
22:25:44 -!- Y default 120 0 100 3000000 8000
22:25:44 -!- Y End of /STATS report
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post by Dukat »

Ok, I think the problem is that all users get in the "web" class instead of the correct one (users?).
Check your allow blocks.
If you don't make mistakes, you aren't really trying.
- Coleman Hawkins
salama
Posts: 34
Joined: Sun Jun 19, 2005 8:27 am

Post by salama »

allow {
ip *@*;
hostname *@*;
class users;
maxperip 18;
};

allow {
hostname *@localhost;
ip *@127.0.0.1;
class web;
maxperip 1000;
options {
noident;
};
};

this seems to be ok in config file, i had also idea about increasing ping frequency for web users but the time is still around 10 minutes(and no class has it set to this time)
Stealth
Head of Support
Posts: 2085
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post by Stealth »

Are those your only allow blocks?
salama
Posts: 34
Joined: Sun Jun 19, 2005 8:27 am

Post by salama »

yes, only these 2 (there are some others but they are commented out and have never been used)
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post by Dukat »

Hmm strange.... Paste the output of "/stats allow" too, just to be sure...
If you don't make mistakes, you aren't really trying.
- Coleman Hawkins
salama
Posts: 34
Joined: Sun Jun 19, 2005 8:27 am

Post by salama »

11:18:47 -!- I *@127.0.0.1 * *@localhost 1000 web my.irc.server 6667
11:18:47 -!- I *@* * *@* 18 users my.irc.server 6667
11:18:47 -!- I End of /STATS report

anyway, i deleted and re-installed the whole ircd and now it seems the pings are ok...as mysteriously the problem appeared, so same way it is gone...
Post Reply