- Get the LLTD Responder source code from http://www.microsoft.com/whdc/rally/rallykit.mspx
- Get and install the cross-compiler for ReadyNAS from http://www.readynas.com/?p=146 if you don't already have it (you can probalby do this on the device too, but some instructions will change)
- Unpack the source (Sample Code directory) to somewhere convenient
- Add another build directory next to the two they provide (native-linux and wrt54g-linux), I called mine readynas-linux
- Put this Makefile (based on a mix of the two provided) in the build directory you just created
- Run make and place the lld2d binary somewhere convenient on the ReadyNAS (I used /usr/local/bin/lld2d, if you put it somewhere else you'll have to adjust the next step a little)
- Add
- Code: Select all
LLD2D!!Link Layer Topology Discovery Responder!!1.0!!start-stop-daemon -S -x /usr/local/bin/lld2d -- eth0!!start-stop-daemon -K -p /var/run/lld2d-eth0.pid
- Code: Select all
LLD2D=1
- If you want a better icon (the default is a router), create a file /etc/lld2d.conf based on the one in Microsoft's src directory that points to an appropriate icon, I "borrowed" icon 300 from Vista's shell32.dll, since I have an old X6 and it looks a little like it
Comments? Questions? Did I do something stupid?



