|
求助如何添加gre,IPIP,IPSec协议。我现在是想在网页上实现gre协议,ipip协议的配置,但是luci不支持这几个协议,编译选项里面没有,有懂的人吗?
我在/etc/config/network下面添加了一个gre的接口
config interface mytunnel
option proto gre
option zone tunnels
添加了gre接口以后的网页显示不支持的协议类型
option peeraddr 198.51.100.42
点击安装扩展协议以后提示
看着好像是luci的协议那里不支持。
我编译的时候luci协议都选了,但是没有支持gre的协议
<*> luci-proto-3g............................................. Support for 3G
<*> luci-proto-ipv6................. Support for DHCPv6/6in4/6to4/6rd/DS-Lite
<*> luci-proto-openconnect............ OpenConnect virtual** protocol configuration
-*- luci-proto-ppp.......................... Support for PPP/PPPoE/PPPoA/PPtP
< > luci-proto-relay....................... Support for relayd pseudo bridges
但是内核模块里面是支持gre协议的
| | -*- kmod-gre..................................................... GRE support
│ │ <*> kmod-gre6.......................................... GRE support over IPV6
│ │ -*- kmod-ip6-tunnel.................................... IP-in-IPv6 tunnelling
│ │ <*> kmod-ipip......................................... IP-in-IP encapsulation
│ │ -*- kmod-ipsec......................... IPsec related modules (IPv4 and IPv6)
│ │ <*> kmod-ipsec4................................. IPsec related modules (IPv4)
│ │ <*> kmod-ipsec6................................. IPsec related modules (IPv6)
│ │ -*- kmod-iptunnel6............................................ IPv6 tunneling
│ │ -*- kmod-ipv6................................................... IPv6 support
我现在是想在网页上实现gre协议,ipip协议的配置,但是luci不支持这几个协议,编译选项里面没有,有懂的人吗?
|
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有账号?立即注册
×
|