Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
PostPosted: Wed Jul 24, 2013 6:10 pm 
Offline
Senior Member

Joined: Fri Nov 02, 2012 4:20 pm
Posts: 60
Seems probable that Linode would be on your case before they became a bandwidth issue. 537 million connection attempts... Linode will notice something like that.


Top
   
PostPosted: Wed Jul 24, 2013 6:20 pm 
Offline
Senior Member
User avatar

Joined: Thu Jun 16, 2011 8:24 am
Posts: 412
Location: Cyberspace
tubaguy50035 wrote:
Seems probable that Linode would be on your case before they became a bandwidth issue. 537 million connection attempts... Linode will notice something like that.


If anything, they'd probably think it was a DoS attack and shut down my Linode for awhile. But my over-strict block-all policy can help if that ever becomes an issue :wink:

_________________
Kris the Piki Geeker


Top
   
PostPosted: Fri Jul 26, 2013 12:09 am 
Offline
Senior Member
User avatar

Joined: Wed Jun 26, 2013 1:53 am
Posts: 118
I think I'll keep it up, just having a firewall seems important. Plus I read that you need it with memcached, but I don't think that's something I'll need, even for a long time.

I still have problems connecting. I added the line, but I can't connect. I'm using Jabbretro, which was a free client I found in the the Apple Store. I set the domain in the configuration file to irc.sturmkrieg.com and I set an A record to that domain and the IP address of the server. Is it just a bad client or something?

EDIT

I also tried Limechat, which seems better and it's still not working.

EDIT

What IP address should it be listening on?

EDIT

I think I might have had a problem with updating the firewall after I saved the file. Is there anything I need to do after saving the file?

EDIT

iptables -L gives this:

Code:
ACCEPT     tcp  --  anywhere             anywhere             tcp dpt:ircd state RELATED,ESTABLISHED


I used this:

Code:
# Allow IRC
-A INPUT -p tcp --dport 6667 -m state --state ESTABLISHED,RELATED -j ACCEPT

_________________
Homepage www.sturmkrieg.com
Social network Gamernet
Development website Sashaweb Development
Imageboard img.sturmkrieg.com
WikiHub free wiki host Community Wiki


Top
   
PostPosted: Fri Jul 26, 2013 7:57 am 
Offline
Senior Member
User avatar

Joined: Thu Jun 16, 2011 8:24 am
Posts: 412
Location: Cyberspace
Inquisitor Sasha wrote:
I think I'll keep it up, just having a firewall seems important. Plus I read that you need it with memcached, but I don't think that's something I'll need, even for a long time.

I still have problems connecting. I added the line, but I can't connect. I'm using Jabbretro, which was a free client I found in the the Apple Store. I set the domain in the configuration file to irc.sturmkrieg.com and I set an A record to that domain and the IP address of the server. Is it just a bad client or something?

EDIT

I also tried Limechat, which seems better and it's still not working.

EDIT

What IP address should it be listening on?

EDIT

I think I might have had a problem with updating the firewall after I saved the file. Is there anything I need to do after saving the file?

EDIT

iptables -L gives this:

Code:
ACCEPT     tcp  --  anywhere             anywhere             tcp dpt:ircd state RELATED,ESTABLISHED


I used this:

Code:
# Allow IRC
-A INPUT -p tcp --dport 6667 -m state --state ESTABLISHED,RELATED -j ACCEPT


A few posts back, I said:

Piki wrote:
That effectively blocks any connection which isn't already established when you set that rule, meaning new connections can't come in. The "-m state --state ESTABLISHED,RELATED" bit should be use with --sport for INPUT, or --dport for OUTPUT, otherwise the connection better already be established and maintained.

Alternatively, you could keep the stat and use NEW,ESTABLISHED,RELATED , however it's easier just to exclude them.

_________________
Kris the Piki Geeker


Top
   
PostPosted: Fri Jul 26, 2013 10:45 am 
Offline
Senior Member
User avatar

Joined: Wed Jun 26, 2013 1:53 am
Posts: 118
Wow. Sorry I missed that. Thanks for that! It's working.

I'm getting too old. I was recently wondering why an image gallery I imported from GoDaddy wasn't working, and it turned out I hadn't imported the database.

EDIT

Do you know what command to use to restart it after I edit the configuration file?

EDIT

I figured it out.

_________________
Homepage www.sturmkrieg.com
Social network Gamernet
Development website Sashaweb Development
Imageboard img.sturmkrieg.com
WikiHub free wiki host Community Wiki


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 5 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group