Chapter 44 File Manager
These files have the same syntax, which is also identical to the way you run CLI commands manually. An example is shown below.
Figure 527 Configuration File / Shell Script: Example
#enter configuration mode configure terminal
#change administrator password
username admin password 4321
#configure dmz interface dmz
ip address 172.23.37.240 255.255.255.0 ip gateway 172.23.37.254 metric 1 exit
#create address objects for remote management /
#use the address group in case we want to open up remote management later
#enable Telnet access (not enabled by default, unlike other services)
ip telnet server
#open
sourceip TW_TEAM service TELNET action allow exit
write
While configuration files and shell scripts have the same syntax, the ZyWALL applies configuration files differently than it runs shell scripts. This is explained below.
Table 248 Configuration Files and Shell Scripts in the ZyWALL
Configuration Files (.conf) | Shell Scripts (.zysh) | ||
• Resets to default configuration. | • | Goes into CLI Privilege mode. | |
• | Goes into CLI Configuration mode. | • | Runs the commands in the shell script. |
• | Runs the commands in the configuration file. |
|
|
|
|
|
|
You have to run the example in Figure 527 on page 706 as a shell script because the first command is run in Privilege mode. If you remove the first command, you have to run the example as a configuration file because the rest of the commands are executed in Configuration mode.
Comments in Configuration Files or Shell Scripts
In a configuration file or shell script, use “#” or “!” as the first character of a command line to have the ZyWALL treat the line as a comment.
Your configuration files or shell scripts can use “exit” or a command line consisting of a single “!” to have the ZyWALL exit sub command mode.
706 |
| |
ZyWALL USG 100/200 Series User’s Guide |
| |
|
|
|