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
Nächste Überarbeitung
Vorherige Überarbeitung
Nächste Überarbeitung Beide Seiten, nächste Überarbeitung
lpi2:routing [2024/04/15 04:42]
ingo_wichmann [5 Routen]
lpi2:routing [2024/04/15 06:22]
ingo_wichmann [5 Routen]
Zeile 5: Zeile 5:
   ip netns add b2   ip netns add b2
   ip netns add c   ip netns add c
 +  ip link set dev a0 netns a
   ip link add a-b1  type veth peer name b1-a   ip link add a-b1  type veth peer name b1-a
   ip link add a-b2  type veth peer name b2-a   ip link add a-b2  type veth peer name b2-a
Zeile 10: Zeile 11:
   ip link add b1-c  type veth peer name c-b1   ip link add b1-c  type veth peer name c-b1
   ip link add b2-c  type veth peer name c-b2   ip link add b2-c  type veth peer name c-b2
 +  ip link set dev c0 netns c
   ip link set dev a-b1  netns a   ip link set dev a-b1  netns a
   ip link set dev a-b2  netns a   ip link set dev a-b2  netns a
Zeile 20: Zeile 22:
   ip link set dev c-b1  netns c   ip link set dev c-b1  netns c
   ip link set dev c-b2  netns c   ip link set dev c-b2  netns c
- 
  
 Terminal a: Terminal a:
   ip netns exec a /bin/bash   ip netns exec a /bin/bash
 +  sysctl -w '​net.ipv6.conf.all.forwarding=1'​
   ip link set up dev a-b1   ip link set up dev a-b1
 +  ip link set up dev a-b2
 +  ip link set up dev c0
 +  ip addr add fca::1/64 dev a0
   ip addr add fca:​b1::​a/​64 dev a-b1   ip addr add fca:​b1::​a/​64 dev a-b1
   ip addr add fca:​b2::​a/​64 dev a-b2   ip addr add fca:​b2::​a/​64 dev a-b2
Zeile 30: Zeile 35:
 Terminal b1: Terminal b1:
   ip netns exec b1 /bin/bash   ip netns exec b1 /bin/bash
 +  sysctl -w '​net.ipv6.conf.all.forwarding=1'​
   ip link set up dev b1-a   ip link set up dev b1-a
   ip addr add fca:​b1::​b1/​64 dev b1-a   ip addr add fca:​b1::​b1/​64 dev b1-a
Zeile 38: Zeile 44:
 Terminal b2: Terminal b2:
   ip netns exec b2 /bin/bash   ip netns exec b2 /bin/bash
 +  sysctl -w '​net.ipv6.conf.all.forwarding=1'​
   ip link set up dev b2-a   ip link set up dev b2-a
   ip addr add fca:​b1::​b2/​64 dev b2-a   ip addr add fca:​b1::​b2/​64 dev b2-a
Zeile 46: Zeile 53:
 Terminal c: Terminal c:
   ip netns exec c /bin/bash   ip netns exec c /bin/bash
 +  sysctl -w '​net.ipv6.conf.all.forwarding=1'​
   ip link set up dev c-b1   ip link set up dev c-b1
   ip link set up dev c-b2   ip link set up dev c-b2
 +  ip link set up dev c0
   ip addr add fcb1:​c::​c/​64 dev c-b1   ip addr add fcb1:​c::​c/​64 dev c-b1
   ip addr add fcb2:​c::​c/​64 dev c-b2   ip addr add fcb2:​c::​c/​64 dev c-b2
 +  ip addr add fcc::1/64 dev c0
   ping -qc1 fcb1:c::b1   ping -qc1 fcb1:c::b1
   ping -qc1 fcb2:c::b2   ping -qc1 fcb2:c::b2
lpi2/routing.txt · Zuletzt geändert: 2024/04/28 09:52 (Externe Bearbeitung)