Skip to content

Instantly share code, notes, and snippets.

@rmb938
Created September 29, 2017 01:25
Show Gist options
  • Save rmb938/b61057f2c57cf5aa332f73401100e12d to your computer and use it in GitHub Desktop.
Save rmb938/b61057f2c57cf5aa332f73401100e12d to your computer and use it in GitHub Desktop.
sandwich=# select * from networks;
id | name | port_group | state | cidr | pool_start | pool_end | gateway | dns_servers
--------------------------------------+-----------+------------+----------+------------------+----------------+-----------------+-----------------+-------------------
e4938219-ffb5-4188-a760-55e4081732da | testnet | moo | CREATING | 192.168.200.0/24 | 192.168.200.20 | 192.168.200.253 | 192.168.200.254 | {8.8.8.8}
68dc8382-9a64-4b6d-80e6-b128f2f6f4fc | testnet1 | moo1 | CREATING | 192.168.200.0/24 | 192.168.200.20 | 192.168.200.253 | 192.168.200.254 | {8.8.8.8}
cbb5a9b9-7dec-4c64-9c45-14a27dd26145 | testnet2 | moo2 | CREATING | 192.168.200.0/24 | 192.168.200.20 | 192.168.200.253 | 192.168.200.254 | {8.8.8.8}
90d7ea6d-8f14-437d-812c-d1c0f01777ed | testnet3 | moo3 | CREATING | 192.168.200.0/24 | 192.168.200.20 | 192.168.200.253 | 192.168.200.254 | {8.8.8.8}
b826b197-a02d-4d8a-953c-3c962e156b41 | testnet4 | moo4 | CREATING | 192.168.200.0/24 | 192.168.200.20 | 192.168.200.253 | 192.168.200.254 | {8.8.8.8}
7365dbe3-783c-48a0-9a2c-23054451036c | testnet5 | moo5 | CREATING | 192.168.200.0/24 | 192.168.200.20 | 192.168.200.253 | 192.168.200.254 | {8.8.8.8}
5d49e150-11ed-47f2-be99-a00756e8093e | testnet6 | moo6 | CREATING | 192.168.200.0/24 | 192.168.200.20 | 192.168.200.253 | 192.168.200.254 | {8.8.8.8}
8bede031-3665-4603-8e1a-f7d41ef478ac | testnet7 | moo7 | CREATING | 192.168.200.0/24 | 192.168.200.20 | 192.168.200.253 | 192.168.200.254 | {8.8.8.8}
bd7eedaf-b631-4e30-8e51-8f24c5708671 | testnet8 | moo8 | CREATING | 192.168.200.0/24 | 192.168.200.20 | 192.168.200.253 | 192.168.200.254 | {8.8.8.8}
d409ab7a-4c3d-4ca7-8f00-0816a70930f0 | testnet9 | moo9 | CREATING | 192.168.200.0/24 | 192.168.200.20 | 192.168.200.253 | 192.168.200.254 | {8.8.8.8,8.8.4.4}
1583abfe-001c-468e-9a6b-d616965ca9d6 | testnet10 | moo10 | CREATING | 192.168.200.0/24 | 192.168.200.20 | 192.168.200.253 | 192.168.200.254 | {8.8.8.8,8.8.4.4}
04f7903b-5ef0-4061-9f48-034c77dd9ae7 | testnet11 | moo11 | CREATING | 192.168.200.0/24 | 192.168.200.20 | 192.168.200.253 | 192.168.200.254 | {8.8.8.8,8.8.4.4}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment