AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / user-328323

Becky's questions

Martin Hope
Becky
Asked: 2016-05-25 00:21:42 +0800 CST

思科 887VA 路由器 ADSL 配置

  • 0

我正在尝试设置 Cisco 887VA 以通过基本的 ADSL 连接连接到 Internet。我已经尽我所能配置它,但它是我做过的第一个,我想我可能忽略了一些愚蠢的事情。我已经三重检查了所有内容,除了 ADSL 用户名/密码不正确之外,我看不出还有什么可能。

任何人都可以看看我的配置,看看是否有什么突出的吗?

Using 3473 out of 262136 bytes
!
! Last configuration change at 08:22:49 UTC Tue May 24 2016 by administrator
!
version 15.4
no service pad
service tcp-keepalives-in
service tcp-keepalives-out
no service timestamps debug uptime
no service timestamps log uptime
service password-encryption
no service dhcp
!
hostname rtr-h003103
!
boot-start-marker
boot system tftp c880data-universalk9-mz.154-3.M5.bin 255.255.255.255
boot system flash:c880data-universalk9-mz.154-3.M5.bin
boot-end-marker
!
!
no logging buffered
no logging console
!
aaa new-model
!
!
aaa authentication login default local
aaa authentication enable default enable
aaa authentication ppp default local
aaa authorization exec default local
!
!
!
!
!
aaa session-id common
memory-size iomem 10
!
crypto pki trustpoint TP-self-signed-1297352779
 enrollment selfsigned
 subject-name cn=IOS-Self-Signed-Certificate-1297352779
 revocation-check none
 rsakeypair TP-self-signed-1297352779
!
!
crypto pki certificate chain TP-self-signed-1297352779
 certificate self-signed 01 nvram:IOS-Self-Sig#1.cer
!
!
!
!
!
!
!
!
!
!
!
!
!
ip domain name mydomain.local
ip cef
no ipv6 cef
!
!
cts logging verbose
license udi pid CISCO887VA-K9 sn FCZ1524C3GC
!
!
archive
 log config
  hidekeys
username administrator privilege 15 secret 5 $1$vd2f$WpvhuZd3aufh0bd0SPUhQ/
username ccpuser privilege 15 secret 5 $1$vqGL$stHJZv4odwJC5LOCvhVpr.
!
!
!
!
!
controller VDSL 0
no cdp run
!
!
!
!
!
!
!
!
!
!
!
interface Ethernet0
 description ADSL LAN Interface
 ip address 192.168.2.100 255.255.255.0
 no ip redirects
 no ip unreachables
 no ip proxy-arp
 ip nat inside
 ip virtual-reassembly in
!
interface ATM0
 no ip address
 shutdown
 no atm ilmi-keepalive
 pvc 0/38
  encapsulation aal5mux ppp dialer
  dialer pool-member 1
 !
!
interface FastEthernet0
 no ip address
!
interface FastEthernet1
 no ip address
!
interface FastEthernet2
 no ip address
!
interface FastEthernet3
 no ip address
!
interface Vlan1
 description 192.168.1.0 LAN (Connected to CCTV Feed)
 ip address 192.168.1.1 255.255.255.0
 ip nat inside
 ip virtual-reassembly in
!
interface Dialer0
 description Test (ADSL)
 ip address 81.136.61.19 255.255.255.254
 no ip redirects
 no ip unreachables
 no ip proxy-arp
 ip flow ingress
 ip nat outside
 ip virtual-reassembly in
 encapsulation ppp
 dialer pool 1
 dialer-group 1
 ppp authentication chap pap callin
 ppp chap hostname [email protected]
 ppp chap password 7 07072055420C0002051D1E1C55
 ppp pap sent-username [email protected] password 7 030C5A120A0A384B5C060C1546
 ppp ipcp dns request
 ppp ipcp route default
 no cdp enable
!
interface Dialer1
 no ip address
 no cdp enable
!
ip forward-protocol nd
no ip http server
ip http authentication local
ip http secure-server
ip http timeout-policy idle 60 life 86400 requests 10000
!
ip ftp username root
ip ftp password 7 0201545F06090B240D
ip nat inside source list 10 interface Dialer0 overload
ip nat inside source list natin interface Dialer0 overload
ip nat inside source static 192.168.1.250 81.149.241.71
ip route 0.0.0.0 0.0.0.0 Dialer0
ip ssh version 1
ip ssh pubkey-chain
  username administrator
!
ip access-list standard natin
 permit 192.168.1.0 0.0.0.255
!
dialer-list 1 protocol ip permit
!
access-list 10 permit 192.168.2.0 0.0.0.255
!
!
!
!
line con 0
 privilege level 15
 no modem enable
line aux 0
line vty 0 4
 privilege level 15
 transport input telnet ssh
line vty 5 15
 exec-timeout 0 0
 privilege level 15
 transport input none
!
!
end

先感谢您。

router cisco adsl
  • 1 个回答
  • 1175 Views

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    新安装后 postgres 的默认超级用户用户名/密码是什么?

    • 5 个回答
  • Marko Smith

    SFTP 使用什么端口?

    • 6 个回答
  • Marko Smith

    命令行列出 Windows Active Directory 组中的用户?

    • 9 个回答
  • Marko Smith

    什么是 Pem 文件,它与其他 OpenSSL 生成的密钥文件格式有何不同?

    • 3 个回答
  • Marko Smith

    如何确定bash变量是否为空?

    • 15 个回答
  • Martin Hope
    Tom Feiner 如何按大小对 du -h 输出进行排序 2009-02-26 05:42:42 +0800 CST
  • Martin Hope
    Noah Goodrich 什么是 Pem 文件,它与其他 OpenSSL 生成的密钥文件格式有何不同? 2009-05-19 18:24:42 +0800 CST
  • Martin Hope
    Brent 如何确定bash变量是否为空? 2009-05-13 09:54:48 +0800 CST
  • Martin Hope
    cletus 您如何找到在 Windows 中打开文件的进程? 2009-05-01 16:47:16 +0800 CST

热门标签

linux nginx windows networking ubuntu domain-name-system amazon-web-services active-directory apache-2.4 ssh

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve