Skip to content

Instantly share code, notes, and snippets.

@bkerley
Created February 7, 2013 16:46
Show Gist options
  • Save bkerley/4732276 to your computer and use it in GitHub Desktop.
Save bkerley/4732276 to your computer and use it in GitHub Desktop.
bkerley@Dieter ☄ 1 1.9.3-p362 ~/openstack
> nova secgroup-list
+---------+-------------+
| Name | Description |
+---------+-------------+
| default | default |
+---------+-------------+
bkerley@Dieter ★ 1.9.3-p362 ~/openstack
> nova secgroup-list-rules default
+-------------+-----------+---------+--------------+--------------+
| IP Protocol | From Port | To Port | IP Range | Source Group |
+-------------+-----------+---------+--------------+--------------+
| tcp | 22 | 22 | 10.0.38.0/24 | |
+-------------+-----------+---------+--------------+--------------+
@bkerley
Copy link
Author

bkerley commented Feb 7, 2013

ssh -i ~/.ssh/bryce-openstack.pem [email protected]
[email protected]'s password:
$ sudo ifconfig
eth0 Link encap:Ethernet HWaddr FA:16:3E:11:43:99
inet addr:10.0.39.3 Bcast:10.0.39.255 Mask:255.255.255.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment