Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Feature request: support IPIP tunnels #2835

@kwaegema

Description

@kwaegema

setting IPIP tunnels with nmcli is possible as eg:

nmcli connection add type ip-tunnel ip-tunnel.mode ipip con-name tun0 ifname tun0 local x.x.x.x remote 0.0.0.0
nmcli connection modify tun0 ipv4.addresses 'y.y.y.y/zz'
nmcli connection modify tun0 ipv4.method manual
nmcli connection up tun0

We would like to be able to do this through nmstate too

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions