Esri / ops-server-config

Operations Server Configuration scripts
Apache License 2.0
34 stars 13 forks source link

Jenkins build server: block all IPs from accessing dev server machines #929

Open elinz opened 9 years ago

elinz commented 9 years ago

After we notify users of Ops Server cutoff, there are still users access various servers. The build process does disconnect users that have open sessions to files and folders, but users could re-estable the session and cause problems for the build process.

We need to block all IPs except the IP of the build server and certain admin users such as @ACueva @conklinbd @elinz

Need to block access to the AGS, portal, data, db, geoevent servers.

ACueva commented 9 years ago

need to research the following further:

sc \server stop Lanmanserver

Killing this windows service should kill all windows shares. This does not affect unc paths.

conklinbd commented 8 years ago

Is this for next release?