Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

AA Device Sevices AADS Utility Server AADSUS HTTP Log 1

Status
Not open for further replies.

wallot

Vendor
Jul 15, 2009
250
US
Hi folks,

I'm on the AADS utility server and want to see the IP address of the endpoint doing HTTP put and get. What the log shows is a local host IP of 127.0.0.1.

Is there any way to get the log to record the actual IP address of the phone?

I have a lot of traffic - 3000 plus IP sets - and it is rather cumbersome to try and see what end point is doing what in the log.

The phone backups are OK because of course the log shows the extension number in the file name but the other files are the issue:

127.0.0.1 - - [20/Aug/2020:14:44:57 -0400] "GET /S9608_11_HALKRR6_8_3_04.bin HTTP/1.1" 200 50844964 "-" "AVAYA/SPICE/v6.6+(9611)/Std/02"
127.0.0.1 - - [20/Aug/2020:14:44:43 -0400] "GET /46xxsettings.txt HTTP/1.1" 200 717517 "-" "AVAYA/SPICE/v6.6+(9611)/Std/02"

Thank you
 
Sounds like they redirected it to localhost on a private port.

Without hacking up the firewall, probably not.

Use your own HTTP server
 
Thank you, however the nginx access log is empty.
 
I'll poke around.

I feel like it *COULD* be right if they redirect a listening port on the LAN IP to localhost, but I believe jimbo is right insofar as the service redirecting it might log it.

If it's right in the firewall, I'm not sure it could be done unless you hacked the firewall and didn't redirect and made the US listen on the LAN IP and not localhost.

As in, compare netstat on a 7.x straight US vs a 8.x AADS/US and reconfigure the way you want.

Or, get your own HTTP :p
 
The nginx log is not where you expect it. 'cdto logs' then cd to nginx.
 
This last was perfect jimbojimbo. No need to make any modifications to the firewall. Thanks everyone for your advice!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top