mIRC Home    About    Download    Register    News    Help

Print Thread
#241711 16/05/13 11:35 PM
Joined: May 2013
Posts: 1
D
DavidPD Offline OP
Mostly harmless
OP Offline
Mostly harmless
D
Joined: May 2013
Posts: 1
I have multiple IPs on the pc.

I try to connect multiple sockets with each:

/sockopen -d 193.242.165.12 sockbot 212.59.199.130 6667
/sockopen -d 193.242.165.13 sockbot2 212.59.199.130 6667

* Open sockets:
-
sockbot 212.59.199.130:6667 tcp active (on: 193.242.165.12 2096)
sockbot2 212.59.199.130:6667 tcp active (on: 193.242.165.13 2102)

But the IP that is using mIRC is there by default 193.242.165.10.



The first connection to 193.242.165.108:7000 should be from the IP 193.242.165.11.

My config mirc.ini:
mIRC Version: 7.29
[ports]
dcc=0
other=0
random=off
bind=on
address=193.242.165.11
adapter=193.242.165.11
method=none
uip=off
uidentd=off
udcc=off
userver=off
ustate=off

[local]
local=
localip=193.242.165.11

//echo -a $os $version $beta $md5($mircexe,2) $file($mircexe).sig $script(0) $dll(0) $com(0)
2003 7.29 942102f04bb890f14f52a6b0047c92f7 ok 7 1 0

Only happens with this mirc.exe, other works OK.

What I can do to fix it?


Regards

DavidPD #241731 21/05/13 11:47 AM
Joined: Dec 2002
Posts: 5,411
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 5,411
If mIRC is unable to bind to a specific address, it will let Windows choose the default address (which is the normal behaviour). In this case, it looks like you are trying to bind to an address/port combination that is not available for some reason, perhaps because it is currently in use.


Link Copied to Clipboard