Ответ: Своя виртуальная сеть
Есть такая конфигурация pptpd
============== pptpd.conf ======================
option /etc/ppp/pptpd-options
#debug
# stimeout 10
#noipparam
logwtmp
#bcrelay eth1
localip 192.168.3.1
remoteip 192.168.3.234-238,192.168.3.250
============================================================
================== /etc/ppp/pptpd-options ===== ===================
name pptp
# domain mydomain.net
auth
# Require the peer to authenticate itself using PAP.
#+pap
# Don't agree to authenticate using PAP.
-pap
# Require the peer to authenticate itself using CHAP [Cryptographic
# Handshake Authentication Protocol] authentication.
+chap
# Don't agree to authenticate using CHAP.
#-chap
debug
proxyarp
#192.168.3.100:192.168.3.250
==================== =======================
================= /etc/ppp/chap-secrets ============
sem32 pptp sem32 192.168.3.250
============================
Запускаем на Винде VPN
Настройка протокола IP для Windows
ipconfig
Подключение по локальной сети - Ethernet адаптер:
Состояние сети . . . . . . . . . : сеть отключена
Беспроводное сетевое соединение 2 - Ethernet адаптер:
DNS-суффикс этого подключения . . : Home
IP-адрес . . . . . . . . . . . . : 192.168.0.102
Маска подсети . . . . . . . . . . : 255.255.255.0
Основной шлюз . . . . . . . . . . : 192.168.0.1
Anna - PPP адаптер:
DNS-суффикс этого подключения . . :
IP-адрес . . . . . . . . . . . . : 192.168.3.250
Маска подсети . . . . . . . . . . : 255.255.255.255
Основной шлюз . . . . . . . . . . :
На линухе вот такое дал ifconfig
ppp0 Link encap
oint-to-Point Protocol
inet addr:192.168.0.1 P-t-P:192.168.3.250 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1400 Metric:1
RX packets:42 errors:0 dropped:0 overruns:0 frame:0
TX packets:16 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:10
RX bytes:5926 (5.7 KiB) TX bytes:479 (479.0 b)
От куда взялся inet addr:192.168.0.1 (заказывал же localip 192.168.3.1)?
Вообще так и должно быть?