Can't connect to service...

These are old archives. They are kept for historic purposes only.
Post Reply
mytime
Posts: 5
Joined: Sat Aug 16, 2008 3:20 am

Can't connect to service...

Post by mytime »

Here's the problem I have: I have compiled and configured UnrealIRCd without error, and have tried restarting it. What happens is, there is no way to access the IRC by connecting to the server's ip, but it is acccessible using irssi and connecting to 127.0.0.1. Hence, it works, but not from the outside. Am I missing something in unrealircd.conf, or what do you think the problem is? Theres no firewall blocking it either.


Thanks for your help and I'll be waiting for your generous responses.
RaidenJ
Posts: 8
Joined: Tue Aug 12, 2008 6:16 am

Re: Can't connect to service...

Post by RaidenJ »

The port your ircd is running on is not open.
mytime
Posts: 5
Joined: Sat Aug 16, 2008 3:20 am

Re: Can't connect to service...

Post by mytime »

It's open...

Code: Select all

Name 	Policy 	Protocol 	Source Address 	Source Port 	Destination Address 	Destination Port
IRCd 	Accept 	      tcp 	           any 	     any 	        any 	       6667
listen 67.222.*.*:6667;


Code: Select all

(13:00:22) * Connecting to irc.*.org (6667)
(13:00:43) * [10053] Software caused connection abort
(13:00:43) * Disconnected
Casper
Posts: 338
Joined: Sun Jul 08, 2007 7:44 am
Location: The Netherlands

Re: Can't connect to service...

Post by Casper »

Do you own the domain you're trying to connect to? And, is there an firewall active that may be blocking any traffic to port 6667?
Ex Network-Administrator
mytime
Posts: 5
Joined: Sat Aug 16, 2008 3:20 am

Re: Can't connect to service...

Post by mytime »

Yes, I own the domain and run the DNS. (VPS Server). As far as I know there is no Firewall running. I've shut off the VPS one and CSF.
mytime
Posts: 5
Joined: Sat Aug 16, 2008 3:20 am

Re: Can't connect to service...

Post by mytime »

Looks like my host was blocking 6667 so I changed port.

looks like its kinda working...

(14:34:46) ›› Server: Looking up your hostname...
(14:34:46) ›› Server: Couldn't resolve your hostname; using your IP address instead
(14:34:47) Closing Link: name[83.233.*.*] (You are not authorized to connect to this server)
(14:34:47) * Disconnected
mytime
Posts: 5
Joined: Sat Aug 16, 2008 3:20 am

Re: Can't connect to service...

Post by mytime »

i got it. just had to add the allow block.

thanks.
Post Reply