Search found 3 matches

by Linux19
Fri Nov 08, 2024 1:31 pm
Forum: Services
Topic: Linking not working
Replies: 4
Views: 12322

Re: Linking not working

Ah its working now, thanks a lot guys <3 <3
by Linux19
Fri Nov 08, 2024 12:33 pm
Forum: Services
Topic: Linking not working
Replies: 4
Views: 12322

Re: Linking not working

I have these blocks on unreal conf

listen {
ip *;
port 6667;
}

/* Standard IRC SSL/TLS port 6697 */
listen {
ip *;
port 6697;
options { tls; }
}

/* Special SSL/TLS servers-only port for linking */
listen {
ip *;
port 6900;
options { tls; serversonly; }
}

listen {
ip *;
port 7000 ...
by Linux19
Thu Nov 07, 2024 11:39 am
Forum: Services
Topic: Linking not working
Replies: 4
Views: 12322

Linking not working

Trying to link but its getting reset by peer.


[Nov 07 11:18:26.173123 2024] Debug: Loading databases...
[Nov 07 11:18:26.173223 2024] DB_FLATFILE: Unable to open data/anope.db for reading!
[Nov 07 11:18:26.173243 2024] Debug: Databases loaded
[Nov 07 11:18:26.173809 2024] Debug: Attempting to ...