Jump to content

This is the support site for Andrews & Arnold Ltd, a UK Internet provider. Information on these pages is generally for our customers but may be useful to others, enjoy!

VMG1312-B10A: CLI: Difference between revisions

clean up
mNo edit summary
(clean up)
 
(One intermediate revision by one other user not shown)
The ZyXEL VMG1312 has a web interface and a Command Line Interface (CLI). The CLI can be reached by telnet or ssh. Usually the CLI is not needed to be used as most of the config changes can be done from the Web interface. However, here are some useful commands for the CLI.
 
==== Show the list of commands: ====
?
 
The 'ip6tables' command is available from the shell prompt, but AAISP's config means getting a shell prompt is a little complicated.
 
==== Show running processes and CPU/memory information: ====
top
or
 
 
==== Change LAN address to be 192.168.100.1: ====
lan config --ipaddr primary 192.168.100.1 255.255.255.0
Note: Check your DHCP settings when changing the LAN address, the DHCP range may well change itself when you change the LAN address this way anyway.
ssh -o KexAlgorithms=diffie-hellman-group1-sha1 admin@192.168.1.1
 
[[Category:ZyXEL_VMG1312ZyXEL VMG1312-B10A]]
editor
698

edits