Closed Bug 901923 Opened 11 years ago Closed 11 years ago

irc in tor1 - increase connections

Categories

(mozilla.org Graveyard :: Server Operations, task)

x86
macOS
task
Not set
major

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: jlin, Assigned: Usul)

References

Details

+++ This bug was initially created as a clone of Bug #894630 +++

Just got in this morning to reports of "Too many IRC connections from our IP" 

the irc server error message reports the ip as 64.213.68.131

Upon connecting to confirm the error, I get

[09:16:05] Connecting to [irc.mozilla.org] on port 6667
[09:16:06] Connection to host completed.
[09:16:06] Closing Link: [64.213.68.131] (Throttled: Reconnecting too fast) -Email ircadmins@mozilla.org for more information.
[09:16:06] Socket closed by remote peer
[09:16:06] Disconnected
Assignee: server-ops → ludovic
oulan:unrealconfig ludo$ svn diff
Index: allows.conf
===================================================================
--- allows.conf	(revision 72516)
+++ allows.conf	(working copy)
@@ -237,6 +237,9 @@
 /* pdx temp */
 allow { class trusted; maxperip 40; ip *@199.223.125.134; hostname NOBODY; /* PDX Office */ };
 
+/* TOR1 */
+allow { class trusted; maxperip 200; ip *@64.213.68.131; hostname NOBODY; /* toronto office */ };
+
 /* pdx1 */
 allow { class trusted; maxperip 200; ip *@206.169.237.178; hostname NOBODY; /* Portland office */ };
 
oulan:unrealconfig ludo$ svn commit -m "bug 901923"
svnserve: warning: cannot set LC_CTYPE locale
svnserve: warning: environment variable LC_CTYPE is UTF-8
svnserve: warning: please check that your locale name is correct
Sending        unrealconfig/allows.conf
Transmitting file data .
Committed revision 72517.
jlin please close th e bug if the issue gets fixed.
Thanks usul. IRC now works for people connecting from the corp network.

Can you also add  64.213.68.132 (for the guest network) please?
(In reply to Jonathan Lin [:jlin] from comment #3)
> Thanks usul. IRC now works for people connecting from the corp network.
> 
> Can you also add  64.213.68.132 (for the guest network) please?

done but limited at 50
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
this is done - thanks!
Status: RESOLVED → VERIFIED
Product: mozilla.org → mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.