Re: [GENERAL] ip connection on local p2p network

2005-04-29 Thread Tony Caduto
add the following to pg_hba.conf hostall all 192.0.0.0/8 md5 this will let every PC on you network access the PC or you could add one entry for each host you would like to have access hostall all 192.0.0.101/32 md5 hostall all

Re: [GENERAL] ip connection on local p2p network

2005-04-29 Thread Shelby Cain
--- [EMAIL PROTECTED] wrote: > I just installed the windows postgresql on one of > the five machines in our office, which happens to be > 192.0.0.9 according to ipconfig. I have installed > pg explorer on another machine which happens to be > 192.0.0.101 What changes do I have to make >

[GENERAL] ip connection on local p2p network

2005-04-29 Thread typing80wpm
I just installed the windows postgresql on one of the five machines in our office, which happens to be 192.0.0.9 according to ipconfig.   I have installed pg explorer on another machine which happens to be 192.0.0.101     What changes do I have to make in the various .conf files for the postgre