cdr:vms:web-server

ubnetdef

Our front-facing public webserver. You're literally connected to this server right now, as you're on our wiki.

  • IP: 128.205.44.157
  • Reverse DNS: net-def.cse.buffalo.edu
  • vCenter Cluster: UBNetDef / LEGACY
  • vCenter Datastore: cdr-iscsi2

Accounts on this machine is manually controlled.

As this machine is dual-homed, we have additional firewall rules on it. Below is the (saved) IPTables rules.

/etc/iptables/rules.v4
# Generated by iptables-save v1.4.21 on Wed Mar 22 04:25:50 2017
*filter
:INPUT DROP [0:0]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [109:12573]
:fail2ban-ssh - [0:0]
-A INPUT -p tcp -m multiport --dports 22 -j fail2ban-ssh
-A INPUT -p tcp -m tcp --dport 80 -j ACCEPT
-A INPUT -p tcp -m tcp --dport 443 -j ACCEPT
-A INPUT -p tcp -m tcp --dport 22 -j ACCEPT
-A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT
-A fail2ban-ssh -j RETURN
COMMIT
# Completed on Wed Mar 22 04:25:50 2017

fail2ban is installed, protecting against SSH bruteforce attacks. Don't mess up a login multiple times, as your IP will be banned.

  • cdr/vms/web-server.1490333989.txt.gz
  • Last modified: 2017/03/24 05:39
  • by jamesdro