Created
August 23, 2017 17:57
-
-
Save rdev5/bcd4ec9db684e5c0ee58b2e0bec29aa2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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