Question : Dynamic NAT/PAT !! is it working properly?

Hi

I have GNS3+Vmware setup
after configuring dynamic nat all pcs  getting same ip from nat pool i think every pc shold get new ip from nat pool isnt?? is there any way i can achieve this?see below pc 192.168.1.1 and 192.168.1.16 both using nat pool ip 192.168.0.5


Router#sh ip nat translations
Pro Inside global      Inside local       Outside local      Outside global

tcp 192.168.0.5:1090   192.168.1.1:1090   121.101.158.176:80 121.101.158.176:80
tcp 192.168.0.5:1091   192.168.1.1:1091   125.56.222.19:80   125.56.222.19:80
tcp 192.168.0.5:1092   192.168.1.1:1092   119.161.9.232:80   119.161.9.232:80
tcp 192.168.0.5:1093   192.168.1.1:1093   216.155.207.26:80  216.155.207.26:80
tcp 192.168.0.5:1094   192.168.1.1:1094   216.155.207.26:80  216.155.207.26:80
udp 192.168.0.5:1025   192.168.1.16:1025  192.168.0.1:53     192.168.0.1:53
udp 192.168.0.5:1025   192.168.1.16:1025  216.239.32.10:53   216.239.32.10:53




Please see my configuration attached

Thanks++
Attachments:
 
my config
 

Answer : Dynamic NAT/PAT !! is it working properly?

If you remove the "overload" in your nat-statement you will achieve what you want. However, then you would only make the first 6 internal pc:s to communicate since after that your nat pool is fully used.

In your current config when using overload you will keep using the first ip in the pool until it runs out of ports, only after that (after about 65535-1024 concurrent connections) it will start using the second ip.

Remove overload and make sure that your nat pool contains at least one ip per inside host.

/Jimmy
Random Solutions  
 
programming4us programming4us