第一:配置外網介面ip位址
easytouch(config)#int f0/0
easytouch(config-if)#ip add 58.56.152.100 255.255.255.252
easytouch(config-if)#no sh
第二:配置內網介面ip位址
easytouch(config)#int f0/1
easytouch(config-if)#ip add 192.168.10.1 255.255.255.0
easytouch(config-if)#no sh
第三:網路位址轉換
easytouch(config)#int f0/1
easytouch(config-if)#ip nat inside
easytouch(config)#int f0/0
easytouch(config-if)#ip nat outside
第四:配置訪問控制列表,指出哪些位址可以轉換成外網位址
easytouch(config)#access-list 10 permit 192.168.10.0 0.0.0.255
easytouch(config)#ip nat inside source list 10 inte***ce f0/0 overload
第六:配置telnet遠端登入
easytouch(config)#username easytouch secret yourpass
easytouch(config)#line vty 0 4
easytouch(config-line)#login local
第七:配置特權密碼
easytouch(config)#enable secret yourpass
第八:配置dhcp
easytouch(config)#ip dhcp pool 10
easytouch(dhcp-config)#network 192.168.10.0 255.255.255.0
easytouch(dhcp-config)#default-router 192.168.10.1
easytouch(dhcp-config)#dns-server 192.168.10.200 219.147.1.66
第十:埠對映
ip nat inside source static tcp 192.168.10.200 3389 58.56.152.100 8010 extendable
思科路由器基本配置命令
思科路由器基本配置命令 一 單臂路由配置 1.開啟埠 int g0 0 no shutdown 2.進入路由器子埠模式 int g0 0.1 封裝協議,設定vlan encapsulation dot1q x 指vlan x 設定閘道器 ip address 3.設定下乙個子埠,直到設定完所有vla...
思科路由器
請問廣大誰有思科模擬器的使用教程請分享下,謝謝 你好!這是你第一次使用markdown編輯器所展示的歡迎頁。如果你想學習如何使用markdown編輯器,可以仔細閱讀這篇文章,了解一下markdown的基本語法知識。全新的介面設計,將會帶來全新的寫作體驗 在創作中心設定你喜愛的 高亮樣式,markdo...
思科路由器相關
1.思科路由器如何新增使用者並設定使用者名稱密碼登入 r1 config username ccna password ccna r1 config line vty 0 4 r1 config line login local 2.思科路由器3640的介面和7200的介面不同,注意bat指令碼設定...