ENGLISH
15
Set Static IP with Public DHCP
To set a static IP address with a
p
ublic DHCP server, enter the following
commands:
Change the settings according to the information provided by your ISP or
network administrator.
> defaults
> ip_sharing false
> dhcp_enable true
> dhcp_server 10.13.17.1 255.255.255.0
> dhcp_pool 10.13.17.2 20
> static_ip 10.13.17.1 255.255.255.0
> dns_server 172.21.3.88 172.23.5.1 172.23.5.2
> rip_enable true
> rip2_md5 true
> rip2_keyid 1
> rip2_keystr david
> save
> reset