diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-05-25 15:35:34 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-05-25 15:35:34 +0700 |
commit | 68dd3e66b1e4abd8b9f7b38803a1c5d80e34975f (patch) | |
tree | 5441712fb9535ae55bffa50ce9d59af27a9d70cf | |
parent | 715066eb931b0b74afb8746e0cf0d263ddedc7b3 (diff) | |
download | site-68dd3e66b1e4abd8b9f7b38803a1c5d80e34975f.tar.gz |
Prettify table
-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. |