Files
Yandex-Practicum/INTERNET.md
2025-11-19 23:27:38 +03:00

11 lines
143 B
Markdown

enable
configure terminal
!
interface e0/0
ip address 1.1.1.1 255.255.255.0
no shutdown
!
ip route 0.0.0.0 0.0.0.0 1.1.1.2
!
end
write memory