diff options
-rw-r--r-- | blog/teredo.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/blog/teredo.md b/blog/teredo.md index 3b6d6ef..d605348 100644 --- a/blog/teredo.md +++ b/blog/teredo.md @@ -58,12 +58,12 @@ For convenience, from now on, the outside nodes will be referred to as PC A and PC B, on the other hand the routers are named Router A and Router B. Upon boot, they were given an Ethernet interface `eth0` with the following addresses. -| Node | MAC address | IPv4 address | -| -------- | ----------------- | --------------- | -| Router A | 52:54:00:f0:85:c7 | 192.168.122.127 | -| Router B | 52:54:00:2b:01:cc | 192.168.122.134 | -| PC A | 52:54:00:3b:82:36 | 192.168.122.86 | -| PC B | 52:54:00:7b:ed:c0 | 192.168.122.255 | +| Node | MAC address | IPv4 address | +| :------- | :------------------ | :---------------- | +| Router A | `52:54:00:f0:85:c7` | `192.168.122.127` | +| Router B | `52:54:00:2b:01:cc` | `192.168.122.134` | +| PC A | `52:54:00:3b:82:36` | `192.168.122.86` | +| PC B | `52:54:00:7b:ed:c0` | `192.168.122.255` | Local IPv6 addresses were also given but we are not going to need them. |