Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

can you see what's the problem on this configuration???

Status
Not open for further replies.

ivoestg

Programmer
Mar 21, 2001
77
0
0
PT
hello,
i have one router cisco 700 in casablanca and another router cisco 1720 with one isdn card in portugal.i need to have access to internet on both and connect then one another. i made this configurations and they have internet but they don't connect one another can you see my configurations and tell what's the problem?

ps: in casablanca i have one public ip to internet,but because in portugal i don't have a public ip i use ip unnumbered between the router's.

cisco 1720:

version 12.1
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname bloco
!
enable password xxxxxx
!
username marocos password xxxxxx
!
!
!
!
memory-size iomem 25
ip subnet-zero
!
isdn switch-type basic-net3
!
!
!
interface BRI0
no ip address
encapsulation ppp
dialer pool-member 1
isdn switch-type basic-net3
!
interface FastEthernet0
ip address 193.4.5.254 255.255.255.0
ip nat inside
speed auto
!
interface Dialer1
ip unnumbered FastEthernet0
encapsulation ppp
dialer remote-name marocos
dialer pool 1
dialer string 999999999
dialer-group 1
ppp authentication chap
!
!internet
interface Dialer2
ip address negotiated
ip nat outside
encapsulation ppp
dialer remote-name aaaaa
dialer pool 1
dialer string 600000000
dialer-group 1
ppp authentication chap pap callin
ppp chap hostname aaaaa
ppp chap password xxxxx
ppp pap sent-username aaaaa password xxxxx
!
ip nat inside source list 1 interface Dialer2 overload
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer2
ip route 196.4.5.0 255.255.255.0 Dialer1
no ip http server
!
access-list 1 permit 196.4.5.0 0.0.0.225
access-list 1 permit 193.4.5.0 0.0.0.255
dialer-list 1 protocol ip permit
!
line con 0
transport input none
line aux 0
line vty 0 4
password xxxxxx
login
!
end


cisco 760:

set systemname casablanca
set switch net3
cd lan
set bri off
set ip routing on
set ip address 196.4.5.1
set ip netmask 255.255.255.0
cd
set user portugal
set ppp clientname marocos
set ppp secret client xxxxxx
set ppp secret host xxxxxx
set bri off
set ip routing on
set ip rip update off
set ip route desti 193.4.5.0/24 gateway 0.0.0.0
set number 888888888
set ppp authentication outgoing chap
set timeout 300
set active
set user isp
set ppp clientname aaaaaaaa
set ppp secret client lllllllll
set ppp password client lllllllll
set bri off
set ip routing on

set ip address 62.4.5.234 --->this is a public ip that i have there to acess internet

set ip netmask 255.0.0.0

set ip rip update off
set ip route dest 0.0.0.0/0 gateway 0.0.0.0
set number 8887777
set ip pat on
set ppp adress negotiation local on
set ppp authentication outgoing none
set timeout 300
set active
thanks...

I'm in ivoestg@yahoo.com
 
please help... thanks...

I'm in ivoestg@yahoo.com
 
i can't ping or make telnet from one router to the other. thanks...

I'm in ivoestg@yahoo.com
 
anybody please help
thanks...

I'm in ivoestg@yahoo.com
 
Have you ever had the connection up and running before?

I'm not to familiar with 760 series, but explain the "set bri off" command? does this turn of your bri interface?

if this is a new connection I would reconfigure the two end to end connections and start with a basic config to get the connection up and running, than add the extras(i.e. Chap,NAT)

Hope this helps, this problem is a little above my knowledge. Hopefully someone who knows will help you.
 
Its not going to happen! You are wanting to coonect to the internet and have PPP connection at the same time, Forget about it! The 700 series provides one are the other not both at the same time. Jeter@LasVegas.com
Fisher CCNA
Sprint-Data
 
you say that its not going to happen but i have 2 760 connected to internet and betwen them and it work's. i try with 760 and 1720 in my company and it also work, then i put the 760 in marrocos and stop working.
i think that's possible to do but i don´t know how to make it. it's possible that the problem is in the phone lines???

by the way jsteve the command set bri off, put bridging off.

if anyone can tell me what to do i will really apreciated. thanks...

I'm in ivoestg@yahoo.com
 
DO you see a route to the respective networks when you do a sh ip route:
 
Im all over the cisco web site and I cannot locate any information on your application. The only thing I would suggest is to verify your software version for that region. Jeter@LasVegas.com
Fisher CCNA
Sprint-Data
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top