Page 1 of 1

Connecting to server & coding

Posted: Fri Sep 26, 2008 7:46 am
by Poltergeist
I have based my coding on the example file provided when i downloaded the program and the server comes up fine when i launch UnrealIRCd but my irc client cant connect me to the server?

Y is this not working?

- Poltergeist -

Re: Connecting to server & coding

Posted: Sat Sep 27, 2008 6:40 am
by SpaceDoG
Are the ports on the firewall opened? Is Unreal running? Is Unreal hosted behind a NAT?

Re: Connecting to server & coding

Posted: Thu Oct 09, 2008 2:14 am
by intricatic
Another question to ask: is the allow block configured correctly?

Re: Connecting to server & coding

Posted: Thu Oct 09, 2008 8:42 am
by [dx]
Also listen block

Code: Select all

listen *:6667 {
  options {
    clientsonly;
  }
}