Hôm nay tình cơ kiếm được con Cisco router 1841. Mình thử tạo kết nối PPPoE để thay thế còn Microsoft ISA đang dùng. Sau khi cấu hình xong, ping ngon, vào mạng ngon chỉ có vấn đề là một số trang không vào được (trình duyệt cứ Connecting... mãi).
Dưới đây là nội dung running-config:
Bạn nào có kinh nghiệm thì chia sẻ mình với nhé. Cảm ơn nhiều.
P/s: một số site hiện đang Connecting...: cisco.com; hvaonline.net; speedtest.net@-)
Dưới đây là nội dung running-config:
Code:
Building configuration... Current configuration : 1473 bytes ! version 12.4 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname CAGW ! boot-start-marker boot-end-marker ! enable secret 5 $1$b5Ta$pq4MR.lMLXPmqKvlV7Ifw0 ! no aaa new-model ! resource policy ! mmi polling-interval 60 no mmi auto-configure no mmi pvc mmi snmp-timeout 180 ip subnet-zero ip cef ! ! no ip dhcp use vrf connected ip dhcp excluded-address 192.168.1.1 192.168.1.20 ! ip dhcp pool local_pool1 network 192.168.1.0 255.255.255.0 default-router 192.168.1.1 dns-server 8.8.8.8 ! ! ! username thang password 0 fuyemshsj ! ! ! interface FastEthernet0/0 no ip address duplex auto speed auto pppoe enable pppoe-client dial-pool-number 1 ! interface FastEthernet0/1 ip address 192.168.1.1 255.255.255.0 ip nat inside duplex auto speed auto ! interface Dialer1 ip address negotiated ip mtu 1454 ip nat outside encapsulation ppp dialer pool 1 dialer-group 1 ppp pap sent-username cmcti_user password 0 cmcti_password ! ip classless ip route 0.0.0.0 0.0.0.0 Dialer1 ! ip http server ip http authentication local ip http timeout-policy idle 600 life 86400 requests 10000 ip nat inside source list 1 interface Dialer1 overload ! access-list 1 permit 192.168.1.0 0.0.0.255 dialer-list 1 protocol ip permit ! control-plane ! ! line con 0 password cjhrndsa login line aux 0 line vty 0 4 password iwenskd login local ! end
P/s: một số site hiện đang Connecting...: cisco.com; hvaonline.net; speedtest.net@-)
Comment