ā01-18-2016 11:38 AM
Hi Folks
I recently acquired an ASA 5508-X for a new build project we are doing in one of our not for profit rest houses.
I knew that there were some differences between the ASA 5505 which I'd used previously but as the 5506 also had the same issues (routed interfaces) I figured I might as well go for the more powerful 5508 (first time Iv'e had a decent budget in years!)
It's taken me a while to find my feet with this but I now have my main network up and running without problems, everything on the inside can reach the outside, and the few things on the outside that are allowed to come inside can come inside.
I have two issues however which I'm struggling to resolve
I'll take point 2 first.
I think that all I need to do is to add the following text and everything should work fine
interface GigabitEthernet1/8
nameif Residents
security-level 50
ip address 192.168.111.254 255.255.255.0
no shut
object network Residents
subnet 192.168.111.0 255.255.255.0
object network Residents
nat (Residents,outside) dynamic interface
I figured that if I used something similar I should be able to allow the WiFi network to communicate with the server.
interface GigabitEthernet1/3
nameif WiFi
security-level 100
ip address 192.168.222.254 255.255.255.0
no shut
object network WiFi
subnet 192.168.222.0 255.255.255.0
object-group network OTHERWiFiLANS
network-object object WiFi
object network WiFi
nat (WiFi,outside) dynamic interface
However that didn't work out quite as I'd hoped so I swapped the nat instruction to the following
object network WiFi
nat (WiFi,inside) dynamic interface
That didn't work either!
I tried adding in same-security-traffic permit intra-interface but I'm not sure if that has any effect unless you have sub interfaces.
So then I tried same-security-traffic permit inter-interface hoping that would solve my problem, sadly it does not and I'm running out of ideas and time!!!
Is there anyone out there who can point me in the right direction?
Cheers
Mick
ā01-19-2016 01:29 AM
Can you show us you server interface.
You probably need to add an access rule. Do you have any existing access-rules?
ā01-21-2016 07:05 AM
Hi
Sorry for the delay in getting back but I had to work on other IT issues...
I managed to fix this with adding the following
forward-reference enable
same-security-traffic permit inter-interface
Cheers
Mick
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide