Port Forwarding - eamonstackpole/my-tech-journal GitHub Wiki

Port Forwarding

Removing Static Route

  • sudo ip route del 172.16.50.0/29 via 10.0.17.125
  • check with ip route

image

NAT configuration

Configure Jump Box

Create Jump User

  • useradd jump-eamon
  • mkhomedir_helper jump-eamon

Firewalls & SSH

Jump SSH Key

image

Copying Key to Jump

  • First move to MGMT01
  • Use MGMT01's ssh abilit to use the scp command

Wazuh Agent on Jump

Sources