Scroll to navigation

amtider(1) General Commands Manual amtider(1)

NAME

amtider - Intel AMT IDE redirection (ider) client.

SYNOPSIS

amtider [ options ] host[:port] file

DESCRIPTION

amtider provides a virtual floppy or CD-ROM for Intel AMT managed machines. host is the hostname or IP address of the machine amtider should connect to. port is the tcp port to use and defaults to 16994 (standard AMT redirection port) if unspecified. file is the filename of the image to be used for floppy or CD-ROM emulation.

For more information on Intel AMT check amt-howto(7).

OPTIONS

Display help text.
Be verbose (default).
Be quiet.
Specify username, defaults to "admin".
Specify password. amtterm will prompt on the terminal if unspecified.
Use CD-ROM emulation (this is the default).
Use Floppy emulation
Start redirection gracefully.
Start redirection on reboot.

ENVIRONMENT

Default value for the password.

NOTE

Newer AMT machines have the SoL port disabled by default, it can be enabled remotely using: "wsman put http://intel.com/wbem/wscim/1/amt-schema/1/AMT_RedirectionService -h ${AMT_HOST} -P 16992 -u admin -p ${AMT_PASSWORD} -k ListenerEnabled=true"

SEE ALSO

gamt(1), amttool(1), amtterm(1), amt-howto(7)

AUTHOR

(c) 2022 Hannes Reinecke <hare@suse.de>

(c) 2022 Hannes Reinecke