@autodhcp: Difference between revisions
(New page: == Short Description == This program allows you to set up the stack automatically with the IP's it receives from a DHCP server. Link-local is also supported and is used when no DHCP server...) |
Vitalkrilov (talk | contribs) (Added in Network category. Added network applications list.) |
||
(7 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
== Status == | |||
Replaced by [[ZeroConfig]] | |||
== Short Description == | == Short Description == | ||
This program allows you to set up the stack automatically with the IP's it receives from a DHCP server. Link-local is also supported and is used when no DHCP server is available. | This program allows you to set up the stack automatically with the IP's it receives from a DHCP server. Link-local is also supported and is used when no DHCP server is available. | ||
The program will run in background and output information to the debug board. | The program will run in background and output information to the debug board. | ||
== Authors == | == Authors == | ||
Line 9: | Line 11: | ||
== Current status of the program == | == Current status of the program == | ||
DHCP works flawless | |||
== Screenshot == | |||
[[Image:autodhcp.gif]] | |||
Debug output in debugBOARD. | |||
Here you see the link-local service in action. | |||
== TODO == | == TODO == | ||
* colission detection | |||
* full zero-config support | * full zero-config support | ||
== Extra info == | |||
Since this program is a servive (that's why it has an @ in the name), you can make it run when kolibrios boots so it will automattically setup your network connection on boot. | |||
To do so, do the following in kolibrios: | |||
open AUTORUN.DAT with tinypad and add this line: | |||
/sys/@AUTODHCP <NO> 30 # Automated DHCP client by hidnplayr | |||
now, increment the number at the beginning of the file and save it. | |||
{{Network}} | |||
[[Category:Applications]][[Category:Network]] |
Latest revision as of 01:47, 4 April 2022
Status
Replaced by ZeroConfig
Short Description
This program allows you to set up the stack automatically with the IP's it receives from a DHCP server. Link-local is also supported and is used when no DHCP server is available. The program will run in background and output information to the debug board.
Authors
- hidnplayr
- derPENGUIN
Current status of the program
DHCP works flawless
Screenshot
Debug output in debugBOARD. Here you see the link-local service in action.
TODO
- colission detection
- full zero-config support
Extra info
Since this program is a servive (that's why it has an @ in the name), you can make it run when kolibrios boots so it will automattically setup your network connection on boot. To do so, do the following in kolibrios:
open AUTORUN.DAT with tinypad and add this line: /sys/@AUTODHCP <NO> 30 # Automated DHCP client by hidnplayr now, increment the number at the beginning of the file and save it.