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

Failed to send request: Operation not permitted #1

Open
lbkustb opened this issue Nov 21, 2022 · 1 comment
Open

Failed to send request: Operation not permitted #1

lbkustb opened this issue Nov 21, 2022 · 1 comment

Comments

@lbkustb
Copy link

lbkustb commented Nov 21, 2022

The 'Failed to send request: Operation not permitted' was spit out after I use the 'my_ip=$(wget -6 -qO - 'http://[2001:da8:208:100::115]:80/get_ip.php' | sed "s/^gIpV6Addr = '//g" | sed "s/';//g
" | sed "s/\r//g" | sed "s/\n//g")' command.
Based on an openwrt based on mt7621.

@maning00
Copy link
Owner

Make sure the ipv6 network on your router is working, then try running wget -qO - http://cippv6.ustb.edu.cn/get_ip.php or curl http://cippv6.ustb.edu.cn/get_ip.php from the router command line to check if the ipv6 address is returned properly.

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