add command to start the tunnel

Signed-off-by: Marek Küthe <m.k@mk16.de>
This commit is contained in:
Marek Küthe 2023-01-02 17:25:45 +01:00
parent 1f5dbc082a
commit 636478377d
No known key found for this signature in database
GPG Key ID: 7E869146699108C7
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ GRE tunnels on layer 3 of the ISO/OSI model.
To create a tunnel, you can use the following command:
```
ip link add <interface> type gre remote <remote> local <local> ttl 255
ip link set dev <interface> up
```
Replace `<interface>` with the desired interface name, `<remote>` with the IPv4 of the peer and `<local>` with your own IPv4.