Всем привет, пробую настроить vpn через xl2tpd, сейчас работает на pptp, вот конфиги:

$ cat /etc/xl2tpd/xl2tpd.conf
[global]
access control = yes
auth file = /etc/ppp/chap-secrets
[lac beeline]
lns = 10.0.0.28
redial = yes
redial timeout = 10
require chap = yes
require authentication = no
name = [email protected]
ppp debug = yes
pppoptfile = /etc/ppp/options.xl2tpd
require pap = no
autodial = yes
$ cat /etc/ppp/options.xl2tpd 
lcp-echo-interval 10
lcp-echo-failure 2
name [email protected]
remotename l2tp
ipparam beeline
connect /bin/true
nodeflate
nobsdcomp
presist
maxfail 0
nopcomp
noaccomp
defaultroute
noauth

$ cat /etc/ppp/chap-secrets 
# Secrets for authentication using CHAP
# client        server  secret                  IP addresses
[email protected] * password

после запуска /etc/rc.d/xl2tpd start, ppp0 не создается.

вот что в логе
$ cat /var/log/messages.log | grep "xl2tp"
Jun  5 00:27:08 nix xl2tpd[3025]: This binary does not support kernel L2TP.
Jun  5 00:27:08 nix xl2tpd[3026]: xl2tpd version xl2tpd-1.2.4 started on nix PID:3026
Jun  5 00:27:08 nix xl2tpd[3026]: Written by Mark Spencer, Copyright (C) 1998, Adtran, Inc.
Jun  5 00:27:08 nix xl2tpd[3026]: Forked by Scott Balmos and David Stipp, (C) 2001
Jun  5 00:27:08 nix xl2tpd[3026]: Inherited by Jeff McAdams, (C) 2002
Jun  5 00:27:08 nix xl2tpd[3026]: Forked again by Xelerance (www.xelerance.com) (C) 2006
Jun  5 00:27:08 nix xl2tpd[3026]: Listening on IP address 0.0.0.0, port 1701
Jun  5 00:27:08 nix xl2tpd[3026]: Connecting to host 10.0.0.28, port 1701
Jun  5 00:27:08 nix xl2tpd[3026]: Connection established to 10.0.0.28, 1701.  Local: 43868, Remote: 20266 (ref=0/0).
Jun  5 00:27:08 nix xl2tpd[3026]: Calling on tunnel 43868
Jun  5 00:27:08 nix xl2tpd[3026]: Call established with 10.0.0.28, Local: 46905, Remote: 1276, Serial: 1 (ref=0/0)
Jun  5 00:27:08 nix xl2tpd[3026]: call_close: Call 46905 to 10.0.0.28 disconnected
Jun  5 00:27:23 nix xl2tpd[3026]: control_finish: Connection closed to 10.0.0.28, port 1701 (No application/session timer expired), Local: 43868, Remote: 20266
Jun  5 00:27:33 nix xl2tpd[3026]: Connecting to host 10.0.0.28, port 1701
Jun  5 00:27:33 nix xl2tpd[3026]: Connection established to 10.0.0.28, 1701.  Local: 41649, Remote: 32465 (ref=0/0).
Jun  5 00:27:33 nix xl2tpd[3026]: Calling on tunnel 41649
Jun  5 00:27:33 nix xl2tpd[3026]: Call established with 10.0.0.28, Local: 48300, Remote: 5451, Serial: 2 (ref=0/0)
Jun  5 00:27:33 nix xl2tpd[3026]: call_close: Call 48300 to 10.0.0.28 disconnected
Jun  5 00:27:42 nix xl2tpd[3055]: This binary does not support kernel L2TP.
Jun  5 00:27:42 nix xl2tpd[3056]: xl2tpd version xl2tpd-1.2.4 started on nix PID:3056
Jun  5 00:27:42 nix xl2tpd[3056]: Written by Mark Spencer, Copyright (C) 1998, Adtran, Inc.
Jun  5 00:27:42 nix xl2tpd[3056]: Forked by Scott Balmos and David Stipp, (C) 2001
Jun  5 00:27:42 nix xl2tpd[3056]: Inherited by Jeff McAdams, (C) 2002
Jun  5 00:27:42 nix xl2tpd[3056]: Forked again by Xelerance (www.xelerance.com) (C) 2006
Jun  5 00:27:42 nix xl2tpd[3056]: Listening on IP address 0.0.0.0, port 1701
Jun  5 00:27:42 nix xl2tpd[3056]: Connecting to host 10.0.0.28, port 1701
Jun  5 00:27:42 nix xl2tpd[3056]: Connection established to 10.0.0.28, 1701.  Local: 12901, Remote: 36366 (ref=0/0).
Jun  5 00:27:42 nix xl2tpd[3056]: Calling on tunnel 12901
Jun  5 00:27:42 nix xl2tpd[3056]: Call established with 10.0.0.28, Local: 6262, Remote: 52186, Serial: 1 (ref=0/0)
Jun  5 00:27:42 nix xl2tpd[3056]: call_close: Call 6262 to 10.0.0.28 disconnected
Jun  5 00:27:48 nix xl2tpd[3056]: Can not find tunnel 41649 (refhim=0)
Jun  5 00:27:52 nix xl2tpd[3056]: Can not find tunnel 41649 (refhim=0)
Jun  5 00:27:57 nix xl2tpd[3056]: control_finish: Connection closed to 10.0.0.28, port 1701 (No application/session timer expired), Local: 12901, Remote: 36366
Jun  5 00:28:07 nix xl2tpd[3056]: Connecting to host 10.0.0.28, port 1701
Jun  5 00:28:07 nix xl2tpd[3056]: Connection established to 10.0.0.28, 1701.  Local: 51980, Remote: 35007 (ref=0/0).
Jun  5 00:28:07 nix xl2tpd[3056]: Calling on tunnel 51980
Jun  5 00:28:07 nix xl2tpd[3056]: Call established with 10.0.0.28, Local: 65310, Remote: 3530, Serial: 2 (ref=0/0)
Jun  5 00:28:07 nix xl2tpd[3056]: network_thread: tossing read packet, error = Bad file descriptor (9).  Closing call.
Jun  5 00:28:07 nix xl2tpd[3056]: call_close: Call 65310 to 10.0.0.28 disconnected
Jun  5 00:28:22 nix xl2tpd[3056]: control_finish: Connection closed to 10.0.0.28, port 1701 (No application/session timer expired), Local: 51980, Remote: 35007
Jun  5 00:28:32 nix xl2tpd[3056]: Connecting to host 10.0.0.28, port 1701
Jun  5 00:28:32 nix xl2tpd[3056]: Connection established to 10.0.0.28, 1701.  Local: 48341, Remote: 18091 (ref=0/0).
Jun  5 00:28:32 nix xl2tpd[3056]: Calling on tunnel 48341
Jun  5 00:28:32 nix xl2tpd[3056]: Call established with 10.0.0.28, Local: 14030, Remote: 6710, Serial: 3 (ref=0/0)
Jun  5 00:28:32 nix xl2tpd[3056]: call_close: Call 14030 to 10.0.0.28 disconnected
Jun  5 00:28:47 nix xl2tpd[3056]: control_finish: Connection closed to 10.0.0.28, port 1701 (No application/session timer expired), Local: 48341, Remote: 18091
Jun  5 00:28:57 nix xl2tpd[3056]: Connecting to host 10.0.0.28, port 1701
Jun  5 00:28:57 nix xl2tpd[3056]: Connection established to 10.0.0.28, 1701.  Local: 19374, Remote: 19275 (ref=0/0).
Jun  5 00:28:57 nix xl2tpd[3056]: Calling on tunnel 19374
Jun  5 00:28:57 nix xl2tpd[3056]: Call established with 10.0.0.28, Local: 27626, Remote: 14410, Serial: 4 (ref=0/0)
Jun  5 00:28:57 nix xl2tpd[3056]: call_close: Call 27626 to 10.0.0.28 disconnected
Jun  5 00:29:12 nix xl2tpd[3056]: control_finish: Connection closed to 10.0.0.28, port 1701 (No application/session timer expired), Local: 19374, Remote: 19275
Jun  5 00:29:22 nix xl2tpd[3056]: Connecting to host 10.0.0.28, port 1701
Jun  5 00:29:22 nix xl2tpd[3056]: Connection established to 10.0.0.28, 1701.  Local: 35124, Remote: 19104 (ref=0/0).
Jun  5 00:29:22 nix xl2tpd[3056]: Calling on tunnel 35124
Jun  5 00:29:22 nix xl2tpd[3056]: Call established with 10.0.0.28, Local: 61171, Remote: 17136, Serial: 5 (ref=0/0)
Jun  5 00:29:22 nix xl2tpd[3056]: call_close: Call 61171 to 10.0.0.28 disconnected
Jun  5 00:29:37 nix xl2tpd[3056]: control_finish: Connection closed to 10.0.0.28, port 1701 (No application/session timer expired), Local: 35124, Remote: 19104
Jun  5 00:29:47 nix xl2tpd[3056]: Connecting to host 10.0.0.28, port 1701
Jun  5 00:29:47 nix xl2tpd[3056]: Connection established to 10.0.0.28, 1701.  Local: 20552, Remote: 24580 (ref=0/0).
Jun  5 00:29:47 nix xl2tpd[3056]: Calling on tunnel 20552
Jun  5 00:29:47 nix xl2tpd[3056]: Call established with 10.0.0.28, Local: 45923, Remote: 19308, Serial: 6 (ref=0/0)
Jun  5 00:29:47 nix xl2tpd[3056]: call_close: Call 45923 to 10.0.0.28 disconnected
Jun  5 00:29:57 nix xl2tpd[3096]: This binary does not support kernel L2TP.
Jun  5 00:29:57 nix xl2tpd[3097]: xl2tpd version xl2tpd-1.2.4 started on nix PID:3097
Jun  5 00:29:57 nix xl2tpd[3097]: Written by Mark Spencer, Copyright (C) 1998, Adtran, Inc.
Jun  5 00:29:57 nix xl2tpd[3097]: Forked by Scott Balmos and David Stipp, (C) 2001
Jun  5 00:29:57 nix xl2tpd[3097]: Inherited by Jeff McAdams, (C) 2002
Jun  5 00:29:57 nix xl2tpd[3097]: Forked again by Xelerance (www.xelerance.com) (C) 2006
Jun  5 00:29:57 nix xl2tpd[3097]: Listening on IP address 0.0.0.0, port 1701
Jun  5 00:29:57 nix xl2tpd[3097]: Connecting to host 10.0.0.28, port 1701
Jun  5 00:29:57 nix xl2tpd[3097]: Connection established to 10.0.0.28, 1701.  Local: 43392, Remote: 25520 (ref=0/0).
Jun  5 00:29:57 nix xl2tpd[3097]: Calling on tunnel 43392
Jun  5 00:29:57 nix xl2tpd[3097]: Call established with 10.0.0.28, Local: 24833, Remote: 32278, Serial: 1 (ref=0/0)
Jun  5 00:29:57 nix xl2tpd[3097]: call_close: Call 24833 to 10.0.0.28 disconnected
Jun  5 00:30:02 nix xl2tpd[3097]: Can not find tunnel 20552 (refhim=0)
Jun  5 00:30:06 nix xl2tpd[3097]: Can not find tunnel 20552 (refhim=0)
Jun  5 00:30:12 nix xl2tpd[3097]: control_finish: Connection closed to 10.0.0.28, port 1701 (No application/session timer expired), Local: 43392, Remote: 25520
Jun  5 00:30:22 nix xl2tpd[3097]: Connecting to host 10.0.0.28, port 1701
Jun  5 00:30:22 nix xl2tpd[3097]: Connection established to 10.0.0.28, 1701.  Local: 44106, Remote: 8827 (ref=0/0).
Jun  5 00:30:22 nix xl2tpd[3097]: Calling on tunnel 44106
Jun  5 00:30:22 nix xl2tpd[3097]: Call established with 10.0.0.28, Local: 8600, Remote: 27544, Serial: 2 (ref=0/0)
Jun  5 00:30:22 nix xl2tpd[3097]: call_close: Call 8600 to 10.0.0.28 disconnected
Jun  5 00:30:37 nix xl2tpd[3097]: control_finish: Connection closed to 10.0.0.28, port 1701 (No application/session timer expired), Local: 44106, Remote: 8827
Jun  5 00:30:47 nix xl2tpd[3097]: Connecting to host 10.0.0.28, port 1701
Jun  5 00:30:47 nix xl2tpd[3097]: Connection established to 10.0.0.28, 1701.  Local: 39037, Remote: 9841 (ref=0/0).
Jun  5 00:30:47 nix xl2tpd[3097]: Calling on tunnel 39037
Jun  5 00:30:47 nix xl2tpd[3097]: Call established with 10.0.0.28, Local: 56484, Remote: 31628, Serial: 3 (ref=0/0)
Jun  5 00:30:47 nix xl2tpd[3097]: call_close: Call 56484 to 10.0.0.28 disconnected
Jun  5 00:31:02 nix xl2tpd[3097]: control_finish: Connection closed to 10.0.0.28, port 1701 (No application/session timer expired), Local: 39037, Remote: 9841
Jun  5 00:31:12 nix xl2tpd[3097]: Connecting to host 10.0.0.28, port 1701
Jun  5 00:31:12 nix xl2tpd[3097]: Connection established to 10.0.0.28, 1701.  Local: 51651, Remote: 29862 (ref=0/0).
Jun  5 00:31:12 nix xl2tpd[3097]: Calling on tunnel 51651
Jun  5 00:31:12 nix xl2tpd[3097]: Call established with 10.0.0.28, Local: 7757, Remote: 60959, Serial: 4 (ref=0/0)
Jun  5 00:31:12 nix xl2tpd[3097]: call_close: Call 7757 to 10.0.0.28 disconnected
Jun  5 00:31:27 nix xl2tpd[3097]: control_finish: Connection closed to 10.0.0.28, port 1701 (No application/session timer expired), Local: 51651, Remote: 29862
Jun  5 00:31:38 nix xl2tpd[3097]: Connecting to host 10.0.0.28, port 1701
Jun  5 00:31:38 nix xl2tpd[3097]: Connection established to 10.0.0.28, 1701.  Local: 35193, Remote: 19784 (ref=0/0).
Jun  5 00:31:38 nix xl2tpd[3097]: Calling on tunnel 35193
Jun  5 00:31:38 nix xl2tpd[3097]: Call established with 10.0.0.28, Local: 7980, Remote: 18473, Serial: 5 (ref=0/0)
Jun  5 00:31:38 nix xl2tpd[3097]: call_close: Call 7980 to 10.0.0.28 disconnected
Jun  5 00:31:53 nix xl2tpd[3097]: control_finish: Connection closed to 10.0.0.28, port 1701 (No application/session timer expired), Local: 35193, Remote: 19784

