27
Tahoe 4681 (4-port G.shdsl.bis/FastEthernet modem card)
dhcp add network <name>
Adds a new physical network connected to the modem’s interface. ere should be the same
number of networks and interfaces. e interface name will be assigned automatically aer
adding the IP subnets.
Tahoe> dhcp add network lan
dhcp add subnet <name> <network> <address> <netmask>
Adds a IP subnet to a given network. For each IP subnet connected to the LAN or WAN in-
terface an DHCP subnet should be added (with the same IP addresses, as configured on each
of the interfaces). Moreover additional IP subnets may be added – those which are not set up
on any of the interfaces, but do exist in the same physical network or behind a DHCP relay:
Tahoe> dhcp add subnet local lan 10.0.0.0 255.0.0.0
dhcp add host <name> < MAC address> <IP ad d ress>
Adds a static connection between hardware (MAC) and IP addresses. e IP address must
belong to one of the configured subnets. Only this IP address will be assigned to the given
MAC address:
Tahoe> dhcp add host server 00:50:13:2e:15:ca 10.0.0.5
dhcp add range <start address> <end address>
Adds an IP address range, from which addresses will be assigned to the network stations. e
address range must be contained inside one of the subnets:
Tahoe> dhcp add range 10.0.0.5 10.0.0.37
e DHCP server wil automatically decide to which subnet that IP address range belongs.
dhcp add option <option> <value>
Adds a global DHCP option sent to the requesting station. Available options are:
routers – network gateways (usually the gateways should be separate for each subnet, so
they shouldn’t be defined globally)
domain-name – domain name
domain-name-servers – DNS addresses
filename – name of the file containing the operating system
next-server – server from which the mentioned above file will be downloaded using TFTP
protocol