Traffic Control in Linux

We are simulating a network using linux boxes and i needed information on the tc kernel modules.

we needed to insert delay and simulate packet loss using tc.

we also need to configure the linux box to route packets coming from a particular IP to a specific IP.
We are doing this for our final year engineering project and are stuck at this point and would really appreciate your help.
 
>>we also need to configure the linux box to route packets coming from a particular IP to a specific IP.

I guess, you could read the 'source ip address' of one packet and then modify it using the appropriate conditional statements.

Which language are you using? and btw you are 17 and already in final year engineering :O?
 
Back
Top