EFW Support

Support => General Support => Topic started by: Stupidav on Monday 10 December 2007, 05:49:40 pm



Title: Accessing the interface?
Post by: Stupidav on Monday 10 December 2007, 05:49:40 pm
Sorry to all I am now 2 hours old in this.

I just set up 2.2 and I can Ping my green interface, but I can't get to it.

EFW is 10.10.10.10
My XP PC is 10.10.10.100

I can log in on the EFW machine as "root" but am unsure what else to do there if anything. When I try trough IE I just get page can not be found.

Any help is much appreciated.


Title: Re: Accessing the interface?
Post by: Stupidav on Tuesday 11 December 2007, 01:01:46 pm
Well I think I am getting closer,

doing http://10.10.10.10:10443     I just get page can not be found
doing https://10.10.10.10:10443    I just get page can not be found

doing 10.10.10.10:10443   I get

Most likely cause:
Some content or files on this webpage require a program that you don't have installed.

So where to go from here, is there some kind of plugin or activex control I am missing?


Title: Re: Accessing the interface?
Post by: madd.in on Monday 18 February 2008, 04:44:45 am
hi there,


do you made some progress on this thing?! i had the same problem and dont know where to look ..

greets


Title: Re: Accessing the interface?
Post by: devorem on Monday 18 February 2008, 05:25:50 am
It can be tricky getting started.  I sometimes have to randomly plug into different interfaces before I can be sure which one is supposed to be green.  Also, make sure you don't have an IP conflict with another device with the same address.


Title: Re: Accessing the interface?
Post by: madd.in on Monday 18 February 2008, 07:02:08 am
i solved the problem :D

after some apache log analysis i figured out, that there is a problem with mod_ssl ...

[error] mod_ssl: Child could not open SSLMutex lockfile /var/log/httpd/ssl_mutex.1986 (System error follows)
[error] System: Permission denied (errno: 13)

in the end in chown'ed and chgrp'ed /var/log/httpd/ to "nobody" and - tada - no problem with the admin web interface :D

greets