cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
341
Views
0
Helpful
3
Replies

Forwarding http to a single server

0rsnaric
Level 1
Level 1

I would like to intercept all http and https traffic at the external interface on an ASA 5510 and forward it to a single server on the internal interface.  I thought I could do this with static entries, but I seem to be able to only do 1 entry per server.


Can somebody tell me if this is possible, and if so, how?

Thanks!

3 Replies 3

Nagaraja Thanthry
Cisco Employee
Cisco Employee

Hello,

Are you trying to pass port 80 and port 443 traffic to a single port

(assuming port 80) on the inside? If that is the case, it is not possible in

pre-8.3 code version. If you are running 8.3, then it can be done.

Object network WebServer

Host

Object service Web

Service tcp source eq 80

Object service SecureWeb

Service tcp source eq 443

Nat (inside,outside) source static WebServer WebServer_public service Web

Web

Nat (inside,outside) source static WebServer WebServer_public service Web

SecureWeb

Hope this helps.

Regards,

NT

Jennifer Halim
Cisco Employee
Cisco Employee

No, you can't forward all HTTP or HTTPS traffic from external interface towards 1 single server. ASA supports URL filtering with N2H2 or Websense. ASA also supports WCCP, however, only if the WCCP server is in the same subnet as the traffic to be inspected.

Hope that answers your question.

Okay, thanks guys.

I have about 6 URLs that I want to intercept and pass to a single page temporarily.  I think I'm just going to create 6 web servers on an IIS server, each listening on a different port but pointing to the same index.html.  Then I'll do static mappings from the public addresses to the single private address with port translating.

Kind of cumbersome, but it appears to be a workable solution.

~r

Review Cisco Networking products for a $25 gift card