We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
ip tunnel show
gre/ip remote 2.2.2.2 local 1.1.1.1 ttl inherit
gre/ip remote 2.2.2.2 local 1.1.1.1 ttl inherit key 1001
What I am doing wrong?
Best regards,' Thomas
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am trying to set up a GRE tunnel with ifupdown2.
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
The text was updated successfully, but these errors were encountered: