Linuxhotel Wiki

Wie ging das nochmal?

Benutzer-Werkzeuge

Webseiten-Werkzeuge


lpi2:routing

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen gezeigt.

Link zu der Vergleichsansicht

Beide Seiten, vorherige Überarbeitung Vorherige Überarbeitung
lpi2:routing [2024/04/27 12:19]
ingo_wichmann [5 Routen]
lpi2:routing [2024/04/27 13:00]
ingo_wichmann
Zeile 1: Zeile 1:
 ====== 5 Routen ====== ====== 5 Routen ======
 {{ :​lpi2:​routing5.svg |}} {{ :​lpi2:​routing5.svg |}}
 +===== "​Router"​ anlegen =====
   ip netns add a   ip netns add a
   ip netns add b1   ip netns add b1
   ip netns add b2   ip netns add b2
   ip netns add c   ip netns add c
 +===== "​Kabel"​ verlegen =====
   ip link add a0    type dummy   ip link add a0    type dummy
   ip link add a-b1  type veth peer name b1-a   ip link add a-b1  type veth peer name b1-a
Zeile 25: Zeile 27:
   ip link set dev c0    netns c   ip link set dev c0    netns c
  
-Terminal a:+===== Terminal a konfigurieren =====
   ip netns exec a /bin/bash   ip netns exec a /bin/bash
   export PS1="​${debian_chroot:​+($debian_chroot)}\u@ns-a-:​\w\$ "   export PS1="​${debian_chroot:​+($debian_chroot)}\u@ns-a-:​\w\$ "
Zeile 39: Zeile 41:
   ip -6 -c addr show   ip -6 -c addr show
  
-Terminal b1:+===== Terminal b1 konfigurieren =====
   ip netns exec b1 /bin/bash   ip netns exec b1 /bin/bash
   export PS1="​${debian_chroot:​+($debian_chroot)}\u@ns-b1-:​\w\$ "   export PS1="​${debian_chroot:​+($debian_chroot)}\u@ns-b1-:​\w\$ "
Zeile 55: Zeile 57:
   ping -qc1 fc01::a   ping -qc1 fc01::a
  
-Terminal b2:+===== Terminal b2 konfigurieren =====
   ip netns exec b2 /bin/bash   ip netns exec b2 /bin/bash
   export PS1="​${debian_chroot:​+($debian_chroot)}\u@ns-b2-:​\w\$ "   export PS1="​${debian_chroot:​+($debian_chroot)}\u@ns-b2-:​\w\$ "
Zeile 72: Zeile 74:
   ping -qc1 fc03::b1   ping -qc1 fc03::b1
  
-Terminal c:+===== Terminal c konfigurieren =====
   ip netns exec c /bin/bash   ip netns exec c /bin/bash
   export PS1="​${debian_chroot:​+($debian_chroot)}\u@ns-c-:​\w\$ "   export PS1="​${debian_chroot:​+($debian_chroot)}\u@ns-c-:​\w\$ "
lpi2/routing.txt · Zuletzt geändert: 2024/04/28 09:52 (Externe Bearbeitung)