hello misc!
I need to realize vpn-connections between external Win-clients
and local Win-servers via openbsd-box.

ext_win - Internet - OpenBSD 4.8 - local net - win-server

main problem:
- after establish connections do not work Internet on ext_win_client
and work connections to local_net,
- if remove selection "use default gateway in remote network" in
properties of vpn on ext_win_client, then Internet work, but
local resource not.
- manipulate with "nodefaultroute"-parameter in /etc/ppp/options and in
/etc/ppp/options.pptpd has no effect.

what exactly needed to establish vpn from Internet to local_net
and leave workable internet on ext_client?

here is settings:

# cd /dev
# ls -la | grep tun
crw-------   1 root  wheel      40,   0 May  7 12:06 tun0
crw-------   1 root  wheel      40,   1 Apr 20  2010 tun1
crw-------   1 root  wheel      40,   2 Apr 20  2010 tun2
crw-------   1 root  wheel      40,   3 Apr 20  2010 tun3
crw-r--r--   1 root  wheel      49,  16 Apr 20  2010 tuner0

# pkg_info | grep poptop
poptop-1.3.4p0      PPTP Server
# cat /etc/pptpd.conf
option /etc/ppp/options.pptpd
noipparam
localip 192.168.14.111
remoteip 192.168.14.112-113
listen 188.230.122.54

Reply via email to