| 
      
      
      From: David W. <dw...@ad...> - 2009-09-29 23:08:59
      
     | 
| Any thoughts guys?  Do I need to use the source?
 
Thanks,
-Dave
 
 
________________________________
From: David Wilson [mailto:dw...@ad...] 
Sent: Thursday, September 24, 2009 4:47 PM
To: os-...@li...
Subject: Re: [Os-sim-support] OSSIM-server not listening on port 40001
 
OK so I'm poking around a little bit more and I try this:
 
 
idsmanager:~# find /var/lib/mysql -type f -exec grep -l OLD_IP_REDACTED
{} \;
/var/lib/mysql/ib_logfile0
/var/lib/mysql/ossim/event.MYD
/var/lib/mysql/ossim/log_action.MYI
/var/lib/mysql/ossim/log_action.MYD
/var/lib/mysql/ossim/sensor_agent_info.MYD
/var/lib/mysql/ossim/sensor_agent_info.MYI
/var/lib/mysql/ossim/event_tmp.MYD
/var/lib/mysql/ibdata1
 
So I check that table and I see:
 
mysql> select * from sensor_agent_info;
+-----------------+---------+
| ip              | version |
+-----------------+---------+
| OLD_IP_REDACTED | 2.1     |
| NEW_IP_REDACTED | 2.1     |
+-----------------+---------+
2 rows in set (0.01 sec)
 
The sensor should be listening on 127.0.0.1 no?
Why is my old IP still in there, and does it do anything?
 
Can I get the server to be more verbose?
 
-Dave
 
 
 
 |