fix(network): routing solution
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Markus Pesch 2022-01-23 16:02:55 +01:00
parent 2d783b2c74
commit 5fe18ba80a
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982
2 changed files with 12 additions and 16 deletions

View File

@ -411,11 +411,11 @@
% Importiere weitere .tex Dokumente
% \include{./examples/examples}
% \include{./chapters/01-ssh}
% \include{./chapters/02-file-permissions}
% \include{./chapters/03-network}
% \include{./chapters/04-dns}
\include{./chapters/05-dhcp}
\include{./chapters/01-ssh}
\include{./chapters/02-file-permissions}
\include{./chapters/03-network}
\include{./chapters/04-dns}
% \include{./chapters/05-dhcp}
% \include{./chapters/01-network}
% \include{./chapters/02-dns}

View File

@ -18,33 +18,29 @@ Zielnetz Interface Gateway
## Server B
Zielnetz Interface Gateway
10.0.1.0/24 eth0
172.16.0.0/24 eth1
10.0.1.0/24 eth0 -
172.16.0.0/24 eth1 -
172.16.2.0/24 eth1 172.16.0.254
192.168.178.0/24 eth1 172.16.0.254
10.0.1.1/32 eth0 -
0.0.0.0/0 eth0 10.0.1.1
## PC A
Zielnetz Interface Gateway
172.16.0.0/24 enp3s11
172.16.2.0/24 enp4s1
172.16.0.0/24 enp3s11 -
172.16.2.0/24 enp4s1 -
192.168.178.0/24 enp4s1 172.16.2.10
172.16.0.100/32 enp3s11 -
0.0.0.0/0 enp3s11 172.16.0.100
## PC B
Zielnetz Interface Gateway
172.16.2.0/24 ens11
192.168.178.0/24 ens8
172.16.2.254/32 ens11 -
172.16.2.0/24 ens11 -
192.168.178.0/24 ens8 -
0.0.0.0/0 ens11 172.16.2.254
## PC C
Zielnetz Interface Gateway
192.168.178.0/24 ens3
192.168.178.1/32 ens3 -
192.168.178.0/24 ens3 -
0.0.0.0/0 ens3 192.168.178.1