From: Michael D. S. I. <mi...@ku...> - 2005-01-15 08:41:24
|
<?xml version="1.0" ?><html> <head> <title></title> </head> <body> <div align="left"><font face="Arial"><span style="font-size:10pt">I've gotten my non-anonymous and updated the progress meter to show with 2 decimal places.</span></font></div> <div align="left"><br/> </div> <div align="left"><font face="Arial"><span style="font-size:10pt">I'm now looking at adding a dhcp option. </span></font></div> <div align="left"><font face="Arial"><span style="font-size:10pt">I've seen that there is a newer version of busybox that now has a dhcp option, but in running it, it tries to access a script that isn't there. I've found a way to get it to work in a limited fashion.</span></font></div> <div align="left"><br/> </div> <div align="left"><font face="Arial"><span style="font-size:10pt">ifconfig eth0 `busybox udhcpc | grep Lease | cut -v 16-29` up</span></font></div> <div align="left"><br/> </div> <div align="left"><font face="Arial"><span style="font-size:10pt">That will bring up the eth0 interface, and assign the ip address that the dhcpd gives, but with just the default mask and broadcast.</span></font></div> <div align="left"><br/> </div> <div align="left"></div> </body> </html> |