From 7779523c7b42bd4f4ce0b2e1752612a22bbc8a26 Mon Sep 17 00:00:00 2001 From: Logan007 Date: Mon, 21 Sep 2020 13:56:41 +0545 Subject: [PATCH] merged edge's subnet parameter into address parameter --- doc/TapConfiguration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/TapConfiguration.md b/doc/TapConfiguration.md index 3d0df57..8baca95 100644 --- a/doc/TapConfiguration.md +++ b/doc/TapConfiguration.md @@ -20,7 +20,7 @@ n2n supports several ways to assign an IPv4 address to the virtual ethernet devi The command line parameter `-a ` assigns a static IP address, e.g. `-a static:192.168.8.5` to the device. The optional `static` keyword (and the delimiting colon) can be omitted, so `-a 192.168.8.5` works as well. -The netmask can optionally be provided using `-s `, e.g. `-s 255.255.255.0` which also is the default should `-s` not be provided. +The netmask in CIDR notation can optionally be appended to the address, e.g. `-a 192.168.8.5/24` for netmask `255.255.255.0` which also is the default should the netmask not be provided. ### Auto-IP Address