ENGLISH
17
Set Static IP with NAT and Private DHCP
To set a static IP address with NAT and a private 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 192.168.1.1 255.255.255.0
> dhcp_pool 192.168.1.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