Network is 10.254.0.0/16
snag.gy/3Y8aN.jpg This is the network image.
This is my subnetted connections:
I can ping R2 to R5 but not R5 to R2. I have spent about 10 hours going through my network and code to no avail. I think it is the frame relay that's causing the error but not sure.. I just checked and I think R6 and R5 are not getting their OSPF updates by trying show ip route
Here are my configs:
Im awake 28 hours and have the project due in about 30 hours. Gotta love college :/ Anyways any help would be more than amazing, plus I might be able to get some sleep then
Thanks!
Solved! Go to Solution.
Hi,
R1 s0/1/1 going to ISP has same IP address as R5 s/0/0.504.
Regards
Alain
Don't forget to rate helpful posts.
Hi,
R1 s0/1/1 going to ISP has same IP address as R5 s/0/0.504.
Regards
Alain
Don't forget to rate helpful posts.
Hm it does not seem to fix it,R5 can only get to R4 and to R6 but not past R4?
Hi,
upload your latest PT( with this problem fixed) and post the link here.
Regards
Alain
Don't forget to rate helpful posts.
username R3 password CHAP
int s0/0/1
encapsulation ppp
ppp authentication chap
ip address 10.254.0.118 255.255.255.252
ip nat inside
clock rate 64000
no shutdown
exit
--------------------------------
username R1 password CHAP
int s0/0/1
encapsulation ppp
ppp authentication chap
ip address 10.254.0.118 255.255.255.252
ip nat inside
clock rate 64000
no shutdown
exit
could you help me out? im trying ppp encapsulation with chap authentication
Hi,
network 10.254.0.32 255.255.255.224
dns-server 8.8.8.8 I don't see any dns-server here
default-router 10.254.0.33
the excluded addresses you configured are not in the pool range !!
Regards
Alain
Don't forget to rate helpful posts.