Вот что у меня из всего получилось
Для начала выложу то что у меня прописано в файлах.
/etc/resolv.conf:
search vpn2.wave.net.ru
# search vpn2.wave.net.ru
nameserver 172.24.8.1
nameserver 213.148.24.1
# searchhost
# ppp temp entry
/etc/ppp/options:
lock
noauth
noipdefault
usepeerdns
/etc/ppp/options.pptp:
#
# Lock the port
#
lock
#
# We don't need the tunnel server to authenticate itself
#
noauth
#
# Turn off transmission protocols we know won't be used
#
nobsdcomp
nodeflate
#
# We want MPPE
#
#mppe no40
#mppe no56
#mppe no128
mppe required,stateless
#
# We want a sane mtu/mru
#
mtu 1000
mru 1000
name USER
remotename PROVIDER
#
# Time this thing out of it goes poof
#
lcp-echo-failure 10
lcp-echo-interval 10
/etc/ppp/chap-secrets:
# Secrets for authentication using CHAP
# client server secret IP addresses
user38106 PPTP 345v674
Потом я делал как вы написали в кансоли и вот что мне выдавало:
eth0 Link encap:Ethernet HWaddr 00:14:2A:95:E7:06
inet addr:172.24.38.218 Bcast:172.24.38.255 Mask:255.255.255.0
inet6 addr: fe80::214
fe95:e706/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:22312 errors:0 dropped:0 overruns:0 frame:0
TX packets:4311 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:3863662 (3.6 MiB) TX bytes:403049 (393.6 KiB)
Interrupt:16 Base address:0xac00
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:779 errors:0 dropped:0 overruns:0 frame:0
TX packets:779 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:54574 (53.2 KiB) TX bytes:54574 (53.2 KiB)
[root@localhost ~]# route add vpn2.wave.net.ru gw 172.24.38.1
[root@localhost ~]# route del default
[root@localhost ~]# pptp vpn2.wave.net.ru nodetach user USER remotename PROVIDER
anon warn[open_inetsock:pptp_callmgr.c:317]: connect: Connection refused
anon fatal[callmgr_main:pptp_callmgr.c:123]: Could not open control connection t o 127.0.0.1
anon fatal[open_callmgr:pptp.c:426]: Call manager exited with error 256
anon fatal[main:pptp.c:310]: Child process died
[root@localhost ~]#
Как я понял соединение не создалось. В чем моя ошибка?