WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Terminal Server no DHCP  (Read 9124 times)

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10974
Re: Terminal Server no DHCP
« Reply #15 on: September 21, 2012, 06:43:09 AM »
Using other servers is outside the scope of the script. If one wants to set up custom infra, it's quite possible, the script is just an example of how it works.

Quote
Im not following you whats working? *GG

You posted above:
Quote
i just ran it with your info in mind it was a "coincidence" it all "fitted" my setup.

I understood that as you tried again, and it "fitted" = worked.
The only barriers that can stop you are the ones you create yourself.

Offline ananix

  • Full Member
  • ***
  • Posts: 174
Re: Terminal Server no DHCP
« Reply #16 on: September 21, 2012, 06:52:08 AM »
I totaly respect your definetion of the scope of the script but to me it seems dhcp and pxe is two features one should be able to run with out the other. Writing this i understand in my mindset im moving more towards a DHCP with PXE feature "wizard" script rather than a "Terminal Server".
I also totaly understand now that its a "program" to show the power of TCL and not really a part of TCL itself as a linux core :) and as such its great, with a few already mentioned changes, most importenly new syntakts for udhcp.conf

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: Terminal Server no DHCP
« Reply #17 on: September 21, 2012, 06:54:03 AM »
There is nothing stopping you from using alternate tools if you don't like the busybox tools that are included.
Personally, I use dnsmasq.

Offline ananix

  • Full Member
  • ***
  • Posts: 174
Re: Terminal Server no DHCP
« Reply #18 on: September 21, 2012, 09:51:37 AM »
Sorry gerald i dont get it, can you single out an issue :/
I did not know busybox provides a dhcp server.
The tools and setup "terminal server" script uses really seems perfect to me and i was thinking of adopting the idea adding the the things i mentioned here. Im gonna write it from scratch though.
Im already working on similar cpanel invoked scripts for
mysql
apache
iptables
vsftpd
samba

The sudden need for a dhcp server and urge to try tcl pxe boot made me want a dhcp script too. All for my own distro as i do not such scripts my self. If you wanna you can see the unreleased and unorficial site here aoit.dk/aoit/acore.html

Im very interrested in sparing about dhcp tools as i have been using M$ dhcp all my life and know nothing else since i have only worked enterprises. Thats also why it did not come to me before one would want that in my distro :)
« Last Edit: September 21, 2012, 10:12:53 AM by ananix »

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11282
Re: Terminal Server no DHCP
« Reply #19 on: September 21, 2012, 09:56:38 AM »
Hi ananix
If you enter  busybox  in a terminal, it will list what it provides.

Offline ananix

  • Full Member
  • ***
  • Posts: 174
Re: Terminal Server no DHCP
« Reply #20 on: September 21, 2012, 10:01:00 AM »
For now dnsmasq is not what i want just checked, its out side the scope of my script ;) but thanks alot for the surgestion now i know about that too if im gonna need it :)

Offline ananix

  • Full Member
  • ***
  • Posts: 174
Re: Terminal Server no DHCP
« Reply #21 on: September 21, 2012, 10:05:37 AM »
i see... a udhcp server and client i never knew.. does all unix'ses have this in their "system tool box"? [ No it seems to be for embedded devices and then adopted by busybox due to the nature of it.]
it also makes me wonder why did i need to install dhcpd, like it made curaga wonder.... and i know understand why it made curaga wonder :)
« Last Edit: September 22, 2012, 02:03:00 AM by ananix »

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10974
Re: Terminal Server no DHCP
« Reply #22 on: September 24, 2012, 11:33:34 AM »
Please retry with 4.6.2.
The only barriers that can stop you are the ones you create yourself.

Offline ananix

  • Full Member
  • ***
  • Posts: 174
Re: Terminal Server no DHCP
« Reply #23 on: September 24, 2012, 12:30:11 PM »
Sorry for not adding version info, but i think you are right its not 4.6.2 could be as low as 4.5.6
Ill let you know when i have tried with 4.6.2
thanks