Shell error

These are old archives. They are kept for historic purposes only.
Cortana
Posts: 8
Joined: Fri Dec 30, 2005 10:41 am
Location: Netherlands

Shell error

Post by Cortana »

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 »

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 »

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 »

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 »

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 »

Try

Code: Select all

 netstat -n
 
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 »

No its not there...
f00
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post by Dukat »

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 »

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 »

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 »

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 »

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 »

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 »

Telnet to 127.0.0.1, port 6667 :P
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 »

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
Post Reply