From 9f7aaa5a60648bfe1a43b7556349198245ca5e98 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Wed, 27 May 2020 09:48:17 +0200 Subject: [PATCH] Updated readme --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 891bda2..74b5886 100644 --- a/README.md +++ b/README.md @@ -81,4 +81,16 @@ sudo tncattach /dev/ttyUSB0 115200 --mtu 400 --noipv6 --noup # Configure IP addresses for point-to-point link sudo ifconfig tnc0 10.93.0.1 pointopoint 10.93.0.2 + +# Check interface +ifconfig + +tnc0: flags=4305 mtu 400 + inet 10.93.0.1 netmask 255.255.255.255 destination 10.93.0.2 + unspec 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 txqueuelen 500 (UNSPEC) + RX packets 0 bytes 0 (0.0 B) + RX errors 0 dropped 0 overruns 0 frame 0 + TX packets 0 bytes 0 (0.0 B) + TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 + ```