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

Only unreachable ,not working on android device !!! #26

Open
joy-mollick opened this issue Sep 17, 2021 · 1 comment
Open

Only unreachable ,not working on android device !!! #26

joy-mollick opened this issue Sep 17, 2021 · 1 comment

Comments

@joy-mollick
Copy link

joy-mollick commented Sep 17, 2021

used react-native-ip-sec-vpn to make normal vpn connecting app. I used connect (address,username,password) from react-native-ip-sec-vpn . For that I used some free vpn server address ,username and password from this one . But everytime my app shows Server is unreachable . I used several free vpn server addresses but didn't get success. My demo code like this const [credentials, setCredentials] = useState({ address: 'vpn684845985.opengw.net', username: 'vpn', password: 'vpn' });
connect(credentials.address, credentials.username, credentials.password) Is there anything wrong in my code? Or I misunderstood regarding using of vpn sever and react-native-ip-sec-vpn . Anyone can help ?

@fajrur
Copy link

fajrur commented Jan 5, 2023

Do you solve this issue?

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