Új hozzászólás Aktív témák

  • Gery15

    addikt

    válasz crok #12445 üzenetére

    router1#debug pppoe packets
    PPPoE control packets debugging is on
    router1#deb pppoe ev
    router1#deb pppoe events
    PPPoE protocol events debugging is on
    router1#deb pppoe errors
    PPPoE protocol errors debugging is on

    De most valami csodánál fogva felcsatlakozott. :D Viszont nincs net, de kapok dialeren IP-t.

    Sh ru:

    Building configuration...

    Current configuration : 2302 bytes
    !
    version 12.4
    service timestamps debug datetime msec
    service timestamps log datetime msec
    no service password-encryption
    !
    hostname router1
    !
    boot-start-marker
    boot-end-marker
    !
    logging message-counter syslog
    enable secret 5 $1$we/w$/F.vf4nAZIgoVICjkPTOM1
    !
    no aaa new-model
    !
    !
    dot11 syslog
    ip source-route
    !
    !
    !
    ip dhcp pool lan
    network 192.168.1.0 255.255.255.0
    default-router 192.168.1.1
    !
    !
    ip cef
    no ip domain lookup
    ip domain name teszt.hu
    no ipv6 cef
    !
    multilink bundle-name authenticated
    !
    vpdn enable
    !
    !
    !
    username admin privilege 15 secret 5 $1$D8OB$de8tUGK2h/WpDEnPjIZlA/
    username user privilege 15 password 0 cisco
    !
    !
    !
    archive
    log config
    hidekeys
    !
    !
    ip ssh time-out 60
    ip ssh authentication-retries 2
    ip ssh version 2
    !
    !
    !
    interface BRI0
    no ip address
    encapsulation hdlc
    shutdown
    !
    interface FastEthernet0
    description uplink
    no ip address
    no ip redirects
    no ip unreachables
    no ip proxy-arp
    ip nat outside
    ip virtual-reassembly
    duplex auto
    speed auto
    pppoe enable group global
    pppoe-client dial-pool-number 1
    !
    interface FastEthernet1
    description lan
    ip address 192.168.1.1 255.255.255.0
    ip nat inside
    no ip virtual-reassembly
    duplex auto
    speed auto
    !
    interface FastEthernet2
    !
    interface FastEthernet3
    !
    interface FastEthernet4
    !
    interface FastEthernet5
    !
    interface FastEthernet6
    !
    interface FastEthernet7
    !
    interface FastEthernet8
    !
    interface FastEthernet9
    !
    interface Vlan1
    no ip address
    !
    interface Dialer1
    description pppoe
    ip address negotiated
    no ip redirects
    no ip unreachables
    no ip proxy-arp
    ip mtu 1492
    ip nat outside
    ip virtual-reassembly
    encapsulation ppp
    dialer pool 1
    dialer-group 1
    ppp pap sent-username password 0
    !
    ip forward-protocol nd
    ip route 0.0.0.0 0.0.0.0 Dialer1
    no ip http server
    no ip http secure-server
    !
    !
    ip nat inside source list nat interface FastEthernet1 overload
    !
    ip access-list standard nat
    permit 192.168.1.0 0.0.0.255
    !
    dialer-list 1 protocol ip permit
    !
    !
    !
    !
    !
    !
    control-plane
    !
    !
    line con 0
    password cisco
    login
    line aux 0
    line vty 0 4
    privilege level 15
    password cisco
    login local
    transport input ssh
    line vty 5
    privilege level 15
    password cisco
    login local
    transport input ssh
    line vty 6 15
    privilege level 15
    login local
    transport input ssh
    !
    end

    [ Szerkesztve ]

    HyperX

Új hozzászólás Aktív témák