Can't see the remote PC even with route pushed #1098
Unanswered
TheOlright
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Make sure your check these beforehand!
Server OS
CentOS
OpenVPN version
11.14
Client
No response
What is the bug?
I created 2 client files, both of them can access internet just fine, but when Im trying to ping one machine from another - all of the packets are lost, even though I pushed both routes like this:
push "route 192.168.1.0 255.255.255.0"
push "route 192.168.100.0 255.255.255.0"
And my route table got em both when I connect to VPN:
192.168.100.0 255.255.255.0 10.8.0.1 10.8.0.2 259
192.168.1.0 255.255.255.0 10.8.0.1 10.8.0.2 259
FAQ states that just this should be enough, but it looks like I have issues somwhere else, maybe?
I'm new to this, so I also tried to add a route via ip r a, like:
ip r a 192.168.100.0/24 via 10.8.0.1 dev tun0
But it is also was no use
Relevant log output
No response
Beta Was this translation helpful? Give feedback.
All reactions