Connecting to server & coding

These are old archives. They are kept for historic purposes only.
Post Reply
Poltergeist
Posts: 1
Joined: Fri Sep 26, 2008 7:40 am
Location: Australia
Contact:

Connecting to server & coding

Post 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 -
SpaceDoG
Posts: 301
Joined: Mon Feb 27, 2006 5:44 am
Contact:

Re: Connecting to server & coding

Post by SpaceDoG »

Are the ports on the firewall opened? Is Unreal running? Is Unreal hosted behind a NAT?
intricatic
Posts: 4
Joined: Wed Jul 02, 2008 3:52 am

Re: Connecting to server & coding

Post by intricatic »

Another question to ask: is the allow block configured correctly?
[dx]
Posts: 107
Joined: Sat Jun 16, 2007 1:03 am

Re: Connecting to server & coding

Post by [dx] »

Also listen block

Code: Select all

listen *:6667 {
  options {
    clientsonly;
  }
}
Post Reply