Forum OpenACS Q&A: Re: aolserver ip and hosts file settings for home dsl server behind a router

By default AOLServer will only listen on the interface address specified in the config file (unlike Apache).

Try changing

set address 192.168.2.7
to
set address 0.0.0.0
which will make AOLServer listen on all available addresses.