Re: [sleuthkit-users] Access from other than localhost?
Brought to you by:
carrier
From: John T. H. <joh...@gm...> - 2005-03-24 23:23:23
|
That's what I tried before; I'm getting "access deneid, connection logged" messages though. Am I missing something? Is there a permission that needs to be set somewhere? Thanks, -John On Thu, 24 Mar 2005 01:06:49 -0500, Brian Carrier <ca...@sl...> wrote: > > 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 > > -- John T. Hoffoss |