diff --git a/Ex-02.pdf b/Ex-02.pdf new file mode 100644 index 0000000..ad3857b Binary files /dev/null and b/Ex-02.pdf differ diff --git a/Uebung2/Commands.txt b/Uebung2/Commands.txt new file mode 100644 index 0000000..797c17c --- /dev/null +++ b/Uebung2/Commands.txt @@ -0,0 +1,42 @@ +Commands for Problem 2.3: + +Figure 3 + +sysctl -w net.ipv6.conf.all.disable_ipv6=0 + +sysctl -w net.ipv6.conf.default.disable_ipv6=0 + +ip -6 a a fdee:af92:9c96:1001:0000:0000:0000:0001/64 dev h1-eth0 + +ip -6 n a fdee:af92:9c96:1001:0000:0000:0000:1001 lladdr 00:00:00:01:01:00 dev h1-eth0 + +ip -6 r a fdee:af92:9c96:1002:0000:0000:0000:0001/64 via fdee:af92:9c96:1001:0000:0000:0000:1001 dev h1-eth0 + + + +Figure 4 + +sysctl -w net.ipv6.conf.all.disable_ipv6=0 + +sysctl -w net.ipv6.conf.default.disable_ipv6=0 + +ip -6 a a fdee:af92:9c96:1002:0000:0000:0000:0002/64 dev h2-eth0 + +ip -6 n a fdee:af92:9c96:1002:0000:0000:0000:1001 lladdr 00:00:00:02:02:00 dev h2-eth0 + +ip -6 r a fdee:af92:9c96:1001:0000:0000:0000:0001/64 via fdee:af92:9c96:1002:0000:0000:0000:1001 dev h2-eth0 + + +Figure 5 + +sysctl -w net.ipv6.conf.all.disable_ipv6=0 + +sysctl -w net.ipv6.conf.default.disable_ipv6=0 + +ip tunnel add 6in4 mode sit remote 10.0.1.254 local 10.0.1.1 ttl 64 + +ip link set 6in4 up mtu 1400 + +ip addr add fdee:af92:9c96:1001:0000:0000:0000:0001/64 dev 6in4 + +ip route add ::/0 dev 6in4 diff --git a/Uebung2_exercise-base.tgz b/Uebung2_exercise-base.tgz new file mode 100644 index 0000000..45ce939 Binary files /dev/null and b/Uebung2_exercise-base.tgz differ diff --git a/Uebung2_protection_base.tar.gz b/Uebung2_protection_base.tar.gz new file mode 100644 index 0000000..b49cf6c Binary files /dev/null and b/Uebung2_protection_base.tar.gz differ