I´m using Windrop 1.6.16. on my pc behind a draytek 2200e router and want to have a DCC Chat session with my Bot Problem is that in the end i´m getting the following error: "dequeue_sockets(): errno = 128 (Transport endpoint is not connected) on 11" and no DCC Chat session.
This is what I have done so far:
In my router i changed the following settings:
- Enabled DMZ Host Setup on my private IP 192.168.1.10
- Enabled open ports for DCC session on ports 1024 - 5000 (TCP) (in accordance with my MIRC Settings).
In my eggdrop.conf I have enabled set nat-ip to the following
set nat-ip "213.xx.x.xx" (my external static ip-address)
I have disabled the following lines:
#set my-hostname "2xit.xxx.xxxx"
#set my-ip "192.168.1.10"
When I open op a chat session i can see the following (started eggdrop with -n)
[10:27] -FrontRunner|SIE (~egon@2xit.xxxxx.xx)- DCC Chat (213.xx.x.xx)
[10:27] DNS resolved 213.xx.x.xx to 2xit.xxxxx.xx
[10:27] DCC connection: CHAT (FrontRunner|SIE!~egon@2xit.xxxxx.xx)
[10:27] CTCP DCC: CHAT chat 3579053903 1026 from FrontRunner|SIE (~egon@2xit.xxxxx.xx)
[10:27] dequeue_sockets(): errno = 128 (Transport endpoint is not connected) on 11
[10:30] Password timeout on dcc chat: [FrontRunner|SIE]~egon@2xit.xxxxx.xx
Anybody got any ideas on how to solve this prolbem?