Please note that these commands are for command line, if you are using the terminal tab on the web-interface, omit the 'pal-' section of these commands.
To increase the timeout when using the command line.
pal-set-sys-stimeout 300
The following commands will configure the uplink ports GbE 1 and GbE 2, which are the most common way our devices are configured.
pal-set-sys-ip GbE <IPADDRESS> <NETMASK> <BROADCAST>
eg. pal-set-sys-ip GbE 192.168.100.50 255.255.255.0 192.168.100.255
To setup the gateway, most commonly the GbE is used:
pal-set-sys-gateway {GbE/mgmt} <GATEWAY>
eg. pal-set-sys-gateway GbE 192.168.100.5
To setup the date:
pal-set-sys-date {YYYY-MM-DD}
eg. pal-set-sys-date 2026-01-15
To setup the time:
pal-set-sys-time {HH:MM}
eg. pal-set-sys-time 15:30
To save the configuration
pal-conf-save
Comments
0 comments
Article is closed for comments.