Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 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. Only needed if they have a backup Oasis server
  9.  
  10. netsh advfirewall firewall add rule name="Bitcentral RabbitMQ" dir=in action=allow protocol=TCP localport=5672
  11.  
  12. netsh advfirewall firewall add rule name="Bitcentral Signiant Control" dir=in action=allow protocol=TCP localport=49221
  13.  
  14. 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