tymchyshyn90
Occasional Visitor
Yo-ho-ho!!! I did it
I decided to view the server configuration file. Opened through SSH /etc/openvpn/server1/config.ovpn
Noticed an interesting thing. If Both are selected via WebUI, then two rows are added to the config , comparing with LAN mode
push "route-gateway 192.168.0.1"
push "redirect-gateway def1"
Then I reminded myself that I saw def1 was described in 3rd method by the above link.
I entered this into client configuration file:
route 0.0.0.0 192.0.0.0 net_gateway
route 64.0.0.0 192.0.0.0 net_gateway
route 128.0.0.0 192.0.0.0 net_gateway
route 192.0.0.0 192.0.0.0 net_gateway
And after that everything started working, as I wanted. Finally)
@Maverickcdn thank you so much for support!!!
I decided to view the server configuration file. Opened through SSH /etc/openvpn/server1/config.ovpn
Noticed an interesting thing. If Both are selected via WebUI, then two rows are added to the config , comparing with LAN mode
push "route-gateway 192.168.0.1"
push "redirect-gateway def1"
Then I reminded myself that I saw def1 was described in 3rd method by the above link.
I entered this into client configuration file:
route 0.0.0.0 192.0.0.0 net_gateway
route 64.0.0.0 192.0.0.0 net_gateway
route 128.0.0.0 192.0.0.0 net_gateway
route 192.0.0.0 192.0.0.0 net_gateway
And after that everything started working, as I wanted. Finally)
@Maverickcdn thank you so much for support!!!