Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Empfohlene Antworten

Veröffentlicht

hallo,

da ich leider krank war und auch noch berufsschule hatte, ist mein know how, was ich letztens noch hatte fast weg.

also ich bekam eine aufgabe:

eine verbindung 2er laptops über 2 cisco router.

ich musste auf beiden routern etwas einstellen. also routen

( routingtabelle ? befehle ? )

es hat alles funktioniert. ich konnte den anderen laptop anpingen.

nun weiss ich bloss nicht mehr, welche befehle ich auf den cisco routern ausführen musste.

könnte mir jemand helfen ?

danke für eure mühe !

Prinzipiell kein Problem:

Leider hast Du nicht geschrieben, ueber welche Interfaces das ganze gehen soll. Ethernet ist das einfachste, daher bin ich mal davon ausgegangen. Das 99er Netz ist das Transitnetz zwischen den beiden Routern. Lokal werden die Netze 192.168.1/24 und 192.168.2/24 verwendet.

ACHTUNG! Alle Angaben ohne Gewähr! Ich habe das aus dem Kopf getippt und nicht getestet!

Router 1:

------------

interface FastEthernet0

description Lokales LAN Router1

ip address 192.168.1.1 255.255.255.0

speed auto

no cdp enable

!

interface FastEthernet1

description Verbindung zu Router2

ip address 192.168.99.1 255.255.255.0

speed auto

no cdp enable

!

ip route 192.168.2.0 255.255.255.0 FastEthernet1

Router 2:

------------

interface FastEthernet0

description Lokales LAN Router2

ip address 192.168.2.1 255.255.255.0

speed auto

no cdp enable

!

interface FastEthernet1

description Verbindung zu Router1

ip address 192.168.99.2 255.255.255.0

speed auto

no cdp enable

!

ip route 192.168.1.0 255.255.255.0 FastEthernet1

Nic

alles klar, danke

Erstelle ein Konto oder melde dich an, um einen Kommentar zu schreiben.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.