cisco 1800路由上網配置

cisco 1800路由上網配置

service password-encryption


hostname test

enable secret cisco



ip dhcp pool 192.168.0.0/24
   network 192.168.0.0 255.255.255.0
   default-router 192.168.0.1
   dns-server 192.168.0.1

ip dhcp excluded-address 192.168.0.1 192.168.0.10

interface FastEthernet0/0
 ip address 202.136.1.5 255.255.255.0
 ip nat outside
 ip virtual-reassembly
 no cdp enable

interface FastEthernet0/1
 ip address 192.168.0.1 255.255.255.0
 ip nat inside
 ip virtual-reassembly
 no cdp enable

ip route 0.0.0.0 0.0.0.0 202.136.1.1

ip nat pool Internet 202.136.1.5 202.136.1.1 netmask 255.255.255.0

no cdp run


line vty 0 4
 password cisco
 login
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章