Jump to content

ck84

Members
  • Gesamte Inhalte

    90
  • Registriert seit

  • Letzter Besuch

Beiträge erstellt von ck84

  1. 
    !
    ! Last configuration change at 00:04:20 UTC Mon Mar 1 1993 by root
    !
    version 12.3
    service tcp-keepalives-in
    service timestamps debug datetime msec localtime show-timezone
    service timestamps log datetime msec localtime show-timezone
    service password-encryption
    service linenumber
    service pt-vty-logging
    service sequence-numbers
    !
    boot-start-marker
    boot-end-marker
    !
    logging buffered 4096 debugging
    !
    no network-clock-participate slot 1 
    no network-clock-participate wic 0 
    no aaa new-model
    ip subnet-zero
    ip cef
    !
    !
    ip domain name wueI.poessinger.org
    ip name-server 194.145.151.161
    ip name-server 132.187.1.1
    ip dhcp excluded-address 172.16.1.111 172.16.1.254
    ip dhcp excluded-address 172.16.10.111 172.16.10.254
    ip dhcp excluded-address 172.16.1.1 172.16.1.100
    ip dhcp excluded-address 172.16.10.1 172.16.10.100
    !
    ip dhcp pool VLAN10
      network 172.16.1.0 255.255.255.0
      next-server 172.16.1.1 
      netbios-name-server 172.16.1.3 
      netbios-node-type b-node
      default-router 172.16.1.254 
    !
    ip audit po max-events 100
    vpdn enable
    !
    vpdn-group 1
    request-dialin
     protocol pppoe
    !
    ipv6 unicast-routing
    ipv6 cef
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    !
    class-map match-any lan
     match access-group name lan
    !
    !
    policy-map voip
     class lan
      priority 130
      set precedence 7
    !
    ! 
    !
    !
    !
    !
    interface Tunnel10
    description IPv6 uplink
    no ip address
    shutdown
    ipv6 address 
    ipv6 enable
    tunnel source Dialer1
    tunnel destination 
    tunnel mode ipv6ip
    !
    interface FastEthernet0/0
    description VLAN10 LAN
    ip address 172.16.1.254 255.255.255.0
    ip access-group 100 in
    ip access-group 100 out
    ip nat inside
    speed 100
    full-duplex
    ipv6 address 
    ipv6 enable
    !
    interface Serial0/0
    no ip address
    shutdown
    no fair-queue
    !
    interface FastEthernet0/1
    description uplink DTAG.DE
    bandwidth 6016
    no ip address
    ip access-group 100 in
    ip access-group 100 out
    ip directed-broadcast
    ip nat outside
    load-interval 30
    speed 100
    full-duplex
    pppoe enable
    pppoe-client dial-pool-number 1
    no cdp enable
    service-policy output voip
    !
    interface BRI1/0
    no ip address
    encapsulation hdlc
    shutdown
    !
    interface BRI1/1
    no ip address
    encapsulation hdlc
    shutdown
    !
    interface BRI1/2
    no ip address
    encapsulation hdlc
    shutdown
    !
    interface BRI1/3
    no ip address
    encapsulation hdlc
    shutdown
    !
    interface Dialer1
    description DSL Dialup 6016/576 kbit
    bandwidth 6016
    ip address negotiated
    ip mtu 1492
    ip nat outside
    encapsulation ppp
    no ip split-horizon
    ip tcp adjust-mss 1452
    no ip mroute-cache
    shutdown
    dialer pool 1
    dialer-group 1
    keepalive 30000
    priority-group 1
    no cdp enable
    ppp authentication pap callin
    
    ppp ipcp dns accept
    !
    ip nat inside source list 1 interface Dialer1 overload
    ip nat inside source static 172.16.1.200 interface Dialer1
    no ip http server
    ip http authentication local
    no ip http secure-server
    ip classless
    ip route 0.0.0.0 0.0.0.0 Dialer1
    !
    !
    !
    ip access-list extended lan
    permit tcp any eq 5060 any
    permit tcp any eq 5061 any
    access-list 1 permit any
    access-list 1 permit 172.16.1.0 0.0.0.255
    access-list 99 permit 172.16.1.1
    access-list 100 permit icmp any any
    access-list 100 permit ip any any
    access-list 115 permit icmp any any
    access-list 115 permit tcp any any eq ftp
    access-list 115 permit tcp any any eq smtp
    access-list 115 permit udp any any eq domain
    access-list 115 permit tcp any any eq www
    access-list 115 permit tcp any any eq pop3
    access-list 115 permit tcp any any eq 443
    access-list 115 permit ip any 172.16.1.0 0.0.0.255
    access-list 115 permit tcp any any eq 5190
    dialer-list 1 protocol ip permit
    priority-list 1 protocol ip high list 110
    priority-list 1 interface Dialer1 medium
    ipv6 route ::/0 
    !
    snmp-server community nobus RO
    snmp-server chassis-id 
    no call rsvp-sync
    !
    !
    !
    
    !
    line con 0
    line aux 0
    login local
    transport input all
    telnet speed 9600 9600
    line vty 0 4
    login local
    !
    ntp clock-period 17180184
    ntp source Dialer1
    ntp master
    ntp server 192.53.103.103
    ntp server 130.149.17.8
    !
    end

  2. Hallo, ich habe folgendes Problem, ich habe eine AVM FritzBox 7170 im LAN laufen. Mein Router ist ein Cisco 2621XM welcher NAT macht mit folgendem IOS: c2600-ik9o3s3-mz.123-19.bin

     

    Das Problem ist, ich bekomme keine Verbindung von der FritzBox zum 1und1 VoIP Server. Andere VoIP Anbieter funktionieren ohne Probleme, nur 1und1 macht Probleme.

     

    Ich habe etwas gelesen das man SIP ALG deaktivieren soll auf seinem Router, drücken wir es so aus, ich habe es nicht konfiguriert also sollte es deaktivirt sein. :)

     

    Die Portweiterleitungen habe ich auch alle auf der Cisco eingerichtet:

    UDP 5060 - 5069, 7077-7087, 10000

     

    mit: ip nat inside source static udp DESTINATION PORT interface Dialer1 PORT

     

    Jemand von euch schon einmal so ein Problem gehabt?

  3. Hallo,ich habe folgendes Problem, ich wähle mich über T-Online in das Internet ein, via WindowsXP und nicht mit der T-Online Software. Ich kann mit Outlook wunderbar die eMails des Mitbenutzers -0001 abrufen, jedoch nicht die des Mitbenutzers 0002 und 0003, obwohl ich die Zugangsdaten richtig in den Kontoeinstellungen eingegeben habe. Hat jemand eine Idee? Kann es daran liegen das T-Online einen mal wieder total beschneidet wenn man nicht Ihre Software benutzt?

  4. Hallo, ich habe folgendes Problem, nach einem IOS update auf 12.4 stürzt nun der 2621XM einmal oder zweimal pro Tag mit einem Fehler ab. Nach einem downgrade passiert das trotzdem noch. Leider habe ich die ursprüngliche IOS Version von vor dem Update nicht mehr da sie leider beim Backuppen CRC fehler bekommen hat. Nun ist ein 12.3 ADV IP SERVICES isntalliert. Der Router startet ohne Probleme und irgendwann taucht auf der Konsole folgende Meldung auf:

     

    Queued messages:
    *** System received a Software forced crash ***
    signal= 0x17, code= 0x700, context= 0x829c43a8
    PC = 0x80460f4c, Vector = 0x700, SP = 0x831377b0
    
    System Bootstrap, Version 12.2(7r) [cmong 7r], RELEASE SOFTWARE (fc1)
    Copyright (c) 2002 by cisco Systems, Inc.
    C2600 platform with 131072 Kbytes of main memory
    
    program load complete, entry point: 0x80008000, size: 0xf47040
    Self decompressing the image : #########

     

    Und dann startet der Router wieder ganz normal. Dies is sehr lästig, jemand eine Idee?

     

    Hier meine Config:

     

    !
    ! Last configuration change at 13:12:26 UTC Sun Jan 15 2006
    ! NVRAM config last updated at 13:12:26 UTC Sun Jan 15 2006
    !
    version 12.3
    service password-encryption
    service tcp-keepalives-in
    service timestamps debug datetime msec localtime show-timezone
    service timestamps log datetime msec localtime show-timezone
    service password-encryption
    service linenumber
    service pt-vty-logging
    service sequence-numbers
    !
    hostname foo
    !
    boot-start-marker
    boot-end-marker
    !
    logging buffered 4096 debugging
    enable secret 5 ##
    !
    no network-clock-participate slot 1 
    no network-clock-participate wic 0 
    no aaa new-model
    ip subnet-zero
    !
    !
    ip domain name ##
    ip name-server 1.1.1.1
    ip name-server 2.2.1.1
    !
    ip cef
    vpdn enable
    vpdn ip udp ignore checksum
    !
    vpdn-group 1
    request-dialin
     protocol pppoe
    !
    interface FastEthernet0/0
    no ip address
    duplex auto
    speed auto
    no mop enabled
    !
    interface FastEthernet0/0.1
    description VLAN1 LAN
    encapsulation dot1Q 1 native
    ip address 172.16.1.62 255.255.255.192
    ip access-group 100 in
    ip access-group 100 out
    ip nat inside
    ipv6 address 2001:A::FFFF/64
    ipv6 enable
    ipv6 nat
    ipv6 rip v6rip enable
    snmp trap link-status
    !
    interface Serial0/0
    no ip address
    shutdown
    no fair-queue
    !
    interface FastEthernet0/1
    description uplink DTAG.DE
    no ip address
    no shutdown
    ip access-group 100 in
    ip access-group 100 out
    ip nat outside
    duplex auto
    speed auto
    pppoe enable
    snmp trap link-status
    pppoe-client dial-pool-number 1
    no mop enabled
    !
    interface BRI1/0
    no ip address
    shutdown
    !
    interface BRI1/1
    no ip address
    shutdown
    !
    interface BRI1/2
    no ip address
    shutdown
    !
    interface BRI1/3
    no ip address
    shutdown
    !
    interface Dialer1
    description DSL Dialup 6016/576 kbit
    ip address negotiated
    ip mtu 1492
    ip nat outside
    encapsulation ppp
    no ip split-horizon
    ip tcp adjust-mss 1452
    no ip mroute-cache
    dialer pool 1
    dialer remote-name t-ipconnect.de
    dialer-group 1
    keepalive 30000
    priority-group 1
    no cdp enable
    ppp authentication pap callin
    ppp pap sent-username ###
    ppp ipcp dns accept
    !
    ip nat inside source list 1 interface Dialer1 overload
    no ip http server
    ip classless
    ip route 0.0.0.0 0.0.0.0 Dialer1
    !
    !
    
    access-list 1 permit any
    access-list 1 permit 172.16.1.0 0.0.0.63
    access-list 100 permit icmp any any
    access-list 100 permit ip any any
    priority-list 1 protocol ip high list 110
    priority-list 1 interface Dialer1 medium
    ipv6 route ::/0 2001::3
    ipv6 router rip v6rip
    !
    !
    !
    !
    !
    !
    !
    line con 0
    line aux 0
    modem InOut
    modem autoconfigure discovery
    telnet speed 9600 38400
    line vty 0 4
    password #
    login
    !
    ntp master
    ntp server 130.149.17.8
    ntp source dialer 1
    !
    end

×
×
  • Neu erstellen...