Hi everyone!
I have a problem with Slate 7 (GL-BE3600)
After I installed sing-box and related packages I’ve got:
sing-box run -c /etc/sing-box/config.json
FATAL[0000] start service: start inbound/tun[tun-in]: configure tun interface: permission denied
What I installed before:
opkg install kmod-inet-diag kmod-netlink-diag kmod-tun iptables-nft
Part of config:
...
"inbounds": [
{
"type": "tun",
"tag": "tun-in",
"domain_strategy": "prefer_ipv4",
"interface_name": "tun-sb",
"address": ["100.127.0.1/30", "fd00:127:0:1::1/126"],
"mtu": 9000,
"auto_route": true,
"route_exclude_address": [
"10.0.0.0/8",
"172.16.0.0/12",
"192.168.0.0/16",
"169.254.0.0/16",
"fc00::/7",
"fe80::/10"
],
"iproute2_table_index": 2022,
"iproute2_rule_index": 9000,
"auto_redirect": true,
"auto_redirect_input_mark": "0x2023",
"auto_redirect_output_mark": "0x2024",
"stack": "system",
"endpoint_independent_nat": true,
"sniff": true,
"sniff_override_destination": true
}
],
...
I noticed this, but not sure if its related:
cat /etc/modules.conf
# examples:
# options mod1 option=val
# blacklist mod2
blacklist iptable_mangle
blacklist ip6table_mangle
blacklist iptable_nat
blacklist ip6table_nat
blacklist iptable_raw
blacklist ip6table_raw
blacklist iptable_filter
blacklist ip6table_filter
Help me please.