On Monday 30 June 2008 12:17:15 pm Nobody Famous wrote: > The problem I'm having is that when I run a server on my Debian Linux > machine, I can access the server from the local loopback interface, but the > connection gets refused if I use the external IP address. <snipped details/examples> > > I can get to the outside world just fine, it's just connections coming in > on the NIC that always get refused. > > Thanks, > Rich > > _________________________________________________________________ > The i’m Talkathon starts 6/24/08. For now, give amongst yourselves. > http://www.imtalkathon.com?source=TXT_EML_WLH_LearnMore_GiveAmongst
It sounds like you don't have these services listening on externally available interfaces. Some servers are designed to listen externally by default, but (afaik) Telnet and MySQL are not among them (and for good reason). Anyway, a netstat -tunva will give you a rundown of all connections, and will list anything that's listening and where. If it indicates that MySQL really is listening for outside connections, then there is something legitimately odd going on here. But, to get those services to listen externally, you will need to edit their configuration files in the /etc directory. Lee -- Lee Glidewell | PGP key: D5D686A7 [EMAIL PROTECTED] | -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]