OpenWrt Forum Archive

Topic: [SOLVED] mcproxy

The content of this topic has been archived on 31 Mar 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

Hi,
when i start too pinstance

pinstance PlexMediaServer: "eth0.100" ==> "eth0.50" "wlan0";
pinstance Entertain_IPTV: "eth2" ==> "eth0.50";

over the mcproxy.conf i see the following error

ERROR: failed to unbind vif from table! Error on cmd: ip mrule del iif eth2 lookup 1
BusyBox v1.22.1 (2016-06-23 17:51:14 CEST) multi-call binary.

Usage: ip [OPTIONS] {address | route | link | tunnel | rule} {COMMAND}

ip [OPTIONS] OBJECT {COMMAND}
where OBJECT := {address | route | link | tunnel | rule}
OPTIONS := { -f[amily] { inet | inet6 | link } | -o[neline] }

Who can help me

Stefan Harbich

(Last edited by sharbich on 2 Aug 2016, 14:25)

Have you tried: opkg update; opkg install ip
?

Yes I did. The same error. If I mcproxy.conf as follows Change it works

pinstance Entertain_IPTV_PlexMediaServer: "eth2" "eth0.100" ==> "eth0.50" "wlan0";
#pinstance Entertain_IPTV: "eth2" ==> "eth0.50";

The system knows the ip command

ip mrule

not find. Why?

(Last edited by sharbich on 4 Jul 2016, 16:50)

Hi all,

i have solved the problem. About make menuconfig

OPENVPN_openssl_ENABLE_IPROUTE2 [=y]

activate the ip mrule command.

Usage: ip [ OPTIONS ] OBJECT { COMMAND | help }
       ip [ -force ] -batch filename
where  OBJECT := { link | address | addrlabel | route | rule | neighbor | ntable |
                   tunnel | tuntap | maddress | mroute | mrule | monitor | xfrm |
                   netns | l2tp | fou | tcp_metrics | token | netconf }
       OPTIONS := { -V[ersion] | -s[tatistics] | -d[etails] | -r[esolve] |
                    -h[uman-readable] | -iec |
                    -f[amily] { inet | inet6 | ipx | dnet | mpls | bridge | link } |
                    -4 | -6 | -I | -D | -B | -0 |
                    -l[oops] { maximum-addr-flush-attempts } | -br[ief] |
                    -o[neline] | -t[imestamp] | -ts[hort] | -b[atch] [filename] |
                    -rc[vbuf] [size] | -n[etns] name | -a[ll] | -c[olor]}

By Stefan Harbich

The discussion might have continued from here.