ive been through the help pages and guide, set all the right settings i think.
if i try to initiate the dcc chat, it just stays on waiting for aknowledgement.
if i make the bot try and dcc me, i always get the error 'lost connection while identing' ... 'password timeout on dcc chat' in the telnet window.
any ideas?
Last edited by veblen on Mon Mar 19, 2007 12:11 pm, edited 1 time in total.
'lost connection while identing'
'password timeout on dcc chat'
in the telnet window.
the bot is on the same local machine, i have my ip's set correctly in the config file, port forwarded and set correctly, and the right port and ip set in mirc, and the lookup method is set to normal.
# If you're using virtual hosting (your machine has more than 1 IP), you
# may want to specify the particular IP to bind to. You can specify either
# by hostname or by IP. You may also want to set the hostname here if
# Eggdrop has trouble detecting it when it starts up.
#set my-hostname "virtual.host.com"
#set my-ip "99.99.0.0"
Try setting my-ip to "localhost"?
Add [SOLVED] to the thread title if your issue has been. Search | FAQ | RTM
One thing worth mentioning, depending on your router/nat solution, is that NAT's based on ipchains/iptables do not send packets through the nat-prerouting table that are of "local origin". Unfortunately, outbound packets (from a host behind the nat), with a destination to one of the addresses of the router will be considdered of "local origin".
Keep in mind that nat-routers using a different technique than iptables/ipchains might operate in different manners and might not be affected by this issue.
Does manually telnetting to your bot work with either lan or external ip?
Then I would suspect your nat/router uses iptables or such. Unfortunately there is no easy fix for this, as if you would alter nat-ip to send the lan-ip you'd be able to atleast use ctcp-chat, but anyone else would'nt. Same would go with changing mIRC's local address to the lan-ip (allows you to dcc your bot, but you wont be able to dcc anyone else)