Skip to content

Instantly share code, notes, and snippets.

@nikushi
Created May 29, 2013 00:51
Show Gist options
  • Select an option

  • Save nikushi/5667246 to your computer and use it in GitHub Desktop.

Select an option

Save nikushi/5667246 to your computer and use it in GitHub Desktop.
tcp or udp portforward by using Vagrant
#tcp
config.vm.network :forwarded_port, guest: 80, host:8080
#udp
config.vm.network :forwarded_port, guest: 161, host:10161, protocol:'udp'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment