Hirdetés

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

  • tusi_

    addikt

    !
    !
    version 12.4
    service timestamps debug datetime msec
    service timestamps log datetime msec
    no service password-encryption
    !
    hostname BRANCH
    !
    boot-start-marker
    boot-end-marker
    !
    !
    aaa new-model
    !
    !
    aaa authentication login AUTHEN local
    aaa authorization network AUTHOR local
    !
    !
    aaa session-id common
    memory-size iomem 5
    no ip icmp rate-limit unreachable
    ip cef
    !
    !
    !
    !
    no ip domain lookup
    !
    multilink bundle-name authenticated
    !
    !
    !
    !
    !
    !
    !
    !
    !

    !
    username tusi password 0 tusi
    archive
    log config
    hidekeys
    !
    !
    crypto isakmp policy 1
    encr aes
    authentication pre-share
    group 2
    !
    crypto isakmp client configuration group GROUP
    key cisco
    dns 1.1.1.1
    domain tusi.de
    pool POOL
    acl SPLIT
    crypto isakmp profile ISAKPRO
    match identity group GROUP
    client authentication list AUTHEN
    isakmp authorization list AUTHOR
    client configuration address respond
    !
    !
    crypto ipsec transform-set SET esp-aes esp-sha-hmac
    !
    crypto dynamic-map DMAP 1
    set transform-set SET
    set isakmp-profile ISAKPRO
    reverse-route
    !
    !
    crypto map MAP 60000 ipsec-isakmp dynamic DMAP
    !
    !
    !
    ip tcp synwait-time 5
    !
    !
    !
    !
    interface Loopback0
    ip address 172.16.0.1 255.255.255.0
    !
    interface FastEthernet0/0
    ip address 90.0.0.2 255.255.255.0
    speed 100
    full-duplex
    crypto map MAP
    !
    interface FastEthernet0/1
    no ip address
    shutdown
    duplex auto
    speed auto
    !
    ip local pool POOL 172.16.10.10 172.16.10.20
    ip forward-protocol nd
    ip route 0.0.0.0 0.0.0.0 FastEthernet0/0
    !
    !
    no ip http server
    no ip http secure-server
    !
    ip access-list extended SPLIT
    permit ip 172.16.0.0 0.0.0.255 172.16.10.0 0.0.0.255
    !

    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
    !
    !
    end

    Ez a konfigom, de nem megy a ping sem, nem kapok gw-t es a statisticsben nincs titkositott csomag. Tuzfal nincs meg. :F

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