I see opensim has:
http_listener_port = 9000
which binds to all ip addresses:
tcp 0 0 0.0.0.0:9000 0.0.0.0:*
LISTEN
Is there a parameter so 9000 will only bind to 1 address ? i.e.
http_listener_address = 192.168.1.5
-Thanks