static route for rapidshare

hello
I have got peer to peer IP from my ISP for my wan and also got 32 static IP which i can use on my lan side. I have masquerade here several blocks of fake IP for my Local Lan user. Every thing is working fine. But we my users are going to download something from rapidshare they had to wait for the mentioned time as all the Local users are using same static IP. so is there any way to avoid this situation for my local lan user. So i need to do the following.

  1. make a pool with my static IPs provided by my ISP
  2. have to forward those packets only which are only for rapidshare to my static IP pool
  3. make a routing for the packets who are going to rapidshare so that they can take a random IP from the static IP pool.


    Can anyone help me to do this.


    Thanks in advance.

anybody there to help me out :frowning:

use mangle (content=rapidshare.com and mark routing) and force routing via ip route.

regards

thanks for your reply. But as i mentioned I got 16 IP from my isp. So i was just trying to make a pool with those 16 IP. after marking the packet which are for rapidshare i want to force route those packet with that pool.


Is it possible



thanks again

regards
mmi

try in src-NAT rule set to-addresses=1.1.1.1-1.1.1.16

thank u chupaka. I am checking it.