Difference between revisions of "Network customizations"
From Amahi Wiki
Line 5: | Line 5: | ||
This network daemon can de customized by advanced users. Configuring things improperly can yield an invalid configuration and a broken DNS, DHCP or network subsystem. | This network daemon can de customized by advanced users. Configuring things improperly can yield an invalid configuration and a broken DNS, DHCP or network subsystem. | ||
− | The followind settings can be set in customized in /etc/hdactl.conf | + | The followind settings can be set in customized in <code>/etc/hdactl.conf</code> |
* DEVICE: set it to eth1 to make services attach to eth1 (default: eth0) | * DEVICE: set it to eth1 to make services attach to eth1 (default: eth0) |
Revision as of 08:59, 16 April 2011
WARNING: This page needs some proper documentation and it's for advanced users
Amahi has a daemon that helps configure the network settings. It's called hdactl.
This network daemon can de customized by advanced users. Configuring things improperly can yield an invalid configuration and a broken DNS, DHCP or network subsystem.
The followind settings can be set in customized in /etc/hdactl.conf
- DEVICE: set it to eth1 to make services attach to eth1 (default: eth0)
- NETMASK_SIZE: number of bits in the netmask (default: 24 ... i.e. 255.255.255.0)
- NET_START: what's the start of your network, passed into the acl trusted group (defaults to 0)
- DYN_LO: low end of the dynamically allocated DHCP range (defaults to 100)
- DYN_HI: high end of the dynamically allocated DHCP range (defaults to 254)