Network Setup

The "Security Separation" thing is not actually set up yet because there's only network-infra and trusted so far, its just future-proofing

Hostname
IP Address
Security Separation
Logical Separation
Notes

EXAMPLE

10.X.Y.Z

X

Y

netmask 255.0.0.0

router

10.0.0.1

0 = Network Infra

0 = Gateway

VARIOUS

10.69.0.*

69 = Trusted

0 = DHCP-Allocated

rachel-pc

10.69.1.69

69 = Trusted

1 = Client with Static IP

pve-laptop

10.69.69.1

69 = Trusted

69 = Server

control

10.69.69.69

69 = Trusted

69 = Server

docker host for authentication and stuff that ties the compose stacks together

jenkins-agent

10.69.69.253

69 = Trusted

69 = Server

jenkins

10.69.69.254

69 = Trusted

69 = Server

controller node

Last updated