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.
I would like to add a Meraki MR16 AP to our DMZ which is on our ASA 5510. I use a switch connected to the DMZ port of the ASA and that is where my webserver is plugged in. I want to keep the traffic completely seperate from our internal LAN. What is ...
I have a Cisco 3550 that we are using for routing and switching. The switch has a default gateway to the 192.168.5.x network and is also connected to a PIX and an ASA as shown below in my diagram. PIX 515 ...
I have a Cisco 3550 that I need to set up policy routing on. I enter the command: sh sdm prefer and the switch says it is the default template. We use the switch for access and routing. In order to enable policy routing what setting of SDM do I need?...
I have application that Internet users will connect to on port 5008 that is behind my ASA on the internal LAN. I have added the following lines to the config but I still cannot connect:static (inside,outside) udp <outside_ip> 5008 192.168.5.xx 5008 n...
Hello all,I have created the following config for an ASA 5510. I implemented a DMZ on it. Please let me know if this config is as secure as I can get it. I want the web server in the DMZ to only be able to access port 80 and 1433 on the SQL box insid...
What should the IP address of the AP be then? Suppose I give the AP an IP address of 192.168.75.80 how should the ACL look? Meraki has the following, would I need to allow these? How should the config look? ThanksMeraki APs must be allowed outgoing...
Thank you for your reply. The lines:access-list DMZtoInside extended permit tcp host 192.168.75.5 host 192.168.5.xx eq 1433 access-list DMZtoInside extended deny ip any 192.168.0.0 255.255.255.0 access-list DMZtoInside extended permit ip any any are...
Putting the sever on the same vlan as ASA would probably be best option however the server needs to autenticate against AD and have access to DHCP and serveral other resources on the internal LAN. How would this be set up?