This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| technical:ipsec:iproute2-gre [2023/03/27 15:21] – created jc | technical:ipsec:iproute2-gre [2023/03/27 15:22] (current) – jc | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | < | ||
| # Description | # Description | ||
| - | A tunnel can be use to encapsulate packets in an IP header for transmitting over IP infrastructure. GRE [RFC2784] is a particular tunnelling protocol supported by Cisco routers which is capable to carry different protocols over IPv4. | + | A tunnel can be use to encapsulate packets in an IP header for transmitting over IP infrastructure. GRE [RFC2784] is a particular tunnelling protocol supported by Cisco routers which can carry different protocols over IPv4. | 
| # Iproute2 Commands | # Iproute2 Commands | ||
| Line 9: | Line 10: | ||
| ip address add < | ip address add < | ||
| ``` | ``` | ||
| + | </ | ||