ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzalr_5.4.0.1/rzalradvvpn120.htm

90 lines
4.7 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 4.0//EN">
<HTML><HEAD>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<LINK rel="stylesheet" type="text/css" href="../rzahg/ic.css">
<script type="text/javascript" language="Javascript">
<!-- //////////
//START NON-TRANSLATABLE
//Obtain name of HTML file in parent frame.
var parentDir = parent.window.location.href.substring(0,location.href.lastIndexOf('/')+1);
var parentUrl = parent.window.location.href.substring(parentDir.length,parent.window.location.href.length+1);
if (parentUrl.indexOf("#") >= 0) { parentUrl = parentUrl.substring(0,parentUrl.indexOf("#"));}
function restoreValues() {
//Is the hidden frame already loaded with the correct html?
if (parentUrl != "rzalradvvpnwelcome.htm") {
window.location = "rzalradvvpnwelcome.htm"; //load advisor frameset
return;
} else {
//Obtain name of HTML file in hidden frame.
var hiddenDir = parent.hidden.window.location.href.substring(0,location.href.lastIndexOf('/')+1);
var hiddenUrl = parent.hidden.window.location.href.substring(hiddenDir.length,parent.hidden.window.location.href.length+1);
if (hiddenUrl.indexOf("#") >= 0) { hiddenUrl = hiddenUrl.substring(0,hiddenUrl.indexOf("#"));}
if (hiddenUrl != "rzalradvvpnhidden.htm") {
//Correct HTML not loaded, load it
parent.hidden.window.location = "rzalradvvpnhidden.htm";
}
}
}
// onBack()
//
// This function is called when the user clicks the Back button on the form.
// The function loads the previous page of the advisor in the contents frame.
function onBack() {
window.location = "rzalradvvpnwelcome.htm";
}
// onNext()
//
// This function is called when the user clicks on the Next button on the form
function onNext() {
window.location = "rzalradvvpn10.htm";
}
//END NON-TRANSLATABLE
//////////-->
</script>
<title>VPN planning advisor</title>
</head>
<BODY onLoad="restoreValues()">
<H2>VPN planning advisor</H2>
<STRONG>Before you begin</STRONG>
<p>The goal of this advisor is to provide you with a basic understanding of the information you will need to configure VPN on your iSeries<SUP>(TM)</SUP>. This advisor assumes that you are familiar with your network and the applications that power your business. You will also need to know the role of your iSeries as it pertains to the IP traffic in your network. For example, if your iSeries routes IP traffic for a LAN, you will configure your iSeries as a VPN gateway. Or, if your iSeries hosts an application that must communicate securely with another system, you will configure your iSeries as a VPN host.</P>
<p>Before you begin, it would be helpful to review the basic VPN concepts
described in the <a href="../rzaja/rzajagetstart.htm" target="_parent">Virtual private networking</a> topic of the iSeries Information Center. In addition, you should be familiar with your network, the applications that you use, and your network security policy. For instance, if your iSeries is a VPN gateway, you need to ensure that the IP traffic routes through it. VPNs can play an important role in safeguarding IP traffic, but you must also consider protecting your intranet by firewall or other mechanisms.</p>
Consider these questions about your system, and the one with which you will connect:
<ul>
<li>Does my iSeries route traffic from one network to another?
<br></li>
<li>Does my iSeries host applications for local or remote clients? Does it act as a client for remote applications?
</li></ul>
<p>The diagram below shows an example VPN gateway on the left side of the connection and an example VPN host on the right.
<blockquote><strong>Important note:</strong>
<br>
This diagram shows the iSeries computers attached directly to the Internet. The absence of a firewall is intended to simplify the example. It does not imply that the use of a firewall is not necessary. In fact, you should consider the security risks involved any time you connect to the Internet. The work sheet at the end of this advisor lists several IBM<SUP>(R)</SUP> Redbooks<SUP>(TM)</SUP> that you should refer to for detailed descriptions of various methods for reducing these risks.</blockquote>
<div align="center"><img src="rzalr512.gif" name="doc_icon" alt="Network diagram that illustrates a VPN connection between two iSeries servers across the Internet. "></div>
<p>After you implement your VPN, file a printed copy of the
planning work sheet with your other network security information.</p>
<form action=submit name="form1">
<CENTER>
<!-- TRNOTE Translate only the value attribute in the next two lines -->
<input name=submit type="button" value="&nbsp;&lt&lt Back&nbsp" onClick="onBack()">
<input name=submit type="button" value="&nbsp;Next &gt;&gt;&nbsp" onClick="onNext()">
</CENTER>
</form>
</BODY>
</html>