Juniper JUNOS SRX NAT – Static ‘One-to-One’
Jan01

Juniper JUNOS SRX NAT – Static ‘One-to-One’

SRX NAT KB ID 0000995  Problem Setting up ‘Static NAT’ is the process of taking one of your ‘spare’ public IP addresses, and permanently mapping that public IP to a private IP address on your network. In the example above I want to give my web sever which has an internal IP address of 192.168.1.10/24, the public IP address of 1.1.1.5/24. So if someone out on the Internet wants to view my website, they can...

Read More
Linux (CentOS) Securing and Hardening SSH / Shell Access
Nov17

Linux (CentOS) Securing and Hardening SSH / Shell Access

KB ID 0000881  Problem The following is by no means an extensive list of everything that can be done. It’s just a run though of what I would consider ‘good practice’. Solution Create a user for SSH and Remove Shell access for the ‘root’ user. 1. Connect to the server via SSH or open a terminal session and su to root. Create a new user then set and confirm the new users password. useradd {username} passwd...

Read More