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.
Hello everyone,
How can I create a routing from VPN IP pool to inside zone? Right now I have VPN on 10.0.100.1 /24 and my inside network on 10.0.50.1/24 how I can allow access to the inside zone from vpn ip pool?
Many thanks.
Hi,
From few days I'm trying to create a NAT from my local network (10.0.50.1/24) to the public interface (using the same IP address as public interface) so what I did is:
myLAB(config)# object network INSIDE-SUBNET
myLAB(config-network-object)# nat ...
Still nothing
Configuration on the server looks good to me + I can ping the firewall:
IP:10.0.50.50
NETMASK:255.255.255.0
GATEWAY:10.0.50.1
Not sure if that will help but I'm using Cisco ASA 5505.
I can access internet from my firewall without any ...
Now I'm getting:
ERROR: empty object/object-group(s) detected. NAT Policy is not downloaded.
So what I did then is:
object network insidesubnet 10.0.50.0 255.255.255.0nat (inside,outside) 1 source dynamic inside interface
but I still can't get any in...