R1-gns3-lab2
Version vom 31. Januar 2023, 08:24 Uhr von Thomas.will (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „<pre> ip dhcp pool netz network 24.12.20.0 255.255.255.0 ! ip dhcp pool kunde network 192.168.1.0 255.255.255.0 domain-name LarsGeffke.de default-router 19…“)
ip dhcp pool netz network 24.12.20.0 255.255.255.0 ! ip dhcp pool kunde network 192.168.1.0 255.255.255.0 domain-name LarsGeffke.de default-router 192.168.1.1 dns-server 8.8.8.8 ! ip dhcp pool windows10 network 11.12.19.0 255.255.255.0 default-router 11.12.19.94 dns-server 8.8.8.8
interface FastEthernet0/0 ip address 24.12.20.21 255.255.255.0 ip ospf 1 area 0 duplex half ! interface FastEthernet0/0.1 encapsulation dot1Q 2 ip address 11.12.19.94 255.255.255.0 ip ospf 1 area 0 ! interface FastEthernet0/0.7 ! interface FastEthernet1/0 ip address 192.168.7.1 255.255.255.0 ip ospf 1 area 0 duplex auto speed auto ! interface FastEthernet1/1 no ip address shutdown duplex auto speed auto ! 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 ip address 192.168.1.1 255.255.255.0 ip ospf 1 area 0 duplex auto speed auto ! router ospf 1 default-information originate always ! ip forward-protocol nd no ip http server no ip http secure-server ! ! ip route 0.0.0.0 0.0.0.0 192.168.7.2