Skip to content

Instantly share code, notes, and snippets.

@rdev5
Created August 23, 2017 17:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rdev5/bcd4ec9db684e5c0ee58b2e0bec29aa2 to your computer and use it in GitHub Desktop.
Save rdev5/bcd4ec9db684e5c0ee58b2e0bec29aa2 to your computer and use it in GitHub Desktop.
# Couchbase Node-to-Node
netsh advfirewall firewall add rule name="Couchbase Node-to-Node" protocol=tcp dir=in action=allow remoteip= localport=11207,11209-11210,18093,21100,4369,8091-8094,9100-9105,9999
# Couchbase Node-to-Client
netsh advfirewall firewall add rule name="Couchbase Node-to-Client" protocol=tcp dir=in action=allow remoteip=127.0.0.1 localport=11207,11210-11211,18091-18093,8091-8094
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment