“@autodhcp”的版本间差异

来自KolibriOS wiki
跳到导航 跳到搜索
(moved @autodhcp to @autodhcp/en
(moved @autodhcp/en to @autodhcp over redirect: oops.. undo)
(没有差异)

2010年4月3日 (六) 17:58的版本

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

Autodhcp.gif

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.