![Paradyne Hotwire 6211 Command Manual Download Page 32](http://html.mh-extra.com/html/paradyne/hotwire-6211/hotwire-6211_command-manual_753976032.webp)
6211-I1 ADSL2+ Router Command Line Interface User’s Guide
32
Commands
None.
Options
pid...
Specifies the list of processes that kill should signal.
-signal
Given as a signal name or number.
-l
Lists all signal names and numbers.
Examples
Terminate the process with pid 120.
kill 120
Send the KILL signal to the process with pid 120.
kill -SIGKILL 120
List all signal names and numbers.
kill -l
lan
Name
lan Lets you configure the IP layer for the LAN interfaces.
Synopsis
lan config [--ipaddr <primary|secondary> <IP address> <subnet mask>]
[--dhcpserver <enable|disable>]
lan delete -ipaddr <primary|secondary>
lan show [<primary|secondary>]
lan --help
Description
The lan command is used to configure the IP layer data for the primary and secondary LAN interfaces. A LAN
interface is a logic interface toward the IP stack from the Bridge module. Both primary and secondary LAN
interfaces share the same MAC address from the physical Ethernet port. This utility can:
Configure the IP address and subnet mask for the primary LAN interface. It can be either a private or a
public IP address.
Configure the IP address and subnet mask for the secondary LAN interface. Network Address Translation
(NAT) is not supported on the secondary LAN interface. Only a public IP address is allowed.
Enable or disable the DHCP server on the primary LAN interface. The DHCP server is not supported on the
secondary LAN interface.
Display configuration data for the primary and secondary LAN interfaces.
Display usage.
All information is displayed to stdout. A program or shell script that calls this utility can redirect stdout to a file
and then parse the file in order to interpret the displayed output.