Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Cisco > Tcp port redirection

Reply
Thread Tools

Tcp port redirection

 
 
ChuckNNTP
Guest
Posts: n/a
 
      12-02-2004
We are currently running a cisco 7206VXR router which
connects our organization to the Internet. IOS version is
12.2(19a). Only two interfaces in use, one to the external
internet link, and one to our internal network.

At present, when we detect a user's computer is infected w/
a virus or worm, we create an ACL entry that denies any IP
ingoing or outgoing to their IP address (one entry in the
inside and outside ACLs respectively). This ACL entry
occurs after explicit allow entries to windows update sites
and virus/worm control sites so the users can still get out
and update/dis-infect their computers, but can't go anywhere
else on the internet.

My question is, using the least amount of router CPU
possible, what is the best way to add a port 80 re-direct
entry right before their deny all IP entry? In other words,
at present, the user may not know why they can't get to any
web pages (or AIM, FTP, etc). This results in a help desk
call, and the helpdesk person has to tell them they have
been quarantined, and how to fix it. I'd like for any
outgoing destination port 80 traffic from the infected user
to be redirected to a machine on the inside which tells them
that they are quarantined and what to do about it. I've
seen a few ways I might be able to do this with IOS,
including one that requires an upgrade to 12.3 (SSG
related), but I thought I'd ask in case anyone has done
something similar.

Thanks in advance!
 
Reply With Quote
 
 
 
 
Ben
Guest
Posts: n/a
 
      12-02-2004
ChuckNNTP wrote:
> We are currently running a cisco 7206VXR router which
> connects our organization to the Internet. IOS version is
> 12.2(19a). Only two interfaces in use, one to the external
> internet link, and one to our internal network.
>
> At present, when we detect a user's computer is infected w/
> a virus or worm, we create an ACL entry that denies any IP
> ingoing or outgoing to their IP address (one entry in the
> inside and outside ACLs respectively). This ACL entry
> occurs after explicit allow entries to windows update sites
> and virus/worm control sites so the users can still get out
> and update/dis-infect their computers, but can't go anywhere
> else on the internet.
>
> My question is, using the least amount of router CPU
> possible, what is the best way to add a port 80 re-direct
> entry right before their deny all IP entry? In other words,
> at present, the user may not know why they can't get to any
> web pages (or AIM, FTP, etc). This results in a help desk
> call, and the helpdesk person has to tell them they have
> been quarantined, and how to fix it. I'd like for any
> outgoing destination port 80 traffic from the infected user
> to be redirected to a machine on the inside which tells them
> that they are quarantined and what to do about it. I've
> seen a few ways I might be able to do this with IOS,
> including one that requires an upgrade to 12.3 (SSG
> related), but I thought I'd ask in case anyone has done
> something similar.
>
> Thanks in advance!


Interesting question! You might be able to just policy-route (routing
based on source not destination) that user's ip direct to your internal
web server.

I think in apache (not sure about MS) you can configure the webserver to
accept requests to any ip address so you would not have to rewrite the
packet, just redirect it.

You would obviously have to configure the web server to respond with the
right page regardless of what page the user has requested.
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
send tcp raw socket (bogus tcp header length) Tiger C Programming 5 05-01-2006 05:53 AM
tcp/ip vs microsoft tcp/ip ver 6 john Computer Support 1 08-05-2005 02:45 PM
NAT two outside TCP ports to one inside TCP port Kevin Cisco 1 11-10-2004 08:15 AM
Secure and compressed TCP/IP connection (for any TCP/IP services and applications) Pavel Aronovich Computer Security 0 02-22-2004 08:35 AM
LPR/Standard, TCP/IP, HP TCP/IP Ports DJ Chiro MCSE 1 11-07-2003 08:06 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57