Brocade Network Advisor SAN Installation and Migration Guide v12.0.0 (53-1002801-01, March 2013)

32 Network Advisor SAN Installation and Migration Guide
53-1002801-01
Configuring remote client access to the database
2
Configuring remote client access to the database
1. Open the pg.hba.conf file (in the Install_Home\data\databases\ directory).
2. To allow all IPv4 remote connections for all users, search for the following text and uncomment
the second line:
# IPv4 remote connections (Uncomment below line to allow all IPv4 remote
users):
#host all all 0.0.0.0/0 md5
3. To allow all IPv6 remote connections for all users, search for the following text and uncomment
the second line:
# IPv6 remote connections (Uncomment below line to allow all IPv6 remote
users):
#host all all ::0/0 md5
4. To allow access to a specific IPv4 address, search for the following text and uncomment the
second line:
# Uncomment below line and provide IPV4 address to allow specific IPv4 remote
user
#host all all <IPV4 address>/32 md5
5. To allow access to a specific IPv6 address, search for the following text and uncomment the
second line:
# Uncomment below line and provide IPV6 address to allow specific IPv6 remote
user
#host all all <IPV6 address>/128 md5
6. Save and close the file.