Cisco Router - WAN, LAN, NAT, ACL, DHCP Server Internet Configuration

Опубликовано: 21 Март 2026
на канале: i-Tech Community
198
0

In this video, Step by step to configure a Cisco Router to access the internet. How to configure Interface, DHCP Server, NAT, ACLs.

Cisco Command Line:

i-tech-community#configure terminal
i-tech-community(config)#

!
enable password admin123
!
ip dhcp excluded-address 172.100.2.1
!
ip dhcp pool LANIP
network 172.100.2.0 255.255.255.0
default-router 172.100.2.1
dns-server 8.8.8.8 8.8.4.4
lease infinite
!
interface FastEthernet0/0
ip address dhcp
ip nat outside
!
interface FastEthernet0/1
ip address 172.100.2.1 255.255.255.0
ip nat inside
!
ip nat pool ONUNAT 172.99.3.232 172.99.3.245 netmask 255.255.255.0
ip nat inside source list 1 pool ONUNAT overload
!
access-list 1 permit any
!
end

Thank you for watching!
Subscribe, Like, Comment and Share. Its Free!
   / @i-techcommunity  

#cisco #dhcpserver #cisconat #iTechcommunity