ругается на ядро, обрывает соединение,
потом туннель найти не может. Настроить пока так и не получилось(((, буду благодарен за помощь.
Все разобрался. Всем спасибо за “помощь”, очень помогли.
Всем привет, случилась такая проблема, решил переустановить vmware
дистрибутив такой
VMware-Workstation-Full-7.0.0-203739.x86_64.bundle
плюс
kernel26-headers 2.6.33.3-1 установлен.

провожу инсталляцию vmware из консоли :
# mkdir -p /etc/rc.d/vmware.d/{rc{0,1,2,3,4,5,6}.d,init.d}
# sh VMware-Workstation-Full-7.0.0-203739.x86_64.bundle --console --custom
Do you agree? [yes/no]: yes
System path prefix.  Please note that choosing a path other than /usr
may result in missing icons, application launchers, and other desktop
integrations [/usr]:
System lib directory [/usr/lib]:
Architecture-independent files [/usr/share]:
User level binaries [/usr/bin]:
Super user level binaries [/usr/sbin]:
Documentation [/usr/share/doc]:
Manual pages [/usr/share/man]:
Header files [/usr/include]:
System configuration files [/etc]:
System service runlevels: /etc/rc.d/vmware.d/      
System service scripts [/etc/rc.d/vmware.d/init.d]:
Path to Eclipse directory for use with Integrated Virtual Debugger
(optional):
The product is ready to be installed.  Press enter to begin
installation or Ctrl-C to cancel.
# sed -i 's/\/sbin\/lsmod/\/bin\/lsmod/g' /etc/rc.d/vmware.d/init.d/vmware
# ln -s /etc/rc.d/vmware.d/init.d/vmware /etc/rc.d/vmware
редактирую rc.conf
# /etc/rc.conf 
#
...
DAEMONS=(syslog-ng ... ... vmware)
и запускаю 
$ vmware

и получаю ошибку
C header files matching your running kernel were not found.  Refer to your distribution's documentation for installation instructions.
хотя пакет kernel26-headers установлен. и прошлый раз установка у меня проблем не вызвала. в чем проблема не могу понять.

Спасибо за помощь.
Всем привет, такая проблема, когда загружается система то network периодически выдает ошибку, пишет fail, когда пытаюсь запустить в терминале командой sudo /etc/rc.d/network start пишет fail, после перезагрузки системы все работает.

Если кто сталкивался с подобным буду рад помощи.

Да забыл сказать что в логах dhcpcd ругается на таймаут. И еще, что на компе две сетвых,
eth0="dhcp"
INTERFACES=(eth0 !eth1)
wilful
Посмотри с какими параметрами он запускается из меню, сделай тоже в консоли и изучи вывод =)

первым делом я так и сделал, в меню он запускается просто gvim без каких-либо параметров. при запуске из консоли никакого вывода нет, и запуска тоже.

пока не нашел ничего другого кроме как забить в меню команду запуска gvim -X
Всем привет столкнулся с такой прооблемой, установил gvim, и после запуска его из меню, он не запускается, помогает только запуск из консоли gvim -X.

Почему не срабатывает запуск из меню?
И можно как то это рещить?

Инф. система 64-бит, KDE.

Спаибо за помощь.
fragnat
1. Не надо делать огромных скриншотов, лучше сделали бы всё в виде кода.
2. Попробуйте сделать пинг не на доменное имя а на ип, ну вот например у ya.ru ip 77.88.21.8
ping 77.88.21.8
Если ответ будет, то ковыряйте /etc/resolv.conf.
У меня похожая проблема.

пинг идет как через ip так и через domain name, причем тут resolv.conf???? я понимаю, если бы по имени не пинговалось, тогда да. а так я не думаю, что проблема в нем.

зеркало арча ))) я просто показал, что даже pacman не может ничего сделать, а не только браузер.
насчет MTU я тоже не уверен. Раньше все работало, после перехода началась такая шняга.
Всем привет. Такая ситуация сложилась, поле перехода на новый тарифный план, при подключении к vpn местами нет доступа к сети. В общем оно как бы есть, но его и нет. ping проходит, а вот браузер, pacman, торрент и тд и тп. говорит, что соединения нет (превышен таймаут……). Звонки в тех. поддержку пользы не принесли. там я слышу одни ответ, у нас все нормально соединение есть, это ограничение вашего ПО, только я не могу понять какое на фиг ограничение. Хочу спросить никто не сталкивался с такой аномалией.
вот снимки экрана:

1.
2.
3.
4.
Всем привет.

Вообщем проблема такова, что после обновления (я подозреваю, что именно из-за обновления, так обновился и xorg), при запуске программ, K-меню есть задержка в 1-2 секунды. К примеру нажимаю на меню, 1-2 секунды кнопку, подсвечена и как бы вжата и потом только запускается меню, точно также и программы, при запуске начинает прыгать иконка программы и потом она застывает на 1-2 секунды и только тогда вываливается окно программы, причем именно вываливается, хотя должно появляться плавно(так настроен эффект открытия окна).

Вчем проблема???
Спасибо за помощь!!!
tinman321
я установил только gtk-qt-engine и установил в настройках -> внешний вид -> стили и шрифты GTK -> “use my KDE style in GTK applications”
теперь GParted выглядит так:

я пробывал и так, всеравно NetBeans выглядит так как на скриншоте выше(((