cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
978
Views
0
Helpful
7
Replies

Routing Http flow on two different interfaces

alihabb2012
Level 1
Level 1

                   Hello guys,

I use 3 interfaces on an ASA 5510. First interface is Lan, Second interface is Outside, Third interface is ADSL

The Outside interface is used for VPN L2L and smtp traffic. (Leased line on router managed by ISP)

The Adsl interface is used for Http traffic. (Adsl Cisco router)

I use this configuration found on another forum subjet for routing.

route outside 0.0.0.0 0.0.0.0 x.x.x.x 1
route adsl 0.0.0.0 0.0.0.0  y.y.y.y 2

nat (inside) 1 0 0
global (outside) 1 interface
global (Adsl) 1 interface

static (Adsl,inside) tcp 0.0.0.0 www 0.0.0.0 www netmask 0.0.0.0

The problem is now I have an www intranet server on the VPN remote site.

How i can exempt the http traffic to the intranet server routed through Adsl interface?

Any help would be greatly appreciated.

Ali

7 Replies 7

Can you prepare a little diagram for what exactly you want to achieve?

Hello Karsten,

I hope it is more clear with this diagram.

Thanks

alihabb2012
Level 1
Level 1

If there is only the remote-site reachable through the outside-interface, you should remove the outside-default-route and replace it with the dedicated route to the remote-network.

I use the outside interface for Smtp and all other traffic

Then you need something like policy-based routing. But that's not available on the ASA. An IOS-router could do that.

There is not another way?