skip to Main Content

Postgresql query fo find IP address

I'm trying to find an IP address that match a range of hosts (172.24.12.???), but none of the following queries are working: select * from pg_catalog.pg_stat_activity --where client_addr <> E'(?|172.24.12.)'::inet; --where client_addr <> E'(://|^)172\.24\.12\.[0-9]'::inet I'm getting two different errors. SQL…

VIEW QUESTION

Docker Mac Host IP Address

On a Windows machine I am able to use 192.168.65.2 as the address of the host machine both on the host machine and inside any container. Is there a similar (192.168.xx.x etc.) IP for the host machine on a Mac?…

VIEW QUESTION
Back To Top
Search