This commit is contained in:
2025-11-20 22:45:24 +03:00
parent 346d1c67a9
commit 67a15a7fcf
17 changed files with 3 additions and 0 deletions

15
Part-1/WEB.md Normal file
View File

@@ -0,0 +1,15 @@
enable
configure terminal
!
interface e0/0
ip address 10.10.5.60 255.255.255.0
no shutdown
!
ip route 0.0.0.0 0.0.0.0 10.10.5.1
!
ip http server
ip http access-class 1
access-list 1 permit any
!
end
write memory