cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Who Me Too'd this topic

Access issues "no valid adjacency".

gosborne1969
Level 1
Level 1

Hi I'm running a 5505 version 8.4(2).

Around a month ago i addedd a second interface called inside2.  Everthing was going fine until I needed to expose some websites on the new network to external parties.  If i try to access the sites via my outside interface I see "no valid adjacency" in the log files.  If I run a packet trace from the outside interface to the inside2 interface is see the following...

Type -

NAT

Subtype -

rpf-check

Action -

DROP

Show rule in NAT Rules table.

Config

object network obj_any_inside2
nat (inside2,outside) dynamic interface

Here is the relevant portion of my config...

Result of the command: "sh run"

: Saved

:

ASA Version 8.4(2)

!

interface Ethernet0/0

switchport access vlan 2

!

interface Ethernet0/1

!

interface Ethernet0/2

!

interface Ethernet0/3

!

interface Ethernet0/4

switchport access vlan 15

!

interface Ethernet0/5

switchport access vlan 5

!

interface Ethernet0/6

!

interface Ethernet0/7

!

interface Vlan1

nameif inside

security-level 100

ip address 192.168.57.1 255.255.255.0

!

interface Vlan2

nameif outside

security-level 0

ip address 77.221.164.138 255.255.255.0

!

interface Vlan15

nameif inside2

security-level 75

ip address 192.168.59.1 255.255.255.0

!

object network obj_any

subnet 0.0.0.0 0.0.0.0

object network obj_any_inside2

subnet 0.0.0.0 0.0.0.0

object network webserver16

host 192.168.59.22

object network webserver14

host 192.168.59.19

access-list outside_access extended permit object-group HTTP(S) any object webserver16

access-list outside_access extended permit object-group HTTP(S) any object webserver14

!

object network obj_any

nat (inside,outside) dynamic interface

object network obj_any_inside2

nat (spinsport,outside) dynamic interface

object network webserver16

nat (inside,outside) static 77.221.164.141

object network webserver14

nat (inside,outside) static 77.221.164.142

access-group outside_access in interface outside

access-group global_access global

route outside 0.0.0.0 0.0.0.0 77.221.164.137 1

What exactly am i doing wrong here?

Who Me Too'd this topic