OpenVPN / OpenVPN/openvpn3

android doesn't visit vpn server ip

Open
#169 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C++
Stars
1.2k
Forks
467
PR merge metrics
No merged PRs in 30d

Description

use ovpn3 lib for android,

step 1:
vpn server (Internet IP): 1.15.59.xx
vpn gateway ip: 10.8.0.1
other http server(web site) in the vpn server: http://1.15.59.xx:8080( it displaied hello world)

step 2:
use android client(ics-openvpn/ official openvpn) . disconnect the vpn connect, the android browser visit the internet ip(http://1.15.59.xx:8080),it works ok.

step 3:
the client connect to the vpn server, the browser cannot access internet ip website(http://1.15.59.xx:8080) .
but can visit vpn gateway ip. http://10.8.0.1:8080(it display success)

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue names no source files, tests, or entry points. Start by reproducing the Android VPN connection and comparing access to the public server address with access to 10.8.0.1; done means the reported public server URL is reachable while connected, with a regression test or reproduction details identifying the behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
android, cpp
Domain
mobile-dev, networking
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.