|
||||||||||
C:\Documents and Settings\spider>telnet 192.168.15.1 80 Connecting To 192.168.15.1...Could not open connection to the host, on port 80: Connect failed Do I need a rule for telnet? I didn't think there was a telnet daemon in mono? Either way, I rebooted mono after locking it up and I still cannot connect via telnet, same error as above. Dave > -----Original Message----- > From: Dinesh Nair [mailto:dinesh at alphaque dot com] > Sent: Wednesday, June 23, 2004 12:31 AM > To: David Kitchens > Cc: 'Adam Nellemann'; 'Filip Onkelinx'; m0n0wall at lists dot m0n0 dot ch > Subject: RE: [m0n0wall] Re: [m0n0wall-dev] Still got GUI > hangs with 1.1b14?!? > > > On Tue, 22 Jun 2004, David Kitchens wrote: > > > I lost all connectivity to the GUI. Now all I get is > "Cannot find server" > > yet I still have access to outside pages and mail still seems to go > > thru > > the next time it hangs, try the following: > > 1. telnet to the m0n0wall ip address, port 80 > "telnet m0n0_ip_address 80" > 2. enter "GET /status.php HTTP/1.1 Ok" (hit enter twice) 3. > let me/us know what the output says > > a working m0n0 should give you something like this: > > prophet% telnet 192.168.1.100 80 > Trying 192.168.1.100... > Connected to 192.168.1.100. > Escape character is '^]' > GET /status.php HTTP/1.1 Ok # <--- TYPE THIS IN AND HIT ENTER > # <--- HIT ENTER AGAIN > HTTP/1.1 Ok 401 Unauthorized > Server: mini_httpd/1.19 19dec2003 > Date: Wed, 23 Jun 2004 04:29:09 GMT > Cache-Control: no-cache,no-store > WWW-Authenticate: Basic realm="." > Content-Type: text/html; charset=%s > Connection: close > > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 > Transitional//EN"> <html> <head> <title>Access denied</title> </head> > > <body> > <p>Access denied.</p> > </body> > </html> > Connection closed by foreign host. > > Regards, /\_/\ "All dogs go to heaven." > dinesh at alphaque dot com (0 0) http://www.alphaque.com/ > +==========================----oOO--(_)--OOo----============== > ========== > +==+ > | for a in past present future; do > | > | for b in clients employers associates relatives > neighbours pets; do | > | echo "The opinions here in no way reflect the opinions of > my $a $b." | > | done; done > | > +============================================================= > ========== > +==+ > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: m0n0wall dash unsubscribe at lists dot m0n0 dot ch > For additional commands, e-mail: m0n0wall dash help at lists dot m0n0 dot ch > > > |