SoFunction
Updated on 2025-04-11

Typical configuration method for AR28/AR46 series routers using address pool method to do nat

Intranet users access the Internet through the router's NAT address pool conversion
Brothers who need it, please see it yourself. In fact, a very simple configuration is completed with a nat!
#

sysname RouterA

#

nat address-group 0 202.1.1.3 202.1.1.6

#

radius scheme system

#

domain system

#

acl number 2000

rule 0 permit source 192.168.0.0 0.0.0.255

rule 1 deny

#

interface Ethernet0/0

ip address 202.1.1.2 255.255.255.248

nat outbound 2000 address-group 0

#

interface Ethernet0/1

ip address 192.168.0.1 255.255.255.0                                                                                                              �

#

interface NULL0

#

ip route-static 0.0.0.0 0.0.0 202.1.1.1 preference 60   /Configure the default routing/

#

user-interface con 0

user-interface vty 0 4

#

return