I’m using Cisco router 1841 and this is my config:
hostname INMAIA-JED
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
!
resource policy
!
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
ip subnet-zero
ip cef
!
!
no ip dhcp use vrf connected
!
!
ip name-server x.x.x.x
ip name-server x.x.x.x
!
username xxxx privilege 15 password 0 xxxx
!
!
!
interface FastEthernet0/0
description ***** Mobily 1 Mb Link (Silver) *****
ip address x.x.x.x 255.255.255.252
ip nat outside
duplex auto
speed auto
!
interface FastEthernet0/1
description **** TO LAN ****
ip address x.x.x.x 255.255.255.248 secondary
ip address 192.168.1.10 255.255.255.0
ip nat inside
duplex auto
speed auto
!
ip classless
ip route 0.0.0.0 0.0.0.0 x.x.x.x
!
ip http server
ip nat inside source list natlist interface FastEthernet0/0 overload
!
ip access-list extended natlist
permit ip 192.168.1.0 0.0.0.255 any
!
!
control-plane
!
!
line con 0
login local
line aux 0
line vty 0 4
login local
!
end
Internet is working fine, but we’re facing some problem in connecting by VPN Client to HO.
Is this configuration for the router is correct or we need to add some commands to allow all trafic from local network.
Thanks