Jump to content

gaga81

Members
  • Gesamte Inhalte

    11
  • Registriert seit

  • Letzter Besuch

Beiträge erstellt von gaga81

  1. Hallo,

     

    wir haben in der Firma 15 Einzellizenzen (15 verschiedene Product Keys) von dem Programm Microsoft Office Proofing Tool. Ich möchte dieses Programm über die Gruppenrichtlinien verteilen. Kann ich dafür eine Installation mit einem Productkey fertig machen, oder muss auf jedem Rechner die Version mit einem anderen Lizenzkey laufen???

     

    Ist mir sehr wichtig,

     

    Danke im vorraus

  2. läuft jetzt. nur gibt es ein problem:

     

    bei einem tracert werden die pakete von 10.83.180.150 zu 10.83.180.100 hin und her geschickt. sie werden nicht weiter zum ethernetinterface 192.168.2.1 geleitet.

     

    Current configuration : 1432 bytes

    !

    version 12.3

    no service pad

    service timestamps debug datetime msec

    service timestamps log datetime msec

    no service password-encryption

    !

    hostname cmd

    !

    boot-start-marker

    boot-end-marker

    !

    enable secret xxx

    !

    username xxx password xxx

    username xxx password xxx

    no aaa new-model

    ip subnet-zero

    no ip source-route

    !

    isdn switch-type basic-net3

    !

    !

    !

    interface Ethernet0

    ip address 192.168.2.1 255.255.255.0

    no ip proxy-arp

    !

    interface BRI0

    ip address 10.83.180.100 255.255.0.0

    encapsulation ppp

    dialer-group 1

    isdn switch-type basic-net3

    isdn answer1 48

    ppp authentication chap callin

    ppp chap hostname xxxx

    ppp chap password 0 xxxx

    !

    ip classless

    ip route 0.0.0.0 0.0.0.0 10.83.10.150

    ip http server

    !

    !

    map-class dialer DialClass

    access-list 121 deny udp any eq netbios-dgm any

    access-list 121 deny udp any eq netbios-ns any

    access-list 121 deny udp any eq netbios-ss any

    access-list 121 deny tcp any eq 137 any

    access-list 121 deny tcp any eq 138 any

    access-list 121 deny tcp any eq 139 any

    access-list 121 permit ip any any time-range TIME

    dialer-list 1 protocol ip permit

    !

    line con 0

    exec-timeout 120 0

    transport preferred all

    transport output all

    stopbits 1

    line vty 0 4

    exec-timeout 0 0

    login local

    transport preferred all

    transport input all

    transport output all

    !

    no rcapi server

    !

    !

    time-range TIME

    periodic daily 0:00 to 23:59

    !

    !

    end

  3. Kann mir jemand mal diese Zeilen entschlüsseln und erklären, warum er beim bootvorgang immer hängen bleibt und nich in den eingabemodus wechselt???

     

    *Mar 1 00:01:18.043: %LINK-3-UPDOWN: Interface Ethernet0, changed state to up

    *Mar 1 00:01:19.111: %LINEPROTO-5-UPDOWN: Line protocol on Interface Ethernet0,

    changed state to up

    *Mar 1 00:01:21.571: %LINEPROTO-5-UPDOWN: Line protocol on Interface BRI0:1, ch

    anged state to down

    *Mar 1 00:01:21.771: %LINEPROTO-5-UPDOWN: Line protocol on Interface BRI0:2, ch

    anged state to down

    *Mar 1 00:01:22.563: %SYS-5-CONFIG_I: Configured from memory by console

    *Mar 1 00:01:22.587: %SYS-5-RESTART: System restarted --

    Cisco Internetwork Operating System Software

    IOS C800 Software (C800-Y6-MW), Version 12.3(5d), RELEASE SOFTWARE (fc1)

    Copyright © 1986-2004 by cisco Systems, Inc.

    Compiled Tue 08-Jun-04 19:27 by kellythw

    *Mar 1 00:01:22.595: %PQUICC-1-LOSTCARR: Unit 0, lost carrier. Transceiver prob

    lem?

    *Mar 1 00:01:22.599: %SNMP-5-COLDSTART: SNMP agent on host cmd is undergoing a

    cold start

    *Mar 1 00:01:22.871: %LINK-3-UPDOWN: Interface BRI0, changed state to up

    *Mar 1 00: (hier bleibt der Router beim booten stehen)

  4. hallo,

     

    ich möchte meine running config ändern. bisher steht dieses drin:

     

    Current configuration : 1587 bytes

    !

    version 12.3

    no service pad

    service timestamps debug datetime msec

    service timestamps log datetime msec

    no service password-encryption

    !

    hostname xxxx

    !

    boot-start-marker

    boot system flash

    boot system flash c800-y6-mw.123-5d.bin

    boot-end-marker

    !

    enable secret 5 xxxx

    enable password xxxx

    !

    username xxxx password 7 xxxx

    username xxxx password 0 xxxx

    no aaa new-model

    ip subnet-zero

    no ip source-route

    no ip routing

    !

    isdn switch-type basic-net3

    !

    !

    !

    interface Ethernet0

    ip address 192.168.2.1 255.255.255.0

    no ip proxy-arp

    no ip route-cache

    !

    interface BRI0

    ip address 10.83.180.100 255.255.0.0

    encapsulation ppp

    no ip route-cache

    shutdown

    dialer-group 1

    isdn switch-type basic-net3

    isdn answer1 48

    ppp authentication chap callin

    ppp chap hostname xxxx

    ppp chap password 0 xxxx

    ip classless

    ip route 0.0.0.0 0.0.0.0 10.83.10.150

    ip http server

    !

    !

    map-class dialer DialClass

    access-list 121 deny udp any eq netbios-dgm any

    access-list 121 deny udp any eq netbios-ns any

    access-list 121 deny udp any eq netbios-ss any

    access-list 121 deny tcp any eq 137 any

    access-list 121 deny tcp any eq 138 any

    access-list 121 deny tcp any eq 139 any

    access-list 121 permit ip any any time-range TIME

    dialer-list 1 protocol ip permit

    !

    line con 0

    exec-timeout 120 0

    transport preferred all

    transport output all

    stopbits 1

    line vty 0 4

    exec-timeout 0 0

    password xxxx

    login local

    transport preferred all

    transport input all

    transport output all

    !

    no rcapi server

    !

    !

    time-range TIME

    periodic daily 0:00 to 23:59

    !

    !

    end

     

     

    eigentlich soll nur dieses drin stehen:

     

    Current configuration : 1432 bytes

    !

    version 12.3

    no service pad

    service timestamps debug datetime msec

    service timestamps log datetime msec

    no service password-encryption

    !

    hostname xxxx

    !

    boot-start-marker

    boot-end-marker

    !

    enable secret 5 xxxx

    !

    username xxxx password 7 xxxx

    username xxxx password 0 xxxx

    no aaa new-model

    ip subnet-zero

    no ip source-route

    !

    isdn switch-type basic-net3

    !

    !

    !

    interface Ethernet0

    ip address 192.168.2.1 255.255.255.0

    no ip proxy-arp

    !

    interface BRI0

    ip address 10.83.180.100 255.255.0.0

    encapsulation ppp

    dialer-group 1

    isdn switch-type basic-net3

    isdn answer1 48

    ppp authentication chap callin

    ppp chap hostname xxxx

    ppp chap password 0 xxxx

    !

    ip classless

    ip route 0.0.0.0 0.0.0.0 10.83.10.150

    ip http server

    !

    !

    map-class dialer DialClass

    access-list 121 deny udp any eq netbios-dgm any

    access-list 121 deny udp any eq netbios-ns any

    access-list 121 deny udp any eq netbios-ss any

    access-list 121 deny tcp any eq 137 any

    access-list 121 deny tcp any eq 138 any

    access-list 121 deny tcp any eq 139 any

    access-list 121 permit ip any any time-range TIME

    dialer-list 1 protocol ip permit

    !

    line con 0

    exec-timeout 120 0

    transport preferred all

    transport output all

    stopbits 1

    line vty 0 4

    exec-timeout 0 0

    login local

    transport preferred all

    transport input all

    transport output all

    !

    no rcapi server

    !

    !

    time-range TIME

    periodic daily 0:00 to 23:59

    !

    !

    end

  5. Hallo,

     

    ich bin neu hier und ein Problem mit meiner Routerkonfiguration.

    Nach dem Booten kommt bei mir diese Meldung und der Router bleibt hier stehen, bis ich Return drücke! er soll aber weiterlaufen. Wäre super, wenn mir jemand helfen könnte.

     

     

     

    *Mar 1 00:00:28.092: %LINK-3-UPDOWN: Interface Ethernet0, changed state to upat

    changed state to up

    *Mar 1 00:00:31.492: %LINK-5-CHANGED: Interface BRI0, changed state to administ

    ratively down

    *Mar 1 00:00:31.492: %LINK-3-UPDOWN: Interface BRI0:1, changed state to down

    *Mar 1 00:00:31.504: %LINK-3-UPDOWN: Interface BRI0:2, changed state to down

    *Mar 1 00:00:31.504: %LINEPROTO-5-UPDOWN: Line protocol on Interface BRI0, chan

    ged state to down

    *Mar 1 00:00:31.504: %LINEPROTO-5-UPDOWN: Line protocol on Interface BRI0:1, ch

    anged state to down

    *Mar 1 00:00:31.708: %LINEPROTO-5-UPDOWN: Line protocol on Interface BRI0:2, ch

    anged state to down

    *Mar 1 00:00:32.112: %LINK-5-CHANGED: Interface Ethernet0, changed state to adm

    inistratively down

    *Mar 1 00:00:32.716: %SYS-5-CONFIG_I: Configured from memory by console

    *Mar 1 00:00:32.740: %SYS-5-RESTART: System restarted --

    Cisco Internetwork Operating System Software

    IOS C800 Software (C800-Y6-MW), Version 12.3(5d), RELEASE SOFTWARE (fc1)

    Copyright © 1986-2004 by cisco Systems, Inc.

    Compiled Tue 08-Jun-04 19:27 by kellythw

    *Mar 1 00:00:32.748: %SNMP-5-COLDSTART: SNMP agent on host cmd is undergoing a

    cold start

    *Mar 1 00:00:33.112: %LINEPROTO-5-UPDOWN: Line protocol on Interface Ethernet0,

    changed state to down

     

     

    Meine Konfiguration sieht folgendermasen aus:

     

     

    Current configuration : 1432 bytes

    !

    version 12.3

    no service pad

    service timestamps debug datetime msec

    service timestamps log datetime msec

    no service password-encryption

    !

    hostname cmd

    !

    boot-start-marker

    boot-end-marker

    !

    enable secret xxx

    !

    username xxx password xxx

    username xxx password xxx

    no aaa new-model

    ip subnet-zero

    no ip source-route

    !

    isdn switch-type basic-net3

    !

    !

    !

    interface Ethernet0

    ip address 192.168.2.1 255.255.255.0

    no ip proxy-arp

    !

    interface BRI0

    ip address 10.83.180.100 255.255.0.0

    encapsulation ppp

    dialer-group 1

    isdn switch-type basic-net3

    isdn answer1 48

    ppp authentication chap callin

    ppp chap hostname xxxx

    ppp chap password 0 xxxx

    !

    ip classless

    ip route 0.0.0.0 0.0.0.0 10.83.10.150

    ip http server

    !

    !

    map-class dialer DialClass

    access-list 121 deny udp any eq netbios-dgm any

    access-list 121 deny udp any eq netbios-ns any

    access-list 121 deny udp any eq netbios-ss any

    access-list 121 deny tcp any eq 137 any

    access-list 121 deny tcp any eq 138 any

    access-list 121 deny tcp any eq 139 any

    access-list 121 permit ip any any time-range TIME

    dialer-list 1 protocol ip permit

    !

    line con 0

    exec-timeout 120 0

    transport preferred all

    transport output all

    stopbits 1

    line vty 0 4

    exec-timeout 0 0

    login local

    transport preferred all

    transport input all

    transport output all

    !

    no rcapi server

    !

    !

    time-range TIME

    periodic daily 0:00 to 23:59

    !

    !

    end

     

     

    show version:

    IOS C800 Software (C800-Y6-MW), Version 12.3(5d), RELEASE SOFTWARE (fc1)

    Copyright © 1986-2004 by cisco Systems, Inc.

    Compiled Tue 08-Jun-04 19:27 by kellythw

    Image text-base: 0x000F5000, data-base: 0x00930000

     

    ROM: TinyROM version 1.4(1)

    cmd uptime is 8 minutes

    System returned to ROM by reload

    System image file is "flash:c800-y6-mw.123-5d.bin"

     

    Cisco C801 (MPC850) processor (revision 1) with 49028K bytes of virtual memory.

     

    Processor board ID FOC08362HLB (2237178542)

    CPU part number 0x2101

    Bridging software.

    Basic Rate ISDN software, Version 1.1.

    1 Ethernet/IEEE 802.3 interface(s)

    1 ISDN Basic Rate interface(s)

    8M bytes of physical memory (DRAM)

    8K bytes of non-volatile configuration memory

    8M bytes of flash on board (4M from flash card)

     

    Configuration register is 0x2102

×
×
  • Neu erstellen...