This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
howto:general:dhcp:multiple_dhcp [2015/05/22 10:32] admin [Multiple DHCP-Server instances] |
howto:general:dhcp:multiple_dhcp [2018/05/24 09:05] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Multiple DHCP-Server instances ====== | ====== Multiple DHCP-Server instances ====== | ||
| - | Having multiple DHCP-Servers running is very useful if you're dealing with VLAN's, [[howto:use_cases:wireless:guest_ap|Guest AP]] or any kind of separating networks from another. To give each Network a different configuration of IP-Addresses, Netmasks or any settings which are provided to the clients by the DHCP-Server.\\ | + | Having multiple DHCP-Servers running is very useful if you're dealing with [[documentation:general:network:vlan_support|VLAN's]], [[howto:use_cases:wireless:guest_ap|Guest AP]] or any kind of separating networks from another. To give each Network a different configuration of IP-Addresses, Netmasks or any settings which are provided to the clients by the DHCP-Server.\\ |
| ===== Overview ===== | ===== Overview ===== | ||
| Line 25: | Line 25: | ||
| <code> | <code> | ||
| uci add dhcp dhcp | uci add dhcp dhcp | ||
| - | uci set dhcp.@dhcp[-1].inderface=guest | + | uci set dhcp.@dhcp[-1].interface=guest |
| uci set dhcp.@dhcp[-1].start=62 | uci set dhcp.@dhcp[-1].start=62 | ||
| uci set dhcp.@dhcp[-1].limit=192 | uci set dhcp.@dhcp[-1].limit=192 | ||