From 33613a85afc4b1481367fbe92a17ee59c240250b Mon Sep 17 00:00:00 2001 From: Sven Eisenhauer Date: Fri, 10 Nov 2023 15:11:48 +0100 Subject: add new repo --- Bachelor/CCNA4/CFGs/routera.txt | 47 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 Bachelor/CCNA4/CFGs/routera.txt (limited to 'Bachelor/CCNA4/CFGs/routera.txt') diff --git a/Bachelor/CCNA4/CFGs/routera.txt b/Bachelor/CCNA4/CFGs/routera.txt new file mode 100644 index 0000000..c5905e7 --- /dev/null +++ b/Bachelor/CCNA4/CFGs/routera.txt @@ -0,0 +1,47 @@ +no service password-encryption +! +hostname RouterA +! +! +username alaluukas password pekka +! +! +! +ip subnet-zero +! +! +process-max-time 200 +! +interface Ethernet0 + ip address 192.168.0.1 255.255.255.224 + no ip directed-broadcast + ip nat inside +! +interface Serial0 + ip address 192.168.100.1 255.255.255.252 + no ip directed-broadcast + ip nat outside + no ip route-cache + no ip mroute-cache + clockrate 56000 +! +interface Serial1 + no ip address + no ip directed-broadcast + shutdown +! +ip nat inside source list 1 interface Serial0 overload +ip classless +ip route 192.168.200.0 255.255.255.240 Serial0 +no ip http server +! +access-list 1 permit 192.168.0.0 0.0.0.255 +!0.0.0.32 erstes sub net in 192.168.0.0 / 27 +! +line con 0 + transport input none +line aux 0 +line vty 0 4 +! +end + -- cgit v1.2.3