Code: Select all
DCC Chat session
-
Client: Botnick (82.98.86.170)
-
Acknowledging chat request...
-
Unable to connect!
-
DCC session closed
I have an ADSL with external and internal IP (212.0.XXX.XXX/192.168.1.1)
My personal comp. (Win XP) IP: 192.168.1.2
Linux Server IP: 192.168.1.50
Gateway offcourse is: 192.168.1.1 for both computers.
Now I don't get any reply from my bot.
But I can connect with putty to the Bot in my LAN:
Like this: 192.168.1.50:3338
This is what I see in putty:
[13:23] CTCP CHAT: from Me (~Me@Myusername.users.undernet.org)
...no response in Mirc.
I cannot connect with putty outside my LAN the provider configured so,
I connot connect from outside to the 212.0.XXX.XXX (ADSL).
But I can connect to other bots through DCC.
P.S. The Linux Server doesn't have any Firewall, iptables is stoped.
Here is the conf for DCC:
Code: Select all
#set my-hostname "nothin/comment"
#set my-ip "nothin/comment"
##### BOTNET/DCC/TELNET #####
listen 3338 all
set remote-boots 2
set share-unlinks 1
set protect-telnet 0
set dcc-sanitycheck 0
set ident-timeout 10
set require-p 0
set open-telnets 0
set stealth-telnets 0
set use-telnet-banner 0
set connect-timeout 15
set dcc-flood-thr 3
set telnet-flood 5:60
set paranoid-telnet-flood 1
set resolve-timeout 15
at least I want to connect using DCC.
Help pls, what I do wrong ?!