Hi martine. Thank you for your answer. Let's say it's in this way: 1. I create the TUN or TAP interface called tap1 2. sudo ip a a *2001*:*db8*:a0b:12f0::*1*/64 dev tap1 3. sudo ip link set up dev tap1 4.ifconfig 6 add *2001*:*db8*:a0b:12f0::*2*/64
The questions are the same what do they do? I hope someone can help me. Thanks. Mark On Sun, Mar 20, 2016 at 6:17 PM, Martine Lenders <[email protected]> wrote: > Hi Mark, > you are using IPv4 addresses. RIOT does not have any IPv4 support, only > IPv6 support. > > Cheers, > Martine > > 2016-03-20 15:09 GMT+01:00 Mark Bul <[email protected]>: > >> Hello, >> I've been searching online but I didn't find an enough clear answer to >> some doubts so I'm posting it here. >> >> I'm trying to create a TUN or TAP interface and then it's been told to me >> to give these commands: >> 1. I create the TUN or TAP interface called tap1 >> 2. sudo ip a a 192.168.1.1/24 dev tap1 >> 3. sudo ip link set up dev tap1 >> 4.ifconfig 6 add 192.168.1.2/24 >> >> At the end the 192.168.1.1 is the server and 192.168.1.2 is the client. >> >> I don't understand what do exactly do the command 2, 3 and 4. Looking >> online I got something but I guess I'm doing confusion. >> >> Thanks. >> Mark >> >> _______________________________________________ >> users mailing list >> [email protected] >> https://lists.riot-os.org/mailman/listinfo/users >> >> > > _______________________________________________ > users mailing list > [email protected] > https://lists.riot-os.org/mailman/listinfo/users > >
_______________________________________________ users mailing list [email protected] https://lists.riot-os.org/mailman/listinfo/users
