Specifications

VoiceFinder VoIP Gateway Configuration Guide (APOS 2.0) Release Version 3.1
AddPac Technology Co., LTD
- 74 / 416-
the pool name with addpac
model name(config-dhcp-network)# network 10.1.1.0
255.255.255.0
Enter configuration mode of the inside network
model name(config-dhcp-network)#
range 10.1.1.2 10.1.1.11
Specify the usage range of 10.1.1.2 ~ 10.1.1.11 from the inside network
model name(config-dhcp-network)# subnet-mask 255.255.255.0
Specify subnet-mask to be used in the inside network
model name(config-dhcp-network)#
routers 10.1.1.1 Specify
default route to send packet of the inside network
model name(config)# interface FastEthernet 0/0
Enter
configuration mode for interface FastEthernet 0/0
model name(config-if)# ip address 210.98.100.1
255.255.255.0
Allocate the address to FastEthernet 0/0 interface
model name(config-if)# ip nat outside Apply NAT configuration
to FastEthernet 0/0 interface
model name(config-if)# exit Exit FastEthernet 0/0 interface
configuration
model name(config-if)# interface FastEthernet 0/1 Enter
configuration mode of interface FastEthernet 0/1
model name(config-if)# ip address 10.1.1.1 255.255.255.0
Allocate the address to FastEthernet 0/1 interface
model name(config-if)# ip nat inside Apply to NAT configuration
to FastEthernet 0/1 interface
model name# show running-config Display the configuration for NAT
– DHCP
interface FastEthernet0/0
ip address 172.17.213.96 255.255.0.0
ip nat outside
interface FastEthernet0/1
ip address 10.1.1.1 255.255.255.0
ip nat inside
access-list 1 permit 10.1.1.0 0.0.0.255