Hirdetés

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

  • tacsk0

    aktív tag

    Sziasztok!

    Valaki lecsekkolna ezt a vpn konfigot, es megosztana hogy mi a hiba benne, mert nem nagyon megy:((

    !
    version 12.4
    service timestamps debug datetime msec
    service timestamps log datetime msec
    no service password-encryption
    !
    hostname R1
    !
    boot-start-marker
    boot-end-marker
    !
    !
    no aaa new-model
    memory-size iomem 5
    ip cef
    !
    !
    !
    !
    no ip domain lookup
    ip domain name lab.local
    !
    multilink bundle-name authenticated
    !
    !
    !
    !
    !
    archive
    log config
    hidekeys
    !
    !
    crypto isakmp policy 1
    encr 3des
    authentication pre-share
    group 2
    crypto isakmp key cisco address 192.168.1.2
    !
    !
    crypto ipsec transform-set 50 esp-3des esp-md5-hmac
    !
    crypto ipsec profile P1
    set transform-set 50
    !
    !
    !
    !
    !
    !
    !
    interface Tunnel0
    ip address 172.16.16.1 255.255.255.0
    tunnel source 192.168.1.1
    tunnel destination 192.168.1.2
    tunnel mode ipsec ipv4
    tunnel protection ipsec profile P1
    !
    interface FastEthernet0/0
    ip address 192.168.1.1 255.255.255.0
    duplex auto
    speed auto
    !
    interface FastEthernet0/1
    ip address 192.168.2.1 255.255.255.0
    duplex auto
    speed auto
    no keepalive
    !
    router eigrp 1
    network 192.168.1.0
    network 192.168.2.0
    no auto-summary
    !
    ip forward-protocol nd
    !
    !
    no ip http server
    no ip http secure-server
    !
    !
    !
    !
    !
    control-plane
    !
    !
    line con 0
    exec-timeout 0 0
    privilege level 15
    logging synchronous
    line aux 0
    exec-timeout 0 0
    privilege level 15
    logging synchronous
    line vty 0 4
    login
    !
    !
    end

    !
    version 12.4
    service timestamps debug datetime msec
    service timestamps log datetime msec
    no service password-encryption
    !
    hostname R2
    !
    boot-start-marker
    boot-end-marker
    !
    !
    no aaa new-model
    memory-size iomem 5
    ip cef
    !
    !
    !
    !
    no ip domain lookup
    ip domain name lab.local
    !
    multilink bundle-name authenticated
    !
    !
    !
    !
    !
    archive
    log config
    hidekeys
    !
    !
    crypto isakmp policy 1
    encr 3des
    authentication pre-share
    group 2
    crypto isakmp key cisco address 192.168.1.1
    !
    !
    crypto ipsec transform-set 50 esp-3des esp-md5-hmac
    !
    crypto ipsec profile P1
    set transform-set 50
    !
    !
    !
    !
    !
    !
    !
    interface Tunnel0
    ip address 172.16.16.2 255.255.255.0
    tunnel source 192.168.1.2
    tunnel destination 192.168.1.1
    tunnel mode ipsec ipv4
    tunnel protection ipsec profile P1
    !
    interface FastEthernet0/0
    ip address 192.168.1.2 255.255.255.0
    duplex auto
    speed auto
    !
    interface FastEthernet0/1
    ip address 192.168.3.1 255.255.255.0
    duplex auto
    speed auto
    no keepalive
    !
    router eigrp 1
    network 192.168.1.0
    network 192.168.3.0
    no auto-summary
    !
    ip forward-protocol nd
    !
    !
    no ip http server
    no ip http secure-server
    !
    !
    !
    !
    !
    control-plane
    !
    !
    line con 0
    exec-timeout 0 0
    privilege level 15
    logging synchronous
    line aux 0
    exec-timeout 0 0
    privilege level 15
    logging synchronous
    line vty 0 4
    login
    !
    !
    end

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