Hi,
I am fairly new to Tiny Core and I would like to install isc-dhcp package to Tiny Core-5.2 in order to have an IPv6 dhcp client. The isc-dhcp package seems to be only available in
http://distro.ibiblio.org/tinycorelinux/3.x/tcz/ and I cannot install it from Internet with 5.2.
I would like to know if it is possilbe to download this package from Internet and install it directly on Tiny Core-5.2.
Finally if this is possible, I would like to know if this solution is still applicable with Tiny Core-5.2
Edit the "/etc/init.d/dhcp.sh" file and commmented out the line with 'udhcpc' and added two new lines after it:
/usr/local/sbin/dhclient -sf /usr/local/sbin/dhclient-script $DEVICE >/dev/null 2>&1 &
/usr/local/sbin/dhclient -6 -sf /usr/local/sbin/dhclient-script $DEVICE >/dev/null 2>&1 &
as described in the following link:
http://vinsworldcom.blogspot.ca/2012/12/testing-dhcpv6.htmlThanks for your help
Stephane