User`s guide
AT&T Global Network Client for Windows Administrator’s Guide
© 2015 AT&T Intellectual Property. All rights reserved. AT&T, the AT&T logo and all other AT&T marks contained herein are trademarks of AT&T Intellectual Property and/or
AT&T affiliated companies. All other marks contained herein are the property of their respective owners. Images are shown for illustrative purposes only; individual
experience may vary. This document is not an offer, commitment, representation or warranty by AT&T and is subject to change.
Windows is a registered trademark of Microsoft Corporation in the United States and other countries.
-71-
Defining Networks and Corresponding Actions
The Network Awareness customization requires central configuration; the Network Awareness field in the
AT&T administration server must be set to “Y”. Refer to Appendix A: Central Configuration for additional
information about central configuration.
This customization requires you to define the network(s) by creating a NetworkAwarness.xml file.
Working knowledge of XML is recommended to perform this customization. The NetworkAwarness.xml
file is read when the AT&T Global Network Client is launched and any subsequent changes are not
effective until the AT&T Global Network Client is shutdown and restarted. Please note that xml style
comments are not supported in the file at this time.
The XML file must be found at the following path:
“%ALLUSERSPROFILE%\AGNS\NetClient\NetworkAwareness.xml”
Following is an example of a Network Awareness XML configuration file:
<network_location>
<description>the AT&T network</description>
<active>Y</active>
<action>IMMEDIATELY_DISCONNECT</action>
<action>MINIMIZE_CLIENT</action>
<subnet>135.0.0.0,255.0.0.0</subnet>
<subnet>129.1.0.0,255.0.0.0</subnet>
<wins_server_list>2.2.2.2,3.3.3.3</subnet>
<operator>OR</operator>
</network_location>