WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: PPPD and RADVD extensions  (Read 2141 times)

Offline bonbob

  • Jr. Member
  • **
  • Posts: 99
PPPD and RADVD extensions
« on: August 12, 2017, 12:01:33 PM »
I interesting in TCL as alternative OS for routers. It's tiny and easy to understand, easy to use and easy to change for own purposes. For example i placed TCL with all needed extensions on 64Mb MMC card. (iproute2, iptables, dnsmasq, bftpd, openssh, pppd, hostapd, net-bridging, wireless-support, web-server.. etc)
But there are some "tcz-holes" for building router OS. Many extensions is outdated.
Thanks to Juanito hostapd was updated to latest version. Unfortunately TCL still have no fully IPv6 support in PPPD. So i offer two TCZ renews.
pppd v. 2.4.7 http://tinycorelinux.sytes.net/tcz/pppd.zip with IPv6 support (i have check on PPPoE)
radvd v. 2.17  http://tinycorelinux.sytes.net/tcz/radvd.zip - Router advertisement daemon. It something like DHCP-server for IPv6, but more simple and usable.
For future it good to update Samba to version 4.  ::)

P.S. It's all for 32bit ver 8.x
« Last Edit: August 12, 2017, 12:22:50 PM by bonbob »

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: PPPD and RADVD extensions
« Reply #1 on: August 12, 2017, 12:51:58 PM »
Could you please submit the extensions as per the instructions in the wiki

Offline bonbob

  • Jr. Member
  • **
  • Posts: 99
Re: PPPD and RADVD extensions
« Reply #2 on: August 12, 2017, 01:11:09 PM »
I have followed by this http://wiki.tinycorelinux.net/wiki:creating_extensions as you adviced. Or i try to do this. You can check this extensions, or will make the same by yourself. I believe, you can do it better than i. Because i am just learning to make an *.tcz extensions. :)

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: PPPD and RADVD extensions
« Reply #3 on: August 12, 2017, 01:17:11 PM »
What I meant was please send the extensions to the email address mentioned in the wiki article 🙂

Offline bonbob

  • Jr. Member
  • **
  • Posts: 99
Re: PPPD and RADVD extensions
« Reply #4 on: August 12, 2017, 02:59:29 PM »
submitqc say
 
Code: [Select]
pppd.tcz library inclusion disabled on commandlinewhat does it mean?

Offline polikuo

  • Hero Member
  • *****
  • Posts: 714
Re: PPPD and RADVD extensions
« Reply #5 on: August 12, 2017, 11:06:16 PM »
submitqc say
 
Code: [Select]
pppd.tcz library inclusion disabled on commandlinewhat does it mean?

submitqc has dep check function, but it's disabled by default.
try
Code: [Select]
submitqc --libs

Offline bonbob

  • Jr. Member
  • **
  • Posts: 99
Re: PPPD and RADVD extensions
« Reply #6 on: August 13, 2017, 01:18:47 AM »
With this option submission for pppd and radvd has passed.

Code: [Select]
submitqc: All extensions passed! Ready for submission.