Aktív témák

  • jippa

    aktív tag

    Hello Mindenkinek!

    Otthoni chello-t szeretnék megosztani egy cisco non-wireless 871 routerrel. 2 hónapja bütykölöm az alábbi ios configot az internetről összeszedett sample-ek alapján, belső dhcp van, de nem bírok vele kimenni a netre a modemen keresztül. A hobbi számítógép rajongó mostanra meghalt bennem, hátha van itt valaki, aki 3 sor kijavításával kijuttat a routerrel a netre. 5 fastethernet portom van. A fastethernet0 -ra dugott gigabit switch 1 pc-t és egy laptopot szolgálna ki. A chello jelenleg a pc hálókari mac-address-ét tárolja. A router advipservice-es. A "CISCO IOS in a nutshell"-ből elolvastam vagy 40 oldalt, reménytelen :). A console használata nem gond.

    Minden segítségért köszi.

    A config (bocsi, hosszú lesz):

    Current configuration : 1420 bytes
    !
    version 12.4
    no service pad
    service timestamps debug datetime msec
    service timestamps log datetime msec
    no service password-encryption
    !
    hostname xxxxx
    !
    boot-start-marker
    boot-end-marker
    !
    no aaa new-model
    !
    resource policy
    !
    clock timezone MET 1
    clock summer-time MET recurring last Sun Mar 2:00 last Sun Oct 3:00
    ip cef
    !
    no ip dhcp use vrf connected
    ip dhcp excluded-address 192.168.1.1
    !
    ip dhcp pool vlan1
    import all
    network 192.168.1.0 255.255.255.0
    default-router 192.168.1.1
    domain-name cisco
    lease 4
    !
    ip domain name chello.hu
    !
    archive
    log config
    hidekeys
    !
    interface FastEthernet0
    !
    interface FastEthernet1
    !
    interface FastEthernet2
    !
    interface FastEthernet3
    !
    interface FastEthernet4
    description Kulso_halo
    mac-address xxxx.xxxx.xxxx
    ip address dhcp
    ip nat outside
    ip virtual-reassembly
    duplex auto
    speed auto
    no cdp enable
    !
    interface Vlan1
    description Belso_halo
    ip address 192.168.1.1 255.255.255.0
    ip nat inside
    ip virtual-reassembly
    !
    ip route 0.0.0.0 0.0.0.0 dhcp
    !
    no ip http server
    no ip http secure-server
    !
    ip nat inside source list 100 interface FastEthernet4 overload
    !
    access-list 100 permit ip 192.168.1.0 0.0.0.255 any
    !
    control-plane
    !
    line con 0
    no modem enable
    line aux 0
    ip nat inside
    ip virtual-reassembly
    !
    no ip http server
    no ip http secure-server
    !
    !
    control-plane
    !
    line con 0
    no modem enable
    line aux 0
    line vty 0 4
    password 1234
    login
    !
    scheduler max-task-time 5000
    !
    webvpn context Default_context
    ssl authenticate verify all
    !
    no inservice
    !
    end

    Hol lehet a gond?

Aktív témák