Hi! I have made one ad-hoc network with three mobile nodes all are running with FreeBSD 3.2 and Lucent WaveLan. Brief setup is as follows: x x x (node A) (node B) (node C) B is acting as a router, A and C both have B as a default entry. I also delete C from A's routing table and A from C's routing table so that though they are phically near to each other but are logically apart and forced to go through B. I am doing all these things manually with route(8) command. I want to have one more router "D" and after every t sec I want to change route to D, means route from A to C would be as A -> D -> C not A -> B -> C. I want to know as how can I do this automatically. Any advise will be highly appreciated. Thanks, Harkirat Singh To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message