I have two networks connected to the LAN interface of my ASA5510.
Network 1: 192.168.254.0/24 connected to a switch for all computers in the building. Network 2: 192.168.252.0/24 is connect via a wireless bridge. The wireless device in building A has an IP address of 192.168.254.253. The other end of the link has the IP 192.168.252.254.
In the ASA I added a static route for 192.168.252.0 to go through 192.168.254.253. I've enabled the setting in ASDM under "interfaces" for multiple networks on the same interface to be allowed to communicate.
The problem is that even though I can ping either way between networks, NOTHING else works. (RDP, Exchange, etc). I can make individual computers in the 192.168.254.0/24 network work if on the specific computer I add "route add 192.168.252.0 mask 255.255.255.0 192.168.254.253" But if I try setting up "route add 192.168.254.0 mask 255.255.255.0 192.168.252.254" on the network in building B, it doesn't work.
Oddly enough, the computers in building B can get out to the internet just fine and the internet can get into the ports I have open for building B.
Where am I going wrong here? What additional info do you guys need? Thanks.