beautypg.com

Trango Broadband High Density Mesh System User Manual

Page 32

background image

HD Mesh Node

Trango Broadband Wireless — High Density MESH

page 32


Configuring DHCP Server via CLI Setup


Following the menu option the following information will need to be provided in order to create the

DHCP Server

• DHCP server interface:

• DHCP address space:

• gateway for DHCP network:

• DHCP

relay

• addresses to give out:

• DNS servers:

• lease time:

Example of a configured DHCP server.
+ s - setup dhcp server

p - setup pppoe client

t - setup pptp client

* x - exit menu

your choice: s

dhcp server interface: ether6

dhcp address space: 192.168.0.0/24

gateway for dhcp network: 0.0.0.1

dhcp relay: 0.0.0.0

addresses to give out: 0.0.0.2-255.255.255.254

dns servers: 192.168.1.1,10.8.0.2

lease time: 3d

#Adding DHCP server IP address pool

/ip pool add name=dhcp-pool-1 ranges=0.0.0.2-255.255.255.254

#Adding DHCP network

/ip dhcp-server network add address=192.168.0.0/24 \

dns-server=192.168.1.1,10.8.0.2 gateway=0.0.0.1 comment="added by setup"

#Adding DHCP server

/ip dhcp-server add interface=ether6 address-pool=dhcp-pool-1 \

lease-time=3d00:00:00 disabled=no

r - reset all router configuration

+ l - load interface driver

+ a - configure ip address and gateway

+ d - setup dhcp client

+ s - setup dhcp server

p - setup pppoe client

t - setup pptp client

* x - exit menu

your choice: x

[Safe Mode released]

Setup completed successfully.

[admin@HDMESH] >