Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tunnel-key does not set the GRE key. #316

Open
thomas-ej-worm opened this issue Nov 16, 2024 · 0 comments
Open

tunnel-key does not set the GRE key. #316

thomas-ej-worm opened this issue Nov 16, 2024 · 0 comments

Comments

@thomas-ej-worm
Copy link

I am trying to set up a GRE tunnel with ifupdown2.

auto gre1
iface gre1 inet tunnel
   tunnel-mode gre
   tunnel-endpoint 2.2.2.2
   tunnel-local 1.1.1.1
   tunnel-key 1001

This creates a GRE tunnel without key.

ip tunnel show tells:
gre/ip remote 2.2.2.2 local 1.1.1.1 ttl inherit
but should tell:
gre/ip remote 2.2.2.2 local 1.1.1.1 ttl inherit key 1001

What I am doing wrong?

Best regards,'
Thomas

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant