Replies: 3 comments
-
What are you trying to do with this line exactly? The syntax is |
Beta Was this translation helpful? Give feedback.
-
I am trying to assign local ip to client1 since step 1 does not have option to choose ip. I think the procedure is off but i am not sure how to adopt openVPN instructions to openVPN-install.sh. |
Beta Was this translation helpful? Give feedback.
-
I think the only change you need to do is run If it works then you can make this change permanent by inserting it in |
Beta Was this translation helpful? Give feedback.
-
have set up openvpn on ubuntu 18.04 and created several users with success using https://github.com/angristan/openvpn-install. (I port forward from the router to the server.)
Now I am trying to set up restricted access following https://openvpn.net/community-resources ... -policies/.
I want 10.8.1.0/24 to only have access to 192.168.1.1. Here is what I have done.
When try to connect on the client side, it returns the following error:
Did I miss something? I notices that using the openvpn-install setup, client1 has private ip 10.8.0.6. Should I change it first to 10.8.0.1? Thanks in advance!
Here is my server.conf:
Beta Was this translation helpful? Give feedback.
All reactions