I have an eggdrop running on a Linux-box that is also sharing the internet connection to my Windows-machine. The problem is, that for some mysterious reason, I cannot telnet to the bot. My friend from outside my network could do so, so the bot it really is listening to the right port, but doesn't let me in. No firewall should be blocking the way, and I can log into the Linux-box via SSH just fine.
my-ip and my-hostname should be fine.
Netstat -l on the Linux-box shows the eggdrop as my.host.com:port, as for the SSH it is 192.168.0.1:22, but even if I try to log in via telnet as open myhost.com port xyz it cannot connect. Any ideas why this is?