I can't telnet to my postgres port at anything other than 127.0.0.1 5432
I can access my db locally only when I use localhost or 127.0.0.1 as the address.
my internal ip address (10.0.1.45) doesn't work (from itself or from another machine). Is this a postgres setting I need to change or is this a windows issue? So I can't access my db from any machine apart from the one it's running on.
Any help would be much appreciated.
