|
NAMEmoprc - MOP Remote console requestorSYNOPSISmoprc [options] <nodename>|<MAC Address>DESCRIPTIONmoprc allows a system administrator to connect to MOP console devices (usually terminal servers) and log into them to issue commands remotely. It is the equivalent of "NCP CONNECT NODE" or "SET HOST/MOP" on VMS.The node maybe specified as a MAC address in Unix format (ie as 6 pairs of hex digits seperated by colons) or as a name that appears in /etc/ethers. You will need to be root or have privileges to use moprc. OPTIONS
EXAMPLESmoprc ds200moprc -i eth1 08:00:2B:2B:AD:99 ENVIRONMENT VARIABLESMOPRC_INTERFACE defines the default interface to use if not specified on the command line. If not present the interface "eth0" will be used.BUGSOn Darwin you cannot specify an ethernet address on the command-line, the name MUST be in /etc/ethers.You can script moprc but it sends one character per ethernet packet so is very slow. There is no locking in moprc so be careful to only run once instance at a time. SEE ALSOlatd(8), latd.conf(5), ethers(5), llogin(1)
Visit the GSP FreeBSD Man Page Interface. |