Dhcp Server - Planet GRT-101 User Manual

G.shdsl bridge/router
Hide thumbs Also See for GRT-101:
Table of Contents

Advertisement

PLANET Technology Corp.
GRT-101 User's Manual
admin# setup ip_share pat modify 1 server 192.168.0.2 80
admin# setup ip_share pat modify 1 protocol TCP
admin# setup ip_share pat modify 1 name httpd
admin# setup ip_share pat modify 2 interface 1
admin# setup ip_share pat modify 2 port 25
admin# setup ip_share pat modify 2 server 192.168.0.3 25
admin# setup ip_share pat modify 2 protocol UDP
admin# setup ip_share pat modify 2 name mail
To show the configuration, use the list command:
admin# setup ip_share pat list
Note: The maximum number of service mapping supported by GRT-101 is 10.
To save your changes, enter:
admin# write

3.11.4 DHCP server

The DHCP server application automatically assigns IP addresses to DHCP
clients. Follow the steps below to enable the DHCP applications. The example
sets a DHCP server, which could service 50 DHCP clients. The available IP
addresses for DHCP clients are located from 192.168.0.2 to 192.168.0.51. In
this example, the LAN environment is configured with gateway of 192.168.0.1
and subnet mask of 255.255.255.0. The IP address of 168.95.1.1 is set as a
DNS server.
admin# setup dhcp generic active Enable
admin# setup dhcp generic ip_range 192.168.0.2 50
admin# setup dhcp generic gateway 192.168.0.1
admin# setup dhcp generic netmask 255.255.255.0
admin# setup dhcp generic name_server1 168.95.1.1
In most applications, the value of gateway IP address is the same as the LAN
IP address of GRT-101. The value of name server IP address should point
- -
50

Advertisement

Table of Contents
loading

Table of Contents