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.
- make a pool with my static IPs provided by my ISP
- have to forward those packets only which are only for rapidshare to my static IP pool
- 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.