in the basic setup group, you can change the administrator password and ip configuration of lan interface, also local dhcp server settings.

configuration
click administrator password setup, the following screen will open.
一、changing the administrator password
for security reasons, we strongly recommend that you set an administrator password for the router. on first setup the router requires no password. if you don’t set a password the router is open and can be logged into and settings changed by any user from the local network or the internet.

old password: enter an current administrator passowrd. if this is the first time to set a password, leave this field blank.
new password: enter an new administrator password.
retype new password: type the new password again for confirmation.
click ok.
二、configuring lan ip address
there are two sets of ip address settings for the lan interface. the 1st ip address/ netmask is for private users or nat users, and the 2nd ip address/netmask is for public users. to allow public users requires you to have subscribed to a globally reachable subnet from your isp.
for example, for some dsl accounts, the isp will assign a few public ip addresses for your local network usage. you could use one ip address for your router, and the 2nd ip address/netmask should be configured with the public ip address. other local pcs should set the router ip address as the default gateway. when the dsl connection to the isp has been established, each local pc will direct route to the internet. also, you could use the 1st ip address/netmask to connect to other private users (pcs). these ip addresses of the users will be translated to the 2nd ip address by the router and sent out via the dsl connection.

for nat usage: (default: always enable)
1st ip address: private ip address for connecting to a local private network (default: 192.168.1.1).
1st subnet mask: netmask for the local private network (default: 255.255.255.0/24).
for ip routing usage: (default: disable)
enable: enables the 2nd ip address settings.
disable: disables the 2nd ip address settings.
2nd ip address: sets a public ip address.
2nd subnet mask: sets a netmask for the public ip address.
三、configuring dhcp server
rip protocol control:
disable: disables rip packets exchange on lan interface.
1st subnet: sets the 1st subnet to exchange rip packets with neighbor routers connected to lan interface.
2nd subnet: sets the 2nd subnet to exchange rip packets with neighbor routers connected to lan interface.
dhcp stands for dynamic host configuration protocol. it can automatically dispatch related ip settings to any local user configured as a dhcp client.

activate: (default: yes).
yes: enables the dhcp server.
no: disables the dhcp server.
start ip address: sets the start ip address of the ip address pool.
ip pool counts: sets the number of ips in the ip address pool.
gateway ip address: sets the gateway ip address for the dhcp server. usually, it should be same as 1st ip address when the router works as a default gateway.
dns server ip address: (default: none).
dns stands for domain name system. every internet host must have a unique ip address, also they may have a human friendly, easy to remember name such as www.yahoo.com. the dns server converts the user friendly name into it’s equivalent ip address.
primary ip address: sets the ip address of the primary dns server.
secondary ip address: sets the ip address of the secondary dns server.
if both the primary ip and secondary ip address fields are left blank, the router will assign its own ip address to local users as a dns proxy server and maintain a dns cache. if the ip address of a domain name is already in the dns cache, the router will resolve the domain name immediately. otherwise, the router forwards the dns query packet to the external dns server by establishing a wan (e.g. dsl/cable) connection.