Quantcast
Channel: SNBForums
Viewing all articles
Browse latest Browse all 95748

Custom scripts dont start when reboot the router

$
0
0
Hi , i have a little issue with the custom scripts, i make this 3 custom scripts

****************************************
cd /jffs/scripts
vi services-start

#!/bin/sh
MOVISTAR_TV_IP=10.100.130.80
MOVISTAR_TV_MASK=255.192.0.0
MOVISTAR_TV_GW=10.64.0.1
robocfg vlan 2 ports "0t 5t"
vconfig add eth0 2
ifconfig vlan2 $MOVISTAR_TV_IP netmask $MOVISTAR_TV_MASK up
ip route add to 172.26.0.0/16 via $MOVISTAR_TV_GW
ip route add to 172.23.0.0/16 via $MOVISTAR_TV_GW
/usr/sbin/igmpproxy...

Custom scripts dont start when reboot the router

Viewing all articles
Browse latest Browse all 95748

Trending Articles