Here is both problems. Wrong port and wrong password even though it's set right.

I have a group called ZNC with 2 servers in it, One points to my local server IP, the other points to my DNS and a different IP that my router forwards to the correct local one.

When I try to connect to either one of them, mirc cycles through both, but only uses the correct port on the WAN server, which is 1003. It uses 1003 for the local as well. This tells me this is a bug in mirc:

Code:
* Connecting to mydomain.com (+1003)
-
Invalid Password
-
* Disconnected
-
* Connect retry #1 192.168.1.50 (+1003)
-
* Unable to connect to server (Connection refused)
-


Local port should be 1025, which is how the entry is in servers.ini and in the servers window in mirc itself.

Now if I supply this command in the status window, I connect fine:

/server 192.168.1.50 +1025 nick:password


Now if I disconnect and leave mirc open, but goto Options and hit connect, I get the same as above, but now both ports are 1025!!

Code:
* Connecting to 192.168.1.50 (+1025)
-
Invalid Password
-
* Disconnected
-
* Connect retry #1 mydomain.com (+1025)
-
* Unable to connect to server (Connection refused)

Last edited by djvj; 07/03/16 05:10 AM.