Re: [sleuthkit-users] Access from other than localhost?
Brought to you by:
carrier
From: Brian C. <ca...@sl...> - 2005-03-24 06:07:01
|
On Mar 23, 2005, at 9:34 AM, John T. Hoffoss wrote: > What must be done for me to access autopsy accross my LAN? Just supply the IP or host name on the command line. There is no need to modify the source code. ./autopsy 192.168.1.12 > I tried changing "my $rema" from localhost to the hostname, and it > generated a random string in the URL (which makes sense) but when my > coworker attempted to access autopsy, it wouldn't allow him access. You can use the '-C' flag to skip the random number. The number is used by default for remote access as a "cookie". brian |