Hi,
I'm facing a strange error, when trying to set up the PPTP VPN between the router and a XP client. The tunnel builds up just fint, but the endpoint is 192.168.0.1 on the router side ALWAYS (regardless of the configuration). Is this a bug or it's normal?
The internal lan uses 192.168.1.0/24 with dhcp from 100 to 200.
options.pptp:
root@OpenWrt:~# cat /etc/ppp/options.pptpd
#debug
logfile /tmp/pptp-server.log
192.168.1.200:
auth
name "pptp-server"
lcp-echo-failure 3
lcp-echo-interval 60
default-asyncmap
mtu 1482
mru 1482
nobsdcomp
nodeflate
#noproxyarp
#nomppc
#a windows sharekhez
proxyarp
mppe required,no40,no56,stateless
require-mschap-v2
refuse-chap
refuse-mschap
refuse-eap
refuse-pap
#ms-dns 192.168.1.1
#plugin radius.so
#radius-config-file /etc/radius.conf
root@OpenWrt:~#
And another question: is it possible to set the route on the client side, that the 192.168.1.0/24 is always routed via the tunnel?
Thanks,
Tom