I'm trying to implement my own routing protocol. I started with Ros and Ruiz's excellent tutorial. I'm trying to get a packet to take the following route: 1.) wireless node 2.) via wireless to base station 3.) via wired connection to wired node
I can get my packets from 1 to 2. I can set up an ftp connection between 2 and 3. I can't get from 1 to 3. When I receive the packet at the base station, I try to forward it to the wired connection. The macTrace shows my base station sending wireless ARP packets to find my base station. It seems to be stuck trying to route it wirelessly rather than through the wired link. How do I force it to forward my wireless packet through the wired link? Thanks, Paul Vincent Craven [EMAIL PROTECTED]
