У меня vpn подключение к интернету. В установленном wicd к впн не подключиться, networkmanager устанавливать в слакваре довольно геморройно, поэтому решил через терминал.
Установил pptp 1.72, pppd был уже установлен. Содержимое /etc/ppp/peers/vpn:
name 1038
remotename PPTP
debug
lock
deflate 0
defaultroute
pty "pptp 192.168.100.100 --nolaunchpppd"
Содержимое /etc/ppp/options.pptp:
###############################################################################
# $Id: options.pptp,v 1.3 2006/03/26 23:11:05 quozl Exp $
#
# Sample PPTP PPP options file /etc/ppp/options.pptp
# Options used by PPP when a connection is made by a PPTP client.
# This file can be referred to by an /etc/ppp/peers file for the tunnel.
# Changes are effective on the next connection. See "man pppd".
#
# You are expected to change this file to suit your system. As
# packaged, it requires PPP 2.4.2 or later from http://ppp.samba.org/
# and the kernel MPPE module available from the CVS repository also on
# http://ppp.samba.org/, which is packaged for DKMS as kernel_ppp_mppe.
###############################################################################
# Lock the port
lock
# Authentication
# We don't need the tunnel server to authenticate itself
auth
# We won't do PAP, EAP, CHAP, or MSCHAP, but we will accept MSCHAP-V2
# (you may need to remove these refusals if the server is not using MPPE)
refuse-pap
refuse-eap
refuse-chap
refuse-mschap
refuse-mschap-v2
# Compression
# Turn off compression protocols we know won't be used
nobsdcomp
nodeflate
# Encryption
# (There have been multiple versions of PPP with encryption support,
# choose with of the following sections you will use. Note that MPPE
# requires the use of MSCHAP-V2 during authentication)
# http://ppp.samba.org/ the PPP project version of PPP by Paul Mackarras
# ppp-2.4.2 or later with MPPE only, kernel module ppp_mppe.o
# {{{
# Require MPPE 128-bit encryption
#require-mppe-128
# }}}
# http://polbox.com/h/hs001/ fork from PPP project by Jan Dubiec
# ppp-2.4.2 or later with MPPE and MPPC, kernel module ppp_mppe_mppc.o
# {{{
# Require MPPE 128-bit encryption
#mppe required,stateless
# }}}
mtu 1000
mru 1000
deflate 0
defaultroute
В /etc/ppp/chap-secrets написал 1038 * «пароль» *
В терминале набираю pppd call vpn (от рута) В интернет не заходит. Но на сайт провайдера заходит. То есть не получается залогиниться, как я понимаю. На винде также, если воткнуть кабель и не подключаться, то можно зайти на сайт провайдера, но в интернет нет.
Вобщем, прошу помочь разобраться с этим.