cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
228
Views
0
Helpful
2
Replies

Routing Question

jstansley
Level 1
Level 1

Hello All:

Very new to routing and have a question. We have a t1 coming in from the ISP in the form of an ethernet drop. Gateway ip 209.178.229.129 with a WAN ip of 209.178.229.130.

IP block 209.178.229.129/27

I need to route this through an existing 3660. I have FA0/1 configured with 209.178.229.129 and route statement 0.0.0.0 0.0.0.0 209.178.229.129.

This is obviously not right. Can someone lend a hand on how this should be configured. Thanks

2 Replies 2

zander13
Level 1
Level 1

Are you sure you dont have the .129 & .130 Ip's swapped around ? I have found that in most cases the ISP usually configures their side with the lowest address in the range and your interface uses the next address up.

Can you ping the directly connected interface (.130 according to your info) ?

If not configure your FA0/1 to 209.178.229.130 and try and ping .129 (change you route statement to .130 as well)

OK, set it up as above and can ping both addresses which is progress. But, I still cannot route out from internal lan with nat set up.

Have the interface set for nat outside and my workstation included in nat statement.

ip nat inside source static 10.0.1.52 209.178.228.132.

I think what is missing is this. The internal ip to my router is 10.0.1.91. I need to use .91 as the gateway and route out through FA0/1. Thsi is where I'm hung up.

Thanks