URL: https://www.opennet.me/cgi-bin/openforum/vsluhboard.cgi
Форум: vsluhforumID6
Нить номер: 9781
[ Назад ]

Исходное сообщение
"Установление Dial-up соединения c сервером."

Отправлено porky , 06-Фев-06 16:31 
Суть: Есть удаленный офис. Основной канал связи с ним Интернет через ADSL.
В качестве резервного канала управления шлюзом удаленного офиса планируется Dial-up соединение.
НЕ могу настроить маршрутизатор cisco чтоб он мог устанавливать соединение по требованию в случае наличия трафика управления сервером удаленного офиса.
результат вывода sh interfaces serial 2/3

cisco#sh interfaces serial 2/3
Serial2/3 is up (spoofing), line protocol is up (spoofing)
  Hardware is CD2430 in async mode
  Description: Branch office
  Internet address is 10.20.1.1/30
  MTU 1500 bytes, BW 9 Kbit, DLY 100000 usec,
     reliability 255/255, txload 1/255, rxload 1/255
  Encapsulation PPP, loopback not set
  Keepalive not set
  DTR is pulsed for 5 seconds on reset
  LCP Closed
  Last input never, output 03:14:18, output hang never
  Last clearing of "show interface" counters 03:23:27
  Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
  Queueing strategy: fifo
  Output queue: 0/10 (size/max)
  5 minute input rate 0 bits/sec, 0 packets/sec
  5 minute output rate 0 bits/sec, 0 packets/sec
     0 packets input, 0 bytes, 0 no buffer
     Received 0 broadcasts, 0 runts, 0 giants, 0 throttles
     0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
     190 packets output, 5510 bytes, 0 underruns
     0 output errors, 0 collisions, 21 interface resets
     0 output buffer failures, 0 output buffers swapped out
     0 carrier transitions

собственно настройки маршрутизатора:
interface Serial2/3
physical-layer async
description Branch office hotel Minsk
ip address 10.20.1.1 255.255.255.252
encapsulation ppp
ip route-cache flow
no ip mroute-cache
dialer in-band
dialer idle-timeout 180
dialer map ip 10.20.1.2 2992506
no peer default ip address
no fair-queue
ppp authentication chap

ip route 10.20.1.2 255.255.255.255 Serial2/3

access-list 155 permit tcp any host 10.20.1.2 eq 22

help!!


Содержание

Сообщения в этом обсуждении
"Установление Dial-up соединения c сервером."
Отправлено sh_ , 07-Фев-06 09:55 
conf t
dialer-list 1 protocol ip list 155
interface Serial2/3
dialer-group 1
end
wr

"Установление Dial-up соединения c сервером."
Отправлено porky , 07-Фев-06 16:11 
>conf t
>dialer-list 1 protocol ip list 155
>interface Serial2/3
>dialer-group 1
>end
>wr

это сделал. согласен. не заметил.
но что странно. при попытке любого обращения на адрес сервера. интерфейс уходит в даун. в чем может быть проблема?


"Установление Dial-up соединения c сервером."
Отправлено sh_ , 07-Фев-06 16:33 
>при попытке любого обращения на адрес сервера. интерфейс уходит в даун. в чем может быть проблема?

А можно подробнее. Какой интерфейс, куда обращение., ну и т.д....


"Установление Dial-up соединения c сервером."
Отправлено porky , 07-Фев-06 17:34 
>>при попытке любого обращения на адрес сервера. интерфейс уходит в даун. в чем может быть проблема?
>
>А можно подробнее. Какой интерфейс, куда обращение., ну и т.д....

интерфейс serial 2/3 к нему привязан модем zyxel u336-R
в общем текущее состояние:
3640#sh interfaces serial 2/3
Serial2/3 is up (spoofing), line protocol is up (spoofing)
  Hardware is CD2430 in async mode
  Description: Branch office hotel Minsk
  Internet address is 10.20.1.1/30
  MTU 1500 bytes, BW 9 Kbit, DLY 100000 usec,
     reliability 255/255, txload 1/255, rxload 1/255
  Encapsulation PPP, loopback not set
  Keepalive not set
  DTR is pulsed for 5 seconds on reset
  LCP Closed
  Last input never, output 1d04h, output hang never
  Last clearing of "show interface" counters 1d04h
  Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
  Queueing strategy: fifo
  Output queue: 0/10 (size/max)
  5 minute input rate 0 bits/sec, 0 packets/sec
  5 minute output rate 0 bits/sec, 0 packets/sec
     0 packets input, 0 bytes, 0 no buffer
     Received 0 broadcasts, 0 runts, 0 giants, 0 throttles
     0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
     190 packets output, 5510 bytes, 0 underruns
     0 output errors, 0 collisions, 21 interface resets
     0 output buffer failures, 0 output buffers swapped out
при обращении с рабочей станции на ip сервера с которым маршрутизатор должен устанавливать связь (ip 10.20.1.2)
интерфейс serial 2/3 уходит в даун.
ничего не понимаю((



"Установление Dial-up соединения c сервером."
Отправлено sh_ , 07-Фев-06 17:52 
conf t
interfaces serial 2/3
no dialer in-band