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
!!! 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
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
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
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
[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
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
[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