Connection refused
Posted: Wed Jan 14, 2009 4:32 am
In unreadircd.conf i have the defult
then when i ./unreal start it starts up fine but then when i run netstat -a i get
then when i try to connect to the server via
/server <my ip> 6667 or /server <my ip> 8067 i get
Connection refused
but when i
/server 127.0.0.1 6667 or 127.0.0.1 8067
i connect and everything runs like it should.
How can i make it so that i can connect to it using my ip?
Code: Select all
listen *:8067;
listen *:6667;Code: Select all
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 *:8067 *:* LISTEN
tcp 0 0 *:ircd *:* LISTEN /server <my ip> 6667 or /server <my ip> 8067 i get
Connection refused
but when i
/server 127.0.0.1 6667 or 127.0.0.1 8067
i connect and everything runs like it should.
How can i make it so that i can connect to it using my ip?