1. Достаточно ли форвардинга 1194 порта на сервак впн? Да.
Форвардинг потров на обоих железках нужен? Нет (на сколько я помню) только на серваке.
Форвардинг потров на обоих железках нужен? Нет (на сколько я помню) только на серваке.
--nobind
Do not bind to local address and port. The IP stack will allocate a dynamic port for returning packets. Since the value of the dynamic port could not be known in advance by a peer, this option is only suitable for peers which will be initiating connections by using the --remote option.
Example 2: A tunnel with static-key security (i.e. using a pre-shared secret)
First build a static key on may.
openvpn --genkey --secret key
This command will build a random key file called key (in ascii format). Now copy key to june over a secure medium such as by using the scp(1) program.
On may:
openvpn --remote june.kg --dev tun1 --ifconfig 10.4.0.1 10.4.0.2 --verb 5 --secret key
On june:
openvpn --remote may.kg --dev tun1 --ifconfig 10.4.0.2 10.4.0.1 --verb 5 --secret key
Now verify the tunnel is working by pinging across the tunnel.
On may:
ping 10.4.0.2
On june:
ping 10.4.0.1
Так вот надо чтоб клиенты из локалки 1 видели клиентов из локалки 2
как это реализовать?
push "route 192.168.0.0 gw 10.10.10.5 netmask 255.255.0.0"так точно неправильно, у овпн свой синтаксис для роута
push "route 192.168.0.0 255.255.0.0 10.10.10.5" # комента так по идее должно сработать
Скажите пожалуйста, а как определить работает vpn или нет
если подключился то как этим пользоваться ?
Страницы: 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
Предыдущая тема: конвертация mdf в sql