cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2460
Views
2
Helpful
15
Replies

Cisco 1941 NAT help

pands_007
Level 1
Level 1

Dear all,

 

I am not an expert.

 

Below is my configuration,

 

There are few issues :

 

1) static NAT is not working

2) some client cant able to access internet eventhouh they are in permit client list permit rang.

 

 

 

Can anyone help me with this ?

 

Thanks in advance.

 

interface GigabitEthernet0/0
 description WAN_LINK
 ip address xxx.xxx.xxx.146 255.255.255.240
 ip nat enable
 ip virtual-reassembly
 duplex auto
 speed auto
!
interface GigabitEthernet0/1
 description INSIDE_LAN
 ip address 192.168.10.101 255.255.255.0
 ip nat enable
 ip virtual-reassembly
 duplex auto
 speed auto
!
no ip forward-protocol nd
!
no ip http server
no ip http secure-server
!
ip nat pool dynamic-ip xxx.xxx.xxx.146 xxx.xxx.xxx.146 netmask 255.255.255.240
ip nat source list client-list interface GigabitEthernet0/0 overload
ip nat source static 192.168.10.102 xxx.xxx.xxx.147
ip nat source static 192.168.10.103 xxx.xxx.xxx.148
ip nat source static 192.168.10.104 xxx.xxx.xxx.149
ip nat source static 192.168.10.105 xxx.xxx.xxx.150
ip nat source static 192.168.10.106 xxx.xxx.xxx.151
ip nat source static 192.168.10.107 xxx.xxx.xxx.152
ip nat source static 192.168.10.108 xxx.xxx.xxx.153
ip route 0.0.0.0 0.0.0.0 xxx.xxx.xxx.145
!
ip access-list standard client-list
 permit 192.168.10.115 0.0.0.140
!
!
!
!
!
!
!
control-plane
!
!
line con 0
line aux 0
line vty 0 4
 password 7 130C07131F5D56796F
 login
!
scheduler allocate 20000 1000
end

15 Replies 15

It helps on quick response time too, earlier ping took 100MS now it is 70MS.