These are old archives. They are kept for historic purposes only.
Cortana
Posts: 8 Joined: Fri Dec 30, 2005 10:41 am
Location: Netherlands
Post
by Cortana » Fri Dec 30, 2005 10:42 am
Code: Select all
[Fri Dec 30 11:21:59 2005] - Error binding stream socket to IP 195.85.134.230 port 6667 - irc.cortana.nl[]:Address already in use
How can i fix this?
f00
Dukat
Posts: 1083 Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland
Post
by Dukat » Fri Dec 30, 2005 10:52 am
If you don't make mistakes, you aren't really trying.
- Coleman Hawkins
Cortana
Posts: 8 Joined: Fri Dec 30, 2005 10:41 am
Location: Netherlands
Post
by Cortana » Fri Dec 30, 2005 11:06 am
I did that... but my english is not that good..
it still doesnt work...
f00
Dukat
Posts: 1083 Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland
Post
by Dukat » Fri Dec 30, 2005 11:08 am
You have to kill any other IRCd process.
If you don't make mistakes, you aren't really trying.
- Coleman Hawkins
Cortana
Posts: 8 Joined: Fri Dec 30, 2005 10:41 am
Location: Netherlands
Post
by Cortana » Fri Dec 30, 2005 11:21 am
I did, now it seems to start, but i cant get in their with mIRC
f00
JIVXor
Posts: 134 Joined: Fri Sep 09, 2005 10:53 pm
Location: Cuba
Post
by JIVXor » Fri Dec 30, 2005 7:54 pm
Try
See listening connections, listening ports. Port 6667 must be there, if it isn't something went wrong, if is there, check your firewall's rules. Could your paste the mIRC error message please?
Cortana
Posts: 8 Joined: Fri Dec 30, 2005 10:41 am
Location: Netherlands
Post
by Cortana » Sun Jan 01, 2006 12:31 pm
No its not there...
f00
Dukat
Posts: 1083 Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland
Post
by Dukat » Sun Jan 01, 2006 1:10 pm
You should exactly specify your setup (Server, Client, OS, ...) or we won't be able to help...
If you don't make mistakes, you aren't really trying.
- Coleman Hawkins
Cortana
Posts: 8 Joined: Fri Dec 30, 2005 10:41 am
Location: Netherlands
Post
by Cortana » Sun Jan 01, 2006 1:33 pm
I use Unreal IRCD 3.2.3 on my dedicated linux server...
Dont know what kind of linux is on there..
And as client i use mIRC
f00
Dukat
Posts: 1083 Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland
Post
by Dukat » Sun Jan 01, 2006 1:37 pm
Is Unreal really running?
Is the server firewalled?
Can you connect locally on the linux server?
Is there some sort of NAT?
Do you connect to the IP or the domain? Does the name resolution work?
If you don't make mistakes, you aren't really trying.
- Coleman Hawkins
Cortana
Posts: 8 Joined: Fri Dec 30, 2005 10:41 am
Location: Netherlands
Post
by Cortana » Sun Jan 01, 2006 1:43 pm
Dukat wrote: Is Unreal really running? It says it does, but if i do netstat -n i cant see port 6667
Is the server firewalled? No
Can you connect locally on the linux server? How?
Is there some sort of NAT? a what?
Do you connect to the IP or the domain? Does the name resolution work?
Both wont work.
f00
Dukat
Posts: 1083 Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland
Post
by Dukat » Sun Jan 01, 2006 1:45 pm
Use netstat -l
To connect locally, use telnet on the command line...
If you don't make mistakes, you aren't really trying.
- Coleman Hawkins
Cortana
Posts: 8 Joined: Fri Dec 30, 2005 10:41 am
Location: Netherlands
Post
by Cortana » Sun Jan 01, 2006 1:48 pm
Code: Select all
[root@srv01 Unreal3.2]# telnet irc.cortana.nl
Trying 195.85.134.230...
Connected to irc.cortana.nl.
Escape character is '^]'.
Fedora Core release 1 (Yarrow)
Kernel 2.4.22-1.2115.nptl on an i686
login:
f00
Dukat
Posts: 1083 Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland
Post
by Dukat » Sun Jan 01, 2006 1:52 pm
Telnet to 127.0.0.1, port 6667
If you don't make mistakes, you aren't really trying.
- Coleman Hawkins
Cortana
Posts: 8 Joined: Fri Dec 30, 2005 10:41 am
Location: Netherlands
Post
by Cortana » Sun Jan 01, 2006 1:56 pm
Code: Select all
[root@srv01 Unreal3.2]# telnet 127.0.0.1:6667
telnet: 127.0.0.1:6667: Name or service not known
127.0.0.1:6667: Unknown host
f00