Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Allow access only as specified in the deployment diagram.

...

TCP Wrapper Configuration

...

Can we restrict port level access?

  • web
  1. Allow request from all host on port 80
  2. Allow ssh request from all
  3. Deny requests on all other ports
  • geo
  1. Allow request from web server on port 8080
  2. Allow ssh request from all
  3. Deny request from all other host on port 8080
  • db
  1. Allow request from web & geo server on port 5432
  2. Allow ssh request from all
  3. Deny request from all other host on port 5432