Title: RE: [redewan] Firewall
Lista de Discuss�o Rede Wan - http://www.networkdesigners.com.br

Configurei dois roteadores para dial backup (cliente e servidor), consigo que o roteador disque e conecte ao outro, mas nao h� tr�fego. Gostaria que algu�m analisasse a configura��o e verificasse se existe algum erro ou falta alguma coisa na configura��o.
 
No roteador servidor est� cadastrado o username rio_2500_north com a senha xxyy, no roteador cliente, onde informo esta senha?
 
Atenciosamente.
Carlos Vin�cius
Damos SudAmerica
(21) 98053610
 
 
--- Configura��o.
 
RIO_2500_NORTH (cliente)
----------
 
Current configuration:
!
version 11.2
service timestamps debug datetime msec localtime show-timezone
service timestamps log datetime msec localtime show-timezone
service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname rio_2500_north
!
enable secret 5 $1$ouNh$PHClnCWbSA/MKfWFrxTva1
enable password 7 141A0B340E162B312D24
!
username access3640 password 7 03550A1F0F1C7815
ip domain-name damos.net
ip name-server 198.207.23.80
ip name-server 198.207.23.81
ip multicast-routing
frame-relay switching
chat-script cgray ""  "atdt \T" TIMEOUT 60 CONNECT \c
!
interface Ethernet0
 description "This is Rio GES 2500_North Local Area Network"
 ip address 198.207.13.177 255.255.255.240
!
interface Serial0
 description "GCCGESRIN"
 backup delay 5 300
 backup interface Async1
 ip address 198.207.15.70 255.255.255.252
 no ip mroute-cache
 ip ospf network broadcast
 priority-group 1
!
interface Serial1
 no ip address
 --More--
 shutdown
!
interface BRI0
 no ip address
 encapsulation ppp
 ip ospf retransmit-interval 10
 ip ospf transmit-delay 2
 shutdown
 no peer default ip address
 dialer idle-timeout 300
 dialer wait-for-carrier-time 60
 ppp authentication chap
!
interface Async1
 ip address 198.207.15.242 255.255.255.240
 encapsulation ppp
 ip ospf network broadcast
 ip ospf retransmit-interval 10
 ip ospf transmit-delay 2
 async default routing
 async mode dedicated
 peer default ip address 198.207.15.241
 dialer in-band
 dialer idle-timeout 300
 dialer wait-for-carrier-time 60
 dialer map ip 198.207.15.241 name access3640 modem-script cgray broadcast 021215186869
 dialer-group 1
 priority-group 1
 ppp authentication chap
!
router ospf 100
 network 198.207.23.0 0.0.0.255 area 0
 network 198.207.13.0 0.0.0.255 area 0
 network 198.207.15.0 0.0.0.255 area 0
!
ip classless
ip route 0.0.0.0 0.0.0.0 198.207.23.125
ip route 198.207.23.0 255.255.255.0 198.207.15.241
 --More--
 network 198.207.23.0 0.0.0.255 area 0
 network 198.207.13.0 0.0.0.255 area 0
 network 198.207.15.0 0.0.0.255 area 0
!
ip classless
ip route 0.0.0.0 0.0.0.0 198.207.23.125
ip route 198.207.23.0 255.255.255.0 198.207.15.241
logging buffered 10000 debugging
logging trap debugging
logging 198.207.23.177
logging 198.207.15.70
access-list 100 permit tcp any range ftp-data ftp any
priority-list 1 protocol ip low list 100
snmp-server community need2NO RO
snmp-server community BseQre RW
snmp-server host 198.207.23.82 orbtrap
snmp-server host 198.207.23.83 orbtrap
dialer-list 1 protocol ip permit
banner login ^CC WELCOME TO RIO GES 2500_NORTH ROUTER ^C
!
line con 0
 password 7 060B16235E4F131009
line aux 0
 password 7 060B16235E4F131009
 autoselect ppp
 login
 modem InOut
 modem autoconfigure type usr_courier
 transport input all
 rxspeed 38400
 txspeed 38400
 flowcontrol hardware
line vty 0 4
 password 7 12141C2810190D1E2327
 login
!
end
 
----------------
Access3640 (Servidor)
Current configuration:
!
! Last configuration change at 18:46:53 UTC Wed Jan 24 2001
! NVRAM config last updated at 18:13:43 UTC Wed Jan 24 2001
!
version 11.2
service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname access3640
!
enable secret 5 $1$wmld$YOKsp/D06wJ5twqbxUTTj.
!
username ar_2500_north password 7 094157361B1716080200
username ar_2500_south password 7 070238734C1B181F1E1E
username rio_2500_north password 7 1104003A15000A160D26
ip domain-name damos.net
ip name-server 198.207.23.80
ip name-server 198.207.23.81
ip multicast-routing
frame-relay switching
!
interface Ethernet0/0
 description "This is Access_E0 on the GCC Router Network & provides backup dial-in capabilities to 2500_North_A1 and 2500_South_A1 at the GES"
 ip address 198.207.23.121 255.255.255.192
!
interface Serial0/0
 description
 no ip address
 shutdown
!
interface Ethernet0/1
 no ip address
 shutdown
!
interface Serial1/0
 --More--
 physical-layer async
 description "GESNORTHARDial"
 ip address 198.207.15.101 255.255.255.252
 encapsulation ppp
 ip ospf network broadcast
 ip ospf retransmit-interval 10
 ip ospf transmit-delay 2
 async dynamic routing
 async mode interactive
 no peer default ip address
 dialer in-band
 dialer idle-timeout 600
 dialer wait-for-carrier-time 60
 dialer map ip 198.207.15.102 name ar_2500_north
 dialer-group 1
 ppp authentication chap
!
interface Serial1/1
 physical-layer async
 description "GESSOUTHARDial"
 ip address 198.207.15.105 255.255.255.252
 encapsulation ppp
 ip ospf network broadcast
 ip ospf retransmit-interval 10
 ip ospf transmit-delay 2
 async dynamic routing
 async mode interactive
 dialer in-band
 dialer idle-timeout 600
 dialer wait-for-carrier-time 60
 dialer map ip 198.207.15.106 name ar_2500_south
 dialer-group 1
 ppp authentication chap
!
interface Serial1/2
 physical-layer async
 ip address 198.207.15.241 255.255.255.240
 encapsulation ppp
 --More--
 ip ospf network broadcast
 ip ospf retransmit-interval 10
 ip ospf transmit-delay 2
 async dynamic routing
 async mode interactive
 no peer default ip address
 dialer in-band
 dialer idle-timeout 600
 dialer wait-for-carrier-time 60
 dialer map ip 198.207.15.242 name rio_2500_north
 dialer-group 1
 ppp authentication chap
!
interface Serial1/3
 no ip address
 shutdown
!
interface Serial1/4
 no ip address
 shutdown
!
interface Serial1/5
 no ip address
 shutdown
!
interface Serial1/6
 no ip address
 shutdown
!
interface Serial1/7
 no ip address
 shutdown
!
interface BRI2/0
 no ip address
 shutdown
!
interface BRI2/1
 --More--
 no ip address
 shutdown
!
interface BRI2/2
 no ip address
 shutdown
!
interface BRI2/3
 no ip address
 shutdown
!
interface Dialer0
 no ip address
 no cdp enable
!
router ospf 100
 redistribute static subnets
 network 198.207.23.0 0.0.0.255 area 0
 network 198.207.13.0 0.0.0.255 area 0
 network 198.207.15.0 0.0.0.255 area 0
 network 198.207.25.0 0.0.0.255 area 0
!
ip classless
ip route 0.0.0.0 0.0.0.0 198.207.23.125
ip route 198.207.13.176 255.255.255.240 198.207.15.242 150
ip route 198.207.13.208 255.255.255.240 198.207.15.102 150
ip route 198.207.13.224 255.255.255.240 198.207.15.106 150
snmp-server community need2NO RO
snmp-server community BseQre RW
snmp-server host 198.207.23.82 orbtrap
snmp-server host 198.207.23.83 orbtrap
dialer-list 1 protocol ip permit
banner login ^C WELCOME TO THE ACCESS ROUTER ON THE GCC NETWORK ^C
!
line con 0
 password 7 1104003A15000A160D26
line 33 34
 autoselect ppp
 modem InOut
 modem autoconfigure type usr_courier
 transport input all
 speed 115200
 flowcontrol hardware
line 35
line aux 0
 password 7 020B1D6409140E3B4542
line vty 0 4
 password 7 045612390D334D540015
 login
!
ntp clock-period 17179632
ntp server 198.207.23.113
ntp server 198.207.23.112 prefer
end
 
-----

To unsubscribe, write to [EMAIL PROTECTED]

Responder a