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

Исходное сообщение
"помогите с тунелем"

Отправлено denn , 17-Авг-04 14:52 
день добрый, тут вот ситуация...
со слов коллеги:

Есть два офиса. В главном "белая" сетка yyy.yyy.81.112 255.255.255.240 и Router1 с адресом yyy.yyy.81.113.
В удаленном серая сеть 192.168.110.32 255.255.255.240 и Router2 с адресом xxx.xxx.255.114. Хочу построить простой туннель между офисами. Не получается. Вот конфиги :
Router1

interface Tunnel0
ip address 192.168.254.1 255.255.255.0
tunnel source Serial0/0.1
tunnel destination xxx.xxx.255.114
tunnel mode ipip
!
interface FastEthernet0/0
ip address yyy.yyy.81.113 255.255.255.240
!
interface Serial0/0.1 point-to-point
ip address zzz.zzz.163.238 255.255.255.252
!
ip route 0.0.0.0 0.0.0.0 zzz.zzz.163.237
ip route 192.168.110.32 255.255.255.240 Tunnel0

Router2

interface Tunnel0
ip address 192.168.254.2 255.255.255.0
tunnel source ATM0
tunnel destination zzz.zzz.163.238
tunnel mode ipip
!
interface Ethernet0
ip address 192.168.110.33 255.255.255.240
!
interface ATM0
ip address xxx.xxx.255.114 255.255.255.192
no atm ilmi-keepalive
pvc 1/32
protocol ip xxx.xxx.255.65
encapsulation aal5snap
!
dsl operating-mode ansi-dmt
!
ip route 0.0.0.0 0.0.0.0 xxx.xxx.255.65
ip route yyy.yyy.81.113 255.255.255.15 Tunnel0

Что я делаю неправильно ?


Содержание

Сообщения в этом обсуждении
"помогите с тунелем"
Отправлено A Clockwork Orange , 17-Авг-04 15:05 
А так пробовал

interface Tunnel0
ip unnumbered Serial 0/0.1
tunnel source  yyy.yyy.81.113
tunnel destination 192.168.110.33
tunnel mode ipip
!
interface FastEthernet0/0
ip address yyy.yyy.81.113 255.255.255.240
!
interface Serial0/0.1 point-to-point
ip address zzz.zzz.163.238 255.255.255.252
!
ip route 0.0.0.0 0.0.0.0 zzz.zzz.163.237
ip route 192.168.110.32 255.255.255.240 Tunnel0

Router2

interface Tunnel0
ip address unnymbered ATM0
tunnel source 192.168.110.33  
tunnel destination yyy.yyy.81.113
tunnel mode ipip
!
interface Ethernet0
ip address 192.168.110.33 255.255.255.240
!
interface ATM0
ip address xxx.xxx.255.114 255.255.255.192
no atm ilmi-keepalive
pvc 1/32
protocol ip xxx.xxx.255.65
encapsulation aal5snap
!
dsl operating-mode ansi-dmt
!
ip route 0.0.0.0 0.0.0.0 xxx.xxx.255.65
ip route yyy.yyy.81.113 255.255.255.15 Tunnel0


"помогите с тунелем"
Отправлено denn , 17-Авг-04 16:17 
up