Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

For 华为麦芒4 #16

Open
13311159910 opened this issue May 18, 2016 · 1 comment
Open

For 华为麦芒4 #16

13311159910 opened this issue May 18, 2016 · 1 comment

Comments

@13311159910
Copy link

操作路由表需要root权限,需要配合busybox使用。

routes-up.sh脚本前若干行调整为:
alias nestat='/data/data/burrows.apps.busybox/app_busybox/netstat'
alias grep='/data/data/burrows.apps.busybox/app_busybox/grep'
alias awk='/data/data/burrows.apps.busybox/app_busybox/awk'
alias route='/data/data/burrows.apps.busybox/app_busybox/route'

gateway=route -n | awk '{print $1}'
gateway=$(echo $gateway | awk -F " " '{print $3}')

后边保持不变,祝好运!

@Lovefish
Copy link

有详细步骤吗?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants