Server Publishing and IIS

  • From: "Joseph" <cismic@xxxxxxx>
  • To: "'[ISAserver.org Discussion List]'" <isalist@xxxxxxxxxxxxx>
  • Date: Wed, 23 Jan 2002 15:06:46 -0800

If you were using server publishing you could do this in IIS to populate
the c-ip or ClientHost field with friendly
DNS DATA 
cscript adsutil.vbs SET /W3svc/1/EnableReverseDNS "TRUE"
 
I would not use that for very long on a production web server because of
the increased band width to 
Do a reverse proxy on ip addresss. The would want to reset after testing
with
cscript adsutil.vbs SET /W3svc/1/EnableReverseDNS "FALSE"
So rather then 198.0.1.1 would get you  IMA.FRIENDLYNAME.COM
Joseph 

Other related posts:

  • » Server Publishing and IIS