Versions Compared

Key

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

...

  • outgoing mail
  • SSH
  • firewall
Firewall Configuration

Web Server VM
Allow access from

  • ssh
  • port 80

Geo Server VM
Allow access from

  • ssh
  • port 8080 from web server
  • TCP wrapper
  • geo
    • TCP wrapper
  • db TCP wrapper

DB Server VM
Allow access from

  • ssh
  • port 5432 from web server
  • port 5432 from geo server

...

TCP Wrapper

...

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

Packages/Modules: Barebones from VMware on all servers with firewall enabled and package manager(yum or Apt-get) installed

...

File system security: Umask settings, setting up appropriate file permissions
Password & Access security: Use of public/private keys, SSH tunnels.

Tests

...

  1. Connect to geoserver from city using ssh tunnel.