Labor 1: Unterschied zwischen den Versionen

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen
 
(18 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
=Physikalischer Netzwerk Plan=
+
=Physischer Netzwerk Plan=
{{#drawio:lab1-physkalischer-plan}}
 
=Maschinen=
 
==kali==
 
===Netzwerkkarten===
 
;eth0
 
*192.168.7.2/24
 
;eth1
 
*192.168.88.2/24
 
===Routen===
 
*default via 192.168.88.1
 
*11.12.19.0.0/24 via 192.168.7.1
 
*24.12.20.0/24 via 192.168.7.1
 
*172.16.0.0/24 via 192.168.7.1
 
*172.16.1.0/24 via 192.168.7.1
 
*192.168.0.0/24 via 192.168.7.1
 
*192.168.1.0/24 via 192.168.7.1
 
*192.168.8.0/24 via 192.168.7.1
 
===IPForward===
 
*aktiv
 
===Nat===
 
*SNAT auf eth1 192.168.88.2
 
==CL1Win10==
 
===Netzwerkkarten===
 
;Ethernet-Adapter Ethernet
 
*172.16.0.3/24
 
===Routen===
 
*Standardgateway 172.16.0.1
 
==SRV3Win2019==
 
===Netzwerkkarten===
 
;Ethernet-Adapter Ethernet
 
*172.16.1.2/24
 
===Routen===
 
*Standardgateway 172.16.1.1
 
==SRV2Win2016==
 
===Netzwerkkarten===
 
;Ethernet-Adapter Ethernet
 
*192.168.1.2/24
 
===Routen===
 
*Standardgateway 192.168.1.1
 
==SRV1Win2012==
 
===Netzwerkkarten===
 
;Ethernet-Adapter Ethernet
 
*172.16.0.2/24
 
===Routen===
 
*Standardgateway 172.16.0.1
 
==CL2Win81==
 
===Netzwerkkarten===
 
;Ethernet-Adapter Ethernet
 
*192.168.0.2/24
 
===Routen===
 
*Standardgateway 192.168.0.1
 
==R1==
 
<pre>
 
ip dhcp pool valn2
 
network 172.16.0.0 255.255.255.0
 
default-router 172.16.0.1
 
!
 
ip dhcp pool valn3
 
network 172.16.1.0 255.255.255.0
 
default-router 172.16.1.1
 
!
 
ip dhcp pool vlan5
 
network 192.168.0.0 255.255.255.0
 
default-router 192.168.0.1
 
!
 
ip dhcp pool vlan6
 
network 192.168.1.0 255.255.255.0
 
default-router 192.168.1.1
 
  
  
 +
{{#drawio:lab1-physkalischer-plan-01}}
  
interface FastEthernet0/0
+
{{#drawio:lab1-physkalischer-plan}}
description transit
 
ip address 192.168.7.1 255.255.255.0
 
duplex half
 
!
 
interface FastEthernet1/0
 
no ip address
 
duplex auto
 
speed auto
 
!
 
interface FastEthernet1/0.2
 
encapsulation dot1Q 2
 
ip address 172.16.0.1 255.255.255.0
 
!
 
interface FastEthernet1/0.3
 
encapsulation dot1Q 3
 
ip address 172.16.1.1 255.255.255.0
 
!
 
interface FastEthernet1/1
 
no ip address
 
duplex auto
 
speed auto
 
!
 
interface FastEthernet1/1.5
 
encapsulation dot1Q 5
 
ip address 192.168.0.1 255.255.255.0
 
!
 
interface FastEthernet1/1.6
 
encapsulation dot1Q 6
 
ip address 192.168.1.1 255.255.255.0
 
!
 
interface FastEthernet2/0
 
no ip address
 
shutdown
 
duplex auto
 
speed auto
 
!
 
interface FastEthernet2/1
 
no ip address
 
shutdown
 
duplex auto
 
speed auto
 
!
 
interface FastEthernet3/0
 
no ip address
 
shutdown
 
duplex auto
 
speed auto
 
!
 
interface FastEthernet3/1
 
no ip address
 
shutdown
 
duplex auto
 
speed auto
 
!
 
</pre>
 
  
<pre>
+
=Maschinen=
 
+
*[[kali-gns3|kali]]
S*   0.0.0.0/0 [1/0] via 192.168.7.2
+
*[[CL1Win10-gns3|CL1Win10]]
      172.16.0.0/16 is variably subnetted, 4 subnets, 2 masks
+
*[[CL2Win81-gns3|CL2Win81]]
C        172.16.0.0/24 is directly connected, FastEthernet1/0.2
+
*[[SRV2Win2012-gns3|SRV2Win2012]]
L        172.16.0.1/32 is directly connected, FastEthernet1/0.2
+
*[[SRV2Win2016-gns3|SRV2Win2016]]
C        172.16.1.0/24 is directly connected, FastEthernet1/0.3
+
*[[SRV2Win2019-gns3|SRV2Win2019]]
L        172.16.1.1/32 is directly connected, FastEthernet1/0.3
+
*[[R1-gns3-lab1|R1]]
      192.168.0.0/24 is variably subnetted, 2 subnets, 2 masks
+
*[[Switch1-gns3-lab1|Switch1]]
C        192.168.0.0/24 is directly connected, FastEthernet1/1.5
+
*[[Switch2-gns3-lab1|Switch2]]
L        192.168.0.1/32 is directly connected, FastEthernet1/1.5
 
      192.168.1.0/24 is variably subnetted, 2 subnets, 2 masks
 
C        192.168.1.0/24 is directly connected, FastEthernet1/1.6
 
</pre>
 
==Switch1==
 
*Port 0 1 dot1q
 
*Port 1 5 access
 
*Port 2 6 access
 
*Port 3 7 access
 
*Port 4 1 access
 
*Port 5 1 access
 
*Port 6 1 access
 
*Port 7 1 access
 
==Switch2==
 
*Port 0 1 dot1q
 
*Port 1 2 access
 
*Port 2 2 access
 
*Port 3 3 access
 
*Port 4 1 access
 
*Port 5 1 access
 
*Port 6 1 access
 
*Port 7 1 access
 
  
 
=Logischer Netzwerk Plan=
 
=Logischer Netzwerk Plan=
 
{{#drawio:lab1-logischer-plan}}
 
{{#drawio:lab1-logischer-plan}}

Aktuelle Version vom 30. September 2024, 09:17 Uhr

Physischer Netzwerk Plan

Maschinen

Logischer Netzwerk Plan