ACM Installation and Operations Guide
Rev 3 Nov 17
20
4119855
INSIDE Interface IP Address
To change the IP address of the INSIDE interface, use the following commands.
Note: The default IP address must also be deleted as shown below.
admin@ACM:~# delete interfaces Ethernet eth1 address
10.99.0.1/24
admin@ACM:~# set interfaces ethernet eth1 address
<LAN-IP-ADDRESS/SUBNET-BITMASK>
admin@ACM:~# commit
INSIDE Routing Information IP Address
To specify how VPN traffic will be routed from the ACM to the enterprise network
application servers (only if intermediate routers exist) use the following
commands:
admin@ACM:~# set protocols static route <ENTERPRISE-
NETWORK/MASK> next-hop <NEXT-HOP-IP-ADDRESS>
DNS Server
To change the DNS server, use the following commands:
admin@ACM:~# set system name-server <DNS-IP-ADDRESS>
admin@ACM:~# commit