fix(network): routing solution
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
2d783b2c74
commit
5fe18ba80a
10
index.tex
10
index.tex
@ -411,11 +411,11 @@
|
|||||||
% Importiere weitere .tex Dokumente
|
% Importiere weitere .tex Dokumente
|
||||||
% \include{./examples/examples}
|
% \include{./examples/examples}
|
||||||
|
|
||||||
% \include{./chapters/01-ssh}
|
\include{./chapters/01-ssh}
|
||||||
% \include{./chapters/02-file-permissions}
|
\include{./chapters/02-file-permissions}
|
||||||
% \include{./chapters/03-network}
|
\include{./chapters/03-network}
|
||||||
% \include{./chapters/04-dns}
|
\include{./chapters/04-dns}
|
||||||
\include{./chapters/05-dhcp}
|
% \include{./chapters/05-dhcp}
|
||||||
|
|
||||||
% \include{./chapters/01-network}
|
% \include{./chapters/01-network}
|
||||||
% \include{./chapters/02-dns}
|
% \include{./chapters/02-dns}
|
||||||
|
@ -18,33 +18,29 @@ Zielnetz Interface Gateway
|
|||||||
## Server B
|
## Server B
|
||||||
|
|
||||||
Zielnetz Interface Gateway
|
Zielnetz Interface Gateway
|
||||||
10.0.1.0/24 eth0
|
10.0.1.0/24 eth0 -
|
||||||
172.16.0.0/24 eth1
|
172.16.0.0/24 eth1 -
|
||||||
172.16.2.0/24 eth1 172.16.0.254
|
172.16.2.0/24 eth1 172.16.0.254
|
||||||
192.168.178.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
|
0.0.0.0/0 eth0 10.0.1.1
|
||||||
|
|
||||||
## PC A
|
## PC A
|
||||||
|
|
||||||
Zielnetz Interface Gateway
|
Zielnetz Interface Gateway
|
||||||
172.16.0.0/24 enp3s11
|
172.16.0.0/24 enp3s11 -
|
||||||
172.16.2.0/24 enp4s1
|
172.16.2.0/24 enp4s1 -
|
||||||
192.168.178.0/24 enp4s1 172.16.2.10
|
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
|
0.0.0.0/0 enp3s11 172.16.0.100
|
||||||
|
|
||||||
## PC B
|
## PC B
|
||||||
|
|
||||||
Zielnetz Interface Gateway
|
Zielnetz Interface Gateway
|
||||||
172.16.2.0/24 ens11
|
172.16.2.0/24 ens11 -
|
||||||
192.168.178.0/24 ens8
|
192.168.178.0/24 ens8 -
|
||||||
172.16.2.254/32 ens11 -
|
|
||||||
0.0.0.0/0 ens11 172.16.2.254
|
0.0.0.0/0 ens11 172.16.2.254
|
||||||
|
|
||||||
## PC C
|
## PC C
|
||||||
|
|
||||||
Zielnetz Interface Gateway
|
Zielnetz Interface Gateway
|
||||||
192.168.178.0/24 ens3
|
192.168.178.0/24 ens3 -
|
||||||
192.168.178.1/32 ens3 -
|
|
||||||
0.0.0.0/0 ens3 192.168.178.1
|
0.0.0.0/0 ens3 192.168.178.1
|
||||||
|
Loading…
Reference in New Issue
Block a user