0

Is there a way to know if the connection to a host is made via an alias or using the direct host name itself? This is in Linux.

Basically I want to find out what are the connections made to my DB server host using the direct host name itself (and not an alias)

Thanks SK

1 Answers1

0

Only if the application protocol (the Database client ) transmits that information ( eg. http/1.1 uses host-headers to identify multiple websites listening on the same IP address )

CGretski
  • 111