我正在尝试熟悉VyOS (使用VM),在使用L2TPv3时遇到了一些奇怪的事情:在配置L2TPv3接口并尝试提交之后,会出现一个错误,就好像无法创建接口一样!有什么帮助吗?
vyos@vyos# sh interfaces l2tp
+l2tpv3 l2tpeth0 {
+ bridge-group {
+ bridge br0
+ }
+ destination-port 10000
+ encapsulation udp
+ local-ip 172.31.31.2
+ peer-session-id 1
+ peer-tunnel-id 1
+ remote-ip 172.30.30.2
+ session-id 1
+ source-port 10000
+ tunnel-id 1
+}
[edit]
vyos@vyos# commit
[ interfaces l2tpv3 l2tpeth0 ]
RTNETLINK answers: Network is unreachable
RTNETLINK answers: No such device
Cannot find device "l2tpeth0"
[[interfaces l2tpv3 l2tpeth0]] failed
Commit failed
[edit]
vyos@vyos#
vyos@vyos#发布于 2019-03-04 14:41:59
K,原来我使用的版本已经不再支持了!使用最新的稳定版本,我成功地实现了L2TPv3隧道,并通过它的流量。
https://networkengineering.stackexchange.com/questions/57300
复制相似问题