Cameron wrote:
>[...]
> I have inspected the http logs and could see the differences
> between when I log on locally and when I try to access from the
> web, when I access locally I get 4 lines of logs appearing, but
> from the net I get only one and the no.s 404 and 204 on the
> end. Not sure if that info is any use or sheds some light on
> the issue.
What URL are you using to access the machine?
People have reported problems accesssing ibays remotely unless they use the
suported "www.{servername.domain}/ibayname". If you are just using "{servername.domain}/ibayname", you may have these problems. Updating
your DNS so that
www.servername.domain points to the same machine and
using the www URL is the currently supported method.
> I could not find the java and ssh logs.
No idea about the Java logs - ssh logs to /var/log/messages
> I dont know about reverse ip addressing so if you would care to
> explain and perhaps point me to where I might find the file to
> try a modification on I would appreciate it.
Check whether nslookup {yourhostname} matches
nslookup {ip address returned by nslookup {yourhostname}}
If it doesn't, you will need to get your DNS records updated. SSH is "paranoid"
as it checks consistency between forward and reverse lookups.
Gordon