cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
288
Views
0
Helpful
1
Replies

proxy ip extend to another network

srinivaskvr
Level 1
Level 1

I have an Internet connection through cable (10.0.147.10) that is terminated on one NIC in system. By using proxy i want to extend that same ip into 172.16.10.1network for that i have a smoll wan setup by using two routers those are configured as 192.168.10.10 255.255.255.252 on S0 in router A and 172.16.10.1 255.255.255.0 on E0 . And the other end the router has 192.168.10.11 255.255.255.252 on S0 in router B and 172.16.20.1 255.255.255.0 . i have use one more NIC card in my system with the ip of 172.16.10.2 255.255.255.0 . It was shared with 10.0.147.10 by using proxy software.

But the problem is at the end of Router B Lan people are not getting internet through Router A but they are able to ping 172.16.10.1 Lan people , but I am unable to share Internet connection (10.0.147.10)

Please give me the solution . E-mail Address is "srinivaskvr@rediffmail.com"

1 Reply 1

raymong
Level 4
Level 4

If the users connected to router B's LAN can ping 172.16.10.1, can they also ping the proxy server at 172.16.10.2? The problem could be the default gateway on the proxy server is not pointing to the ethernet interface on Router A. If this is happening, the traffic from B could be getting to the proxy server but not getting routed back through Router A (this would be caused by the proxy server not having a route for the 20 network). You can verify this by running some debugs on the 2 routers to see what is happening to the traffic.

If the 172.16.10.x/24 users are able to get out to the internet, another workaround would be to NAT the 172.17.20.x network to an address on the 172.16.10x network. You could try configuring something like this:

Router A

int e0

ip nat outside

int s0

ip nat inside

!

ip nat inside source list 1 interface e0 overload

access-list 1 permit 172.16.20.0 0.0.0.255