Re: Connection Refused

2001-01-19 Thread James F Wilkus
AMEN. On Fri, Jan 19, 2001 at 06:44:22PM -0700, Colin Faber wrote: > !!! localhost.localdomain is not a TLD!! Don't break the RFC with this redhat crap. > > > [EMAIL PROTECTED] wrote: > > > The line is > > 127.0.0.1 localhost.localdomain localhost > > > > > Do you hae the line > > > > > > 127

Re: Connection Refused

2001-01-19 Thread Colin Faber
!!! localhost.localdomain is not a TLD!! Don't break the RFC with this redhat crap. [EMAIL PROTECTED] wrote: > The line is > 127.0.0.1 localhost.localdomain localhost > > > Do you hae the line > > > > 127.0.0.1 localhost.mydomain localhost > > > > in your /etc/hosts file? > > It sounds like

Re: Connection Refused

2001-01-19 Thread Kevin . Brown
The line is 127.0.0.1 localhost.localdomain localhost > Do you hae the line > > 127.0.0.1 localhost.mydomain localhost > > in your /etc/hosts file? > It sounds like your resolver is not working. > > [EMAIL PROTECTED] wrote: > > > > Doing that was just a test, and I didn't think it would w

Re: Connection Refused

2001-01-19 Thread Gerald L. Clark
Do you hae the line 127.0.0.1 localhost.mydomain localhost in your /etc/hosts file? It sounds like your resolver is not working. [EMAIL PROTECTED] wrote: > > Doing that was just a test, and I didn't think it would work since Inetd is > not running on the box at all. In fact the only way

Re: Connection Refused

2001-01-19 Thread Kevin . Brown
Doing that was just a test, and I didn't think it would work since Inetd is not running on the box at all. In fact the only way to get to these boxen (aside from walking over) is via SSH. I find it interesting that on the box that I want to actually do the logging to I can telnet to port 3306 if

Re: Connection Refused

2001-01-19 Thread Gerald L. Clark
[EMAIL PROTECTED] wrote: > > The grant was done by: > > # echo "grant INSERT,SELECT on snort.* to > snortdb@'XXX.XXX.0.0/255.255.0.0';" | mysql -u root -p > > The system has TCP wrappers setup and the hosts.allow file is empty and > hosts.deny is set to ALL:ALL. next time I'm at work I'll try

Re: Connection Refused

2001-01-18 Thread Kevin . Brown
The grant was done by: # echo "grant INSERT,SELECT on snort.* to snortdb@'XXX.XXX.0.0/255.255.0.0';" | mysql -u root -p The system has TCP wrappers setup and the hosts.allow file is empty and hosts.deny is set to ALL:ALL. next time I'm at work I'll try putting in hosts.allow the ip address of t

Re: Connection Refused

2001-01-18 Thread Matt Wagner
[EMAIL PROTECTED] writes: > I've spent most of this day reading and rereading the documents on setting up > MySQL. I'm currently working on NIDS and have setup MySQL on the same box as > the sensor for logging of packets to verify that I had the NIDS setup > correctly for db logging. I then inst