-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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
Error: Wireless interface 'wlan0' detected. DO NOT run this script on your PC or Mac! #492
Comments
@luckzhiwei Hello! The VPN setup scripts should NOT be run on your PC or Mac, it should only be used on a dedicated server or VPS. There are checks that try to prevent this. If you know what you are doing and are certain that you want to run this on a server at home, however, you can comment out these lines [1] before running the script. [1] https://github.com/hwdsl2/setup-ipsec-vpn/blob/master/vpnsetup.sh#L78-L84 |
Sorry,I misunderstand your article and I do this on my laptops. |
@hwdsl2 I read your readme.md. You suggest running this script on the Amazon EC2 or VPS.Can I run the script on the aliyun ECS? |
@luckzhiwei Yes, you can use any server provider you like. Be sure to open UDP ports 500 and 4500 for the VPN. For Aliyun, see #433. |
Thank you! @hwdsl2 |
Hello Lin Song.
When I try to run the "sudo sh vpnsetup.sh" on my PC, the error appear.
My environment is Ubuntu 16.04.
I use the ifconfig to see my network adapter is "wlan0".
Should I change the network adapter name to solve the problem?
Thank you
The text was updated successfully, but these errors were encountered: