Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Symptoms
The need was to reach an host inside a LAN through a VPN connection managed by the LAN gateway (Cisco 1921).
The LAN gateway performs NAT and there was a dedicate nat rule for the host i wanted to reach through VPN.
I couldn't connect to th...
Packet loss with local-proxy-arp enabledHi allI want to expose you an issue i found using local-proxy-arp in a vpn remote access.The difference between local proxy-arp and local-proxy-arp is that using normal proxy arp the router sets his mac-address...
Hi Simon,
IOS doesn't allow you to configure route-map if you don't specify an IP address in a NAT rule...
I tried this configuration in a lab environment, maybe can help you:
### INSIDE INTERFACE ###interface FastEthernet0/0 ip address 10.1.1....
Hi Did you configure subinterfaces on router's g0/1?You need a subinterface for each vlan you configured. You have also to configure the ip helper-address on the router's subinterfaces, not on the switch ports. Jacopo