lmc/linodes/remote_access/index.shtml

128 lines
4.9 KiB
Plaintext

<!--
This file is part of Linode Manager Classic.
Linode Manager Classic is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Linode Manager Classic is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Linode Manager Classic. If not, see <https://www.gnu.org/licenses/>.
-->
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>LMC - Remote Access</title>
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
<link rel="stylesheet" type="text/css" href="remote_access.css" />
<script src="remote_access.js" type="module"></script>
</head>
<body>
<!--#include virtual="/include/header.html"-->
<!--#include virtual="/include/linode_subnav.html"-->
<div id="main-content" class="wrapper">
<div id="top-links"><a href="/linodes">Linodes</a> » <span id="linode-tag"><a id="linode-tag-link" href=""></a> » </span><a id="linode-label" href="/linodes/dashboard?lid=0"></a> » <span class="top-links-title">Remote Access</span></div>
<div id="remote-access">
<table class="lmc-table">
<thead>
<tr>
<td colspan="3">Network Access</td>
</tr>
<tr>
<td colspan="3">Public Network</td>
</tr>
</thead>
<tbody>
<tr class="lmc-tr3">
<td>SSH Access</td>
<td><a id="ssh-link"></a></td>
<td><a href="https://www.linode.com/docs/getting-started" target="_blank">Getting Started Guide</a></td>
</tr>
<tr class="lmc-tr3">
<td>Public IPs</td>
<td>
<span id="ipv4-addrs"></span>
<span id="slaac-addr"></span> / <span id="slaac-prefix"></span> ( <span id="slaac-rdns"></span> )<br />
<a href="/support/ticket/new?summary=Additional+IP+Justification">IP Add</a> | <span id="ip-remove" class="disabled">IP Remove</span> | <span id="ip-failover" class="disabled">IP Failover</span> | <span id="ip-swap" class="disabled">IP Swap</span> | <a href="/linodes/rdns?lid=0">Reverse DNS</a>
</td>
<td>
<a href="https://www.linode.com/docs/networking/linux-static-ip-configuration" target="_blank">Static Networking Guide</a><br />
<a href="https://www.linode.com/docs/networking/native-ipv6-networking" target="_blank">IPv6 Networking Guide</a>
</td>
</tr>
<tr class="lmc-tr3">
<td>Default Gateways</td>
<td>
<span id="ipv4-gateways"></span>
<span id="slaac-gateway"></span>
</td>
<td></td>
</tr>
<tr class="lmc-tr3">
<td>DNS Resolvers</td>
<td id="resolvers"></td>
<td></td>
</tr>
</tbody>
<tbody class="lmc-tbody-head">
<tr class="noshow">
<td colspan="3"></td>
</tr>
<tr>
<td colspan="3">Private/LAN Network</td>
</tr>
</tbody>
<tbody>
<tr class="lmc-tr3">
<td>Private IPs</td>
<td id="private-ips">None - <a href="/linodes/privateip_add?lid=0">Add a Private IP</a></td>
<td><a id="private-ips-guide" href="https://www.linode.com/docs/networking/linux-static-ip-configuration" target="_blank">Static Networking Guide</a></td>
</tr>
<tr class="lmc-tr3">
<td>Link-Local IP</td>
<td id="link-local"></td>
<td></td>
</tr>
</tbody>
</table>
<table class="lmc-table">
<thead>
<tr>
<td colspan="3">Console Access</td>
</tr>
</thead>
<tbody>
<tr class="lmc-tr3">
<td>Lish via Browser</td>
<td><a id="weblish-link" href="https://cloud.linode.com/linodes/lid=00/lish/weblish" target="_blank">Launch Lish Console »</a></td>
<td></td>
</tr>
<tr class="lmc-tr3">
<td>Lish via SSH</td>
<td><a id="lish-link" href="ssh://@lish-.linode.com">ssh -t @lish-.linode.com</a></td>
<td>
<span class="info">Lish listens on ports 22, 443, and 2200</span><br />
(<a href="https://www.linode.com/docs/networking/using-the-linode-shell-lish#lish-gateway-fingerprints" target="_blank">Lish Guide & Fingerprints</a>)
</td>
</tr>
<tr class="lmc-tr3">
<td>Glish</td>
<td><a id="glish-link" href="https://cloud.linode.com/linodes/lid=00/lish/glish" target="_blank">Launch Graphical Web Console »</a></td>
<td>
<span class="info">Equivalent to plugging a monitor and keyboard into your server.</span><br />
(<a href="https://www.linode.com/docs/networking/using-the-graphic-shell-glish" target="_blank">Using Glish</a>)
</td>
</tr>
</tbody>
</table>
</div>
</div>
</body>
</html>