Change password
hillstone# configure
hillstone(config)# admin user hillstone
hillstone(config-admin)# password YOURPASSWORD
Enable Services
hillstone# configure
hillstone(config)#interface ethernet0/0
hillstone(config-if-eth0/0)# manage https
hillstone(config-if-eth0/0)# manage ssh
hillstone(config-if-eth0/0)# manage snmp
hillstone(config-if-eth0/0)# end
Define Services
hillstone# configure
hillstone(config)# service MYSSH
hillstone(config-service)# tcp dst-port 8800
DNAT
hillstone# configure
hillstone(config)# ip vrouter trust-vr
hillstone(config-vrouter)# dnatrule from any to 35.11.24.23(YOUR WAN PORT IP ADDRESS) service MYSSH trans-to 10.0.2.209 (YOUR INTERNAL SERVER IP) port 22
SNAT
hillstone# configure
hillstone(config)# ip vrouter trust-vr
hillstone(config-vrouter)# snatrule from 10.0.2.209/24 to any service any eif ethernet0/0 (WAN_interface) trans-to eif-ip mode dynamicport