Serial Console connection
- Baudrate 9600
- Data bits 8
- Parity None
- Stop bits 1
- Flow control None
Debug VPN
1 2 3 |
diag vpn ike log-filter dst-addr4 <IP of VPN device> diag debug app ike -1 diag debug enable/disable |
Set static IP via CLI
1 2 3 4 5 |
config system interface edit internal //change internal to the name of the interface you want to change set mode static set ip <IP-address> <subnetmask> end |
Set session time to live for all tcp traffic
1 2 3 |
config system session-ttl set default <ttl value in seconds> end |
Set session time to live for specific protocol
1 2 3 4 5 6 7 8 |
config system session-ttl set default <ttl value in seconds> config port edit <protocol portnumber> set timeout <ttl value in seconds> next end end |
Restore config via TFTP
1 |
execute restore config tftp <file-name_str> <server_ipv4> [<backup-password_str>] |
Backup config via TFTP
1 |
execute backup config tftp <file-name_str> <server_ipv4> [<backup-password_str>] |
Manual setting of master / slave unit
First set the priority to the highest of the unit to be master. (System > Config > HA)
1 2 3 4 5 |
get system ha status (to retrieve the ID of the units) execute manage ha <id> config system ha set override enable end |
Execute this on both units.
After executing, the unit with the highest priority will become master.
Clear DNS cache
1 |
diag test application dnsproxy 1 |