I need to create a static route from 192.168.13/24 to go to 192.168.0.210. Here is the scenario. I have two VLAN's. On vlan id1 the ip range is 192.168.0.0/24. On vlan id3 the ip range is 192.168.13.0/24. The asa is on vlan id and it's ip address is 192168.0.1. I also have a layer 3 switch on vlan id 1. It's ip address is 192.168.0.210. I also have an access point that has two SSID's. When clients connect to SSID 1 their connected to vlan id 1. When connected to SSID 2 their connect to vlan id3. My goal is to have users who connect to SSID 2 to be connected to vlan 3 (this already works). The switch is setup to send all traffic from vlan id 3 that has requests to ip addresses outside of 192.168.13/0 to be routed to 192.168.0.1. This being my ASA. Now I need a way to the traffic to come back in... This being the static route I mentioned above...
Below is the command I used, however, I get the error that is below it...
route inside 192.168.13.0 255.255.255.0 192.168.0.210 1
here's the error:
Denied inbound UDP from 68.87.68.162/53 to 192.168.3.11
What should I change?
Start Free Trial