Skip to content

Instantly share code, notes, and snippets.

@cmckni3
Last active January 22, 2017 00:13
Show Gist options
  • Save cmckni3/9b23ccc18ea343595a9fbdb901dba1c1 to your computer and use it in GitHub Desktop.
Save cmckni3/9b23ccc18ea343595a9fbdb901dba1c1 to your computer and use it in GitHub Desktop.
My standard port forwards for VirtualBox
VBoxManage controlvm "default" natpf1 "mysql,tcp,127.0.0.1,3306,,3306"
VBoxManage controlvm "default" natpf1 "development server,tcp,127.0.0.1,3000,,3000"
VBoxManage controlvm "default" natpf1 "elasticsearch,tcp,127.0.0.1,9200,,9200"
VBoxManage controlvm "default" natpf1 "logstash-lumberjack,tcp,127.0.0.1,5000,,5000"
VBoxManage controlvm "default" natpf1 "kibana,tcp,127.0.0.1,5601,,5601"
VBoxManage controlvm "default" natpf1 "logstash-filebeat,tcp,127.0.0.1,5044,,5044"
VBoxManage controlvm "default" natpf1 "mongo,tcp,127.0.0.1,27017,,27017"
VBoxManage controlvm "default" natpf1 "redis,tcp,127.0.0.1,6379,,6379"
VBoxManage controlvm "default" natpf1 "statsd admin,tcp,127.0.0.1,8126,,8126"
VBoxManage controlvm "default" natpf1 "memsql,tcp,127.0.0.1,3307,,3307"
VBoxManage controlvm "default" natpf1 "memsql web,tcp,127.0.0.1,9000,,9000"
VBoxManage controlvm "default" natpf1 "statsd,tcp,127.0.0.1,8125,,8125"
VBoxManage controlvm "default" natpf1 "fluentd,tcp,127.0.0.1,24224,,24224"
VBoxManage controlvm "default" natpf1 "graphite,tcp,127.0.0.1,8000,,8000"
VBoxManage controlvm "default" natpf1 "webserver,tcp,127.0.0.1,8080,,8080"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment