Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. netsh advfirewall firewall add rule name="Bitcentral Neighborhood" dir=in action=allow program="C:\Program Files\Bitcentral\Neighborhood\Neighborhood.Service.exe" protocol=TCP
  2.  
  3. netsh advfirewall firewall add rule name="Bitcentral SQL" dir=in action=allow protocol=TCP localport=1433 remoteip=x.x.x.x-y.y.y.y
  4. <Replace x.x.x.x-y.y.y.y with the range of IPs you wish to be able to access SQL. Additional IPs can be added by separating entries by a comma>
  5.  
  6. netsh advfirewall firewall add rule name="Bitcentral SQL DB Mirroring" dir=in action=allow protocol=TCP localport=7024 remoteip=x.x.x.x
  7. <Replace x.x.x.x with the IP of the DB Mirror you wish to be able to access SQL.>
  8.  
  9. netsh advfirewall firewall add rule name="Bitcentral RabbitMQ" dir=in action=allow protocol=TCP localport=5672
  10.  
  11. netsh advfirewall firewall add rule name="Bitcentral Signiant Control" dir=in action=allow protocol=TCP localport=49221
  12.  
  13. netsh advfirewall firewall add rule name="Bitcentral Signiant Acceleration" dir=in action=allow protocol=UDP localport=49221-49272
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement