Book now with code EOY2025
linux44 wrote: » .... R1 10.0.0.1:fa0/0 172.16.0.10:s0/0/0 ...... R2#ip nat inside source static 10.0.0.139 172.16.0.10 ...
networker050184 wrote: » Whats up with that? Is that a typo or are you trying to NAT the inside address from R2 to the outside address of R1 Why not use R2s outside interface? Should work how you have it set up though.... Configs?
tim100 wrote: » There's quite a few things wrong with your configurations. Let's try to correct some of them. First let's start with your NAT problem. You are trying to create a static NAT entry by assigning R2's serial interface IP to PC 2's IP address 10.0.0.139. You can't statically assign that IP for NAT since it is already assigned to R2's serial interface. try configuring it this way:access-list 1 permit 10.0.0.139ip nat inside source list 1 interface s0/0/0 overload The "passive interface" commands are useless in this scenario since these networks are not included in the RIP process. Also, it is a good idea to use RIP version 2 and include the "no auto-summary" command. If you don't want traffic from 10.0.0.128/25 reaching 10.0.0.0/25 why not just get rid of the static route instead of going through the trouble of the ACL since you are using NAT?
the reason for that is because i have set access list on fa0/0 R1 to block all traffic from 10.0.0.128/25 to 10.0.0.10/25 so the only way for 10.0.0.139/25 to get through to 10.0.0.10 is by setting up a nat which i have done by using the above command but the problem is that ping command from R2(172.16.0.10) to 10.0.0.10 is redirect it to 10.0.0.139 instead of 172.16.0.10
Use code EOY2025 to receive $250 off your 2025 certification boot camp!