Keresés

Hirdetés

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

  • jippa

    aktív tag

    válasz jerry311 #7593 üzenetére

    Hello!

    Először is nagyon köszönöm, hogy próbálsz segíteni.

    Jelenleg ez a running-configom:

    Current configuration : 1540 bytes
    !
    version 12.4
    no service pad
    service timestamps debug datetime msec
    service timestamps log datetime msec
    no service password-encryption
    !
    hostname Router
    !
    boot-start-marker
    boot-end-marker
    !
    logging buffered 10000 debugging
    !
    no aaa new-model
    !
    resource policy
    !
    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
    dns-server 213.46.246.53 213.46.246.54
    lease 4
    !
    !
    ip domain name chello.hu
    !
    !
    !
    archive
    log config
    hidekeys
    !
    !
    interface FastEthernet0
    !
    interface FastEthernet1
    !
    interface FastEthernet2
    !
    interface FastEthernet3
    !
    interface FastEthernet4
    description External_Connection
    mac-address xxxx.xxxx.xxxxx (a PC hálókari mac-address-e, kap ip-t a chellotól)
    ip address dhcp client-id FastEthernet4 hostname c871
    no ip redirects
    no ip unreachables
    ip nat outside
    ip virtual-reassembly
    duplex auto
    speed auto
    !
    interface Vlan1
    description Internal_Connection
    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
    access-list 100 permit udp any eq bootps any eq bootpc
    !
    !
    !
    !
    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

    Továbbra sem kapok ip-t.
    A sh mac-address table eredménye a következő:
    Destination Address Address Type VLAN Destination Port
    ------------------- ------------ ---- --------------------
    xxxx.xxxx.xxxx Self 1 Vlan1
    xxxx.xxxx.xxxx Dynamic 1 FastEthernet0 (ugyanaz a mac-address, mint fa4-nél, gondolom a pc hálókari mac-address-ét látja Fa0-n, de ha más, locally administered address-t állítok be a pc-re, akkor se megy, szóval nem ütköznek))

    Az Fa4-be rögzített mac-address érdekes mód nem látszik. Nem tudom, hogy kell-e neki.

    Nem bírok rájönni, hogy mi a gond, de ha te megmondod, felterjesztelek PH hőse a kereszttel díjra :)

    [ Szerkesztve ]

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