cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
815
Views
0
Helpful
3
Replies

Packet Tracer Network Help.

project.PNG

I created the network above and I am trying to make an overloading nat to give internet (10.1.1.1) to all four computers.

I have tried:

Router(config)#int fa0/0
Router(config-if)#ip nat outside
Router(config)#int fa0/1
Router(config-if)#ip nat inside
Router(config)#access-list 16 permit 10.4.0.0 255.255.0.0
Router(config)#access-list 16 permit 10.2.0.0 255.255.0.0
Router(config)#access-list 16 permit 10.3.0.0 255.255.0.0
Router(config)#ip nat inside source list 16 int fa0/0 overload

 

Ive been going through different websites trying everything.

The nat translations I have is:

show ip nat translations
Pro  Inside global     Inside local       Outside local      Outside global
---  10.1.50.1         10.4.0.1           ---                ---

I'm stuck and any help is appreciated.

3 Replies 3

Hello,

 

it looks like the masks on your access lists are reversed. Try the below, if that does not work, post the zipped Packet Tracer project (.pkt) file...

 

outer(config)#access-list 16 permit 10.4.0.0 0.0.255.255
Router(config)#access-list 16 permit 10.2.0.0 0.0.255.255
Router(config)#access-list 16 permit 10.3.0.0 0.0.255.255

I couldn't fix it with that so I have attached the file.

Hello

Your topology was incorrect, it had misconfigured host and static addressing in any case as the rtr had a directly connected interface to the server nat wouldn't be applicable either, I have create two new PT files for you to review, The first shows a none NAT solution and the second shows one with NAT.
 


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul
Review Cisco Networking for a $25 gift card