piligrimm |
|
Темы:
29
Сообщения:
185
Участник с: 22 февраля 2009
|
Вывод ip a и route -n не изменился. А где этот конфиг должен быть? Хорошо, поищу, я тоже видел эту тему, надеюсь получится. Спасибо. |
Natrio |
|
Темы:
47
Сообщения:
4763
Участник с: 08 января 2011
|
bobartТогда уже лучше ip a и ip r Старая команда route имеет смысл только для создания роута на имя хоста, в остальных случаях она неудобна, особенно при выводе таблицы роутов – в той таблице у неё чёрт ногу сломит, сравните сами: $ ip route 10.3.0.0/16 via 10.3.10.1 dev vplan 10.3.10.0/24 dev vplan proto kernel scope link src 10.3.10.2 192.168.0.0/16 dev eth0 proto kernel scope link src 192.168.5.2 $ route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 10.3.0.0 10.3.10.1 255.255.0.0 UG 0 0 0 vplan 10.3.10.0 0.0.0.0 255.255.255.0 U 0 0 0 vplan 192.168.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0 Piligrimm, этими командами надо смотреть при наличии соединения, а не при отсутствии. |
bobart |
|
Темы:
38
Сообщения:
2537
Участник с: 28 ноября 2009
|
Я предложил ip a, чтобы сразу после старта xl2tpd проверить наличие интересующего интерфейса. При отсутствии оного, дальнейшие route -n или ip r бессмысленны, конечно. Ждём конфиги, короче. |
piligrimm |
|
Темы:
29
Сообщения:
185
Участник с: 22 февраля 2009
|
Всем спасибо за помощь. Долго отстуствовал - был в командировке. Я разобрался, не внимательно читал, конфиги, выложенные здесь мне помогли разобраться. У меня не был поднят интерфейс ppp и не верно настроен роутинг. Сейчас всё работает. Ещё раз всем спасибо. |
tdtremor |
|
Темы:
0
Сообщения:
4
Участник с: 08 октября 2012
|
Привет всем. Перечитал тему, но так и не смог настроить xl2tpd, хотя приблизился к запуску инета=) Добавляю маршруты к dns1 и dns2, к tp.beeline.internet.ru. Настраиваю конфиги: xl2tpd.conf [global] access control = yes auth file = /etc/ppp/chap-secrets [lac beeline] lns = tp.internet.beeline.ru redial = no redial timeout = 5 require chap = yes require authentication = no ppp debug = no pppoptfile = /etc/ppp/options.xl2tpd require pap = no autodial = yes tx bps = 100000000 options.xl2tpd lcp-echo-interval 10 lcp-echo-failure 2 name 0894013645 remotename l2tp ipparam beeline connect /bin/true mru 1460 mtu 1460 nodeflate nobsdcomp persist maxfail 0 nopcomp noaccomp noauth после запуска /etc/rc.d/xl2tpd start вижу в /var/log/errors.log ppd[957]: Cannot determine ethernet address for proxy ARP /var/log/messages.log Oct 9 02:36:33 td_tremor xl2tpd[880]: This binary does not support kernel L2TP. Oct 9 02:36:33 td_tremor xl2tpd[881]: xl2tpd version xl2tpd-1.3.0 started on td_tremor PID:881 Oct 9 02:36:33 td_tremor xl2tpd[881]: Written by Mark Spencer, Copyright (C) 1998, Adtran, Inc. Oct 9 02:36:33 td_tremor xl2tpd[881]: Forked by Scott Balmos and David Stipp, (C) 2001 Oct 9 02:36:33 td_tremor xl2tpd[881]: Inherited by Jeff McAdams, (C) 2002 Oct 9 02:36:33 td_tremor xl2tpd[881]: Forked again by Xelerance (www.xelerance.com) (C) 2006 Oct 9 02:36:33 td_tremor xl2tpd[881]: Listening on IP address 0.0.0.0, port 1701 Oct 9 02:36:33 td_tremor xl2tpd[881]: Connecting to host tp.internet.beeline.ru, port 1701 Oct 9 02:36:38 td_tremor xl2tpd[881]: Maximum retries exceeded for tunnel 2789. Closing. Oct 9 02:36:38 td_tremor xl2tpd[881]: Connection 0 closed to 85.21.230.124, port 1701 (Timeout) Oct 9 02:37:25 td_tremor xl2tpd[955]: This binary does not support kernel L2TP. Oct 9 02:37:25 td_tremor xl2tpd[956]: xl2tpd version xl2tpd-1.3.0 started on td_tremor PID:956 Oct 9 02:37:25 td_tremor xl2tpd[956]: Written by Mark Spencer, Copyright (C) 1998, Adtran, Inc. Oct 9 02:37:25 td_tremor xl2tpd[956]: Forked by Scott Balmos and David Stipp, (C) 2001 Oct 9 02:37:25 td_tremor xl2tpd[956]: Inherited by Jeff McAdams, (C) 2002 Oct 9 02:37:25 td_tremor xl2tpd[956]: Forked again by Xelerance (www.xelerance.com) (C) 2006 Oct 9 02:37:25 td_tremor xl2tpd[956]: Listening on IP address 0.0.0.0, port 1701 Oct 9 02:37:25 td_tremor xl2tpd[956]: Connecting to host tp.internet.beeline.ru, port 1701 Oct 9 02:37:25 td_tremor xl2tpd[956]: Connection established to 78.107.38.210, 1701. Local: 1268, Remote: 63215 (ref=0/0). Oct 9 02:37:25 td_tremor xl2tpd[956]: Calling on tunnel 1268 Oct 9 02:37:25 td_tremor xl2tpd[956]: Call established with 78.107.38.210, Local: 57918, Remote: 7848, Serial: 1 (ref=0/0) Oct 9 02:37:25 td_tremor pppd[957]: pppd 2.4.5 started by root, uid 0 Oct 9 02:37:25 td_tremor kernel: [ 833.261580] PPP generic driver version 2.4.2 Oct 9 02:37:25 td_tremor pppd[957]: Serial connection established. Oct 9 02:37:25 td_tremor pppd[957]: Using interface ppp0 Oct 9 02:37:25 td_tremor pppd[957]: Connect: ppp0 <--> /dev/pts/2 Oct 9 02:37:26 td_tremor pppd[957]: CHAP authentication succeeded Oct 9 02:37:26 td_tremor pppd[957]: CHAP authentication succeeded Oct 9 02:37:26 td_tremor pppd[957]: local IP address 93.81.144.96 Oct 9 02:37:26 td_tremor pppd[957]: remote IP address 78.107.38.210 Oct 9 02:37:56 td_tremor pppd[957]: No response to 2 echo-requests Oct 9 02:37:56 td_tremor pppd[957]: Serial link appears to be disconnected. Oct 9 02:37:56 td_tremor pppd[957]: Connect time 0.5 minutes. Oct 9 02:37:56 td_tremor pppd[957]: Sent 728316622 bytes, received 134 bytes. Oct 9 02:37:56 td_tremor pppd[957]: Connection terminated. Oct 9 02:37:58 td_tremor xl2tpd[956]: handle_avps: don't know how to handle atribute 46. Oct 9 02:37:58 td_tremor xl2tpd[956]: handle_avps: don't know how to handle atribute 104. Oct 9 02:37:58 td_tremor xl2tpd[956]: control_finish: Connection closed to 78.107.38.210, serial 1 (Locally generated disconnect) Oct 9 02:37:58 td_tremor pppd[957]: Terminating on signal 15 Oct 9 02:37:58 td_tremor pppd[957]: Exit. ifconfig показывает что появляется интерфейс ppp0, но он пропадает секунд через 30, сайты не пингуются. И gw ppp0 просто помечен звездочкой (*). Что делать? |
palpalych |
|
Темы:
89
Сообщения:
1126
Участник с: 09 августа 2011
|
один раз купить роутер и решить любые проблемы с инетом на 100 лет вперед…
Арчи ~]$ ...as always want ready-made solutions that would make even tastier
|
tdtremor |
|
Темы:
0
Сообщения:
4
Участник с: 08 октября 2012
|
PalPalych =) неплохой совет Но всё таки интересует как настроить инет?) |
bobart |
|
Темы:
38
Сообщения:
2537
Участник с: 28 ноября 2009
|
viewtopic.php?f=16&t=3475&start=120#p65901 - внимательно перечитай. Вероятно, у тебя просто не настроен роутинг и не пересоздаётся маршрут для ppp0 на default_gw. Обрати внимание на скрипт /etc/ppp/ip-up.d/routing.sh |
tdtremor |
|
Темы:
0
Сообщения:
4
Участник с: 08 октября 2012
|
Можно поподробней о настройке роутинга? |
bobart |
|
Темы:
38
Сообщения:
2537
Участник с: 28 ноября 2009
|
Выше я ведь уже дал ссылку. На следующих за ней страницах всё довольно популярно разъяснено. |