Search found 1 match

by Xakepa
Mon Jun 13, 2011 2:49 am
Forum: Unreal 3.2 Support
Topic: No remote connections
Replies: 2
Views: 3268

No remote connections

I can connect to my IRC from 127.0.0.1/6667 or 127.0.0.1/6667 but not my ip/6667 or 6697.

I port forwarded both 6667 and 6697

My allow looks like:

allow {
ip *;
hostname *;
class clients;
maxperip 5;
};

and listen looks like:

listen *:6667

listen *:6697 {
options {
ssl;
clientsonly ...