Skip to main content

Posts

Featured

Linux serial console over AMT SOL - in practical way

One of hidden gem and underrated in AMT is Serial-Over-LAN (SOL). For most Unix veterans, embedded developers and Telco equipment/IT admins, managing devices using serial port is common rite. We occasionally connect serial port over modem for remote access. Sometimes we hook it to Serial over IP box so that it is reachable within enterprise. AMT Serial-Over-LAN brings this communication port to the next level. With AMT, Serial-Over-LAN boundary now expands with the connection tunnel established by AMT (either local network or across the internet using CIRA). For most AMT capable system or vPro certified platform, the chipset will expose a serial port which is managed by Manageability Engine. This device can be used by locally running software to communicate with remote party. The remote party can connect to this serial port using AMT SOL Redirection protocol. So, how do you find out which serial port is AMT SOL in Linux? A simple dmesg will list ttyS recognized by Linux kerne

Latest Posts

mc2router - a simple yet versatile tool to get stuff done over Meshcentral 2

NMEA string parser in Python - if you want to develop GPS tracker software in Python

Moving Linux installation to bigger disk/SSD

Sending SMS via GPRS modem using Perl Device::SerialPort

3G/GPRS connection using pppd and chat for M2M communication

Linux kernel modules configuration on Yocto Project Bernard

End of the year 2010 reflection

Using Zimbra LDAP as Spring-security backend and handling Linux/BSD MD5 encrypted password

Using javax.xml.soap to access OTRS SOAP service without WSDL

Accessing WS-Security protected (UsernameToken) WebService using PHP5 Soap