Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| userdoc:tt-ext-dhcp-server [2013/02/13 16:01] – droemel | userdoc:tt-ext-dhcp-server [2013/03/02 13:51] (current) – droemel | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== DHCP-Server on the external interface (EXTIF) ====== | ====== DHCP-Server on the external interface (EXTIF) ====== | ||
| - | Since AstLinux 1.1.1 there is a simple way to use dnsmasq as a DHCP-server on the external interface (EXTIF), or if you have only one NIC (e.g. in a VM), you need to add the following variable in your '' | + | !!Note: |
| + | |||
| + | There is a simple way to use dnsmasq as a DHCP-server on the external interface (EXTIF), or if you have only one NIC (e.g. in a VM), you need to add the following variable in your '' | ||
| EXTDHCP=" | EXTDHCP=" | ||
| - | If you need a different DHCP range than the default (100-220), you also need add it to your '' | + | If you need a different DHCP range than the default (100-220), you also need add it to your '' |
| DHCPRANGE=" | DHCPRANGE=" | ||
| - | If you need other DHCP values that differ from the defaults, you can add them as usual in '' | + | If you need other DHCP values that differ from the defaults((look at the " |
| dhcp-option=ext, | dhcp-option=ext, | ||
| Line 16: | Line 18: | ||
| If you use the firewall (AIF), you'll need to open the respective ports for the services you'd like to allow\\ | If you use the firewall (AIF), you'll need to open the respective ports for the services you'd like to allow\\ | ||
| - | (e.g. DNS, TFTP, NTP) with "Pass EXT-> | + | (e.g. TFTP, NTP) with "Pass EXT-> |
| \\ | \\ | ||
| - | **Note:** If you need this for an older version of AstLinux, there is also another more **[[userdoc: | + | !!Note -> |
| \\ | \\ | ||