B
B
Bratishques2015-08-21 21:51:15
openvpn
Bratishques, 2015-08-21 21:51:15

How to organize access to the local network through openVPN?

Gentlemen, good day to all.
There is an office and two computers that need to be connected to it remotely. All events are held on shindouse. For this purpose, an openVPN server was raised in the office, it has the following config:
dev tap0
proto udp
port 12345
ca ca.crt
cert server.crt
key server.key
dh dh1024.pem
topology subnet
server-bridge (router IP) (mask) (start) (end)
cipher AES-128-CBC
comp-lzo
mssfix
keepalive 10 120
verb 3
duplicate-cn

The client connects well, but does not see other computers on the network.
There is an additional question: does the server itself and a couple of computers interfere with the fact that at the beginning of the range?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
B
Bratishques, 2015-08-22
@Bratishques

https://openvpn.net/index.php/open-source/document...
I set up a network bridge according to this article. And, miraculously, the computers on the server's network began to ping! But I couldn't get access to them. The Windows menu "Network" simply did not see them.
Opened the default port of openVPN and the port that was specified in the server config and everything worked. In the local network, however, only the client's computer is visible, which, in principle, was necessary, however, I would like to combine local areas in the future.
Special thanks to Mr. O Di.

O
O Di, 2015-08-21
@insiki

Uncomment/add to server.conf

client-to-client

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question