The following is not working

- sudo ip tuntap add name pgwtun mode tun user $USER grup $USER
This commit is contained in:
Sukchan Lee 2019-08-28 11:44:31 +09:00
parent b3f8bbb964
commit bd0ac4bd80
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ $ sudo systemctl start mongodb (if '/usr/bin/mongod' is not running)
Create the TUN device with the interface name `pgwtun`.
```bash
$ sudo ip tuntap add name pgwtun mode tun user $USER group $USER
$ sudo ip tuntap add name pgwtun mode tun
$ sudo ip addr add 45.45.0.1/16 dev pgwtun
$ sudo ip addr add cafe::1/64 dev pgwtun
$ sudo ip link set pgwtun up