Matt Quackenbush wrote: > > host *database* *user* *CIDR-address* *auth-method* [*auth-option*] > host *database* *user* *IP-address* *IP-mask* *auth-method* > [*auth-option*]
> My pg_hba.conf file contains the following lines (below all of the > instructions): > > # TYPE DATABASE USER IP-ADDRESS METHOD > host all all 127.0.0.1/32 md5 > host sameuser all (my.IP.addy.here) md5 > > The first line allows me to connect from localhost (CF DSN works > wonderfully, etc). The second, as I understand it, *should* allow my IP to > connect. How did you write your IP address? Did you add the /32 to use *CIDR-address* notation? Jochem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:266330 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

