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.
HelloI have a new 501 that I have configured with my cable modem. I am using dhcp on the outside int with the ip address outside dhcp setroute command.Okay I get an address and I can surf. The rest of the config is standard NAT stuff and the rest.T...
Hello everyoneI have a network with 4 VLANS. The switches are 2980s and 3640 router routing my VLANS. When a user accesses a server on his same subnet all is good. However, when a user from a different VLAN from the server accesses the same file i...
First, why are you allowing full access inbound? If that's the case, set it outside the firewall and let the hackers go nuts...If you need to translate the box from the DMZ to the outside do the following.static (dmz,outside) (public IP) (internal I...
Your embryonic connections is only set to 1, try thisstatic (inside,outside) x.x.x.x 192.168.10.10 netmask 255.255.255.255 0 1000Let me know...........
try adding this staticstatic (inside,outside) x.200.243.0 x.200.243.0 netmask 255.255.255.0 0 1000this sets your internal subnet virtually outside the firewall. Then if you write acl you have a public IP to point to. No acl no access. Consider goi...