73 lines
5.0 KiB
HTML
73 lines
5.0 KiB
HTML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE html
|
|
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html lang="en-us" xml:lang="en-us">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="security" content="public" />
|
|
<meta name="Robots" content="index,follow" />
|
|
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
|
|
<meta name="DC.Type" content="concept" />
|
|
<meta name="DC.Title" content="TCP/IP techniques connecting virtual Ethernet to external LANs" />
|
|
<meta name="abstract" content="You can take advantage of virtual Ethernet on i5/OS." />
|
|
<meta name="description" content="You can take advantage of virtual Ethernet on i5/OS." />
|
|
<meta name="DC.Relation" scheme="URI" content="rzai2kickoff.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzai2proxyarp.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzai2nat.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzai2routing.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzai2virtethconsider.htm" />
|
|
<meta name="copyright" content="(C) Copyright IBM Corporation 1998, 2006" />
|
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 1998, 2006" />
|
|
<meta name="DC.Format" content="XHTML" />
|
|
<meta name="DC.Identifier" content="virtethernet" />
|
|
<meta name="DC.Language" content="en-us" />
|
|
<!-- All rights reserved. Licensed Materials Property of IBM -->
|
|
<!-- US Government Users Restricted Rights -->
|
|
<!-- Use, duplication or disclosure restricted by -->
|
|
<!-- GSA ADP Schedule Contract with IBM Corp. -->
|
|
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
|
|
<link rel="stylesheet" type="text/css" href="./ic.css" />
|
|
<title>TCP/IP techniques connecting virtual Ethernet to external LANs</title>
|
|
</head>
|
|
<body id="virtethernet"><a name="virtethernet"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">TCP/IP techniques connecting virtual Ethernet to external LANs</h1>
|
|
<div><p>You can take advantage of virtual Ethernet on i5/OS™.</p>
|
|
<p>If you are using a <a href="rzai2virtethconsider.htm#virtethconsider">virtual
|
|
Ethernet</a> network for interpartition communication, you may need to
|
|
enable these partitions to communicate with a physical, external LAN. There
|
|
are several ways to connect the virtual Ethernet network to an external LAN
|
|
using different TCP/IP techniques. You need to enable the TCP/IP traffic to
|
|
flow between the virtual Ethernet network and the external LAN. This figure
|
|
shows a logical flow of the IP packets.</p>
|
|
<br /><img src="rzai2504.gif" alt="This figure illustrates the flow of IP packets from Partition A through the" /><br /><p>IP traffic initiated by Partition A goes from its virtual Ethernet interface
|
|
to the virtual Ethernet interface on Partition B. By implementing any one
|
|
of the three TCP/IP techniques described below, you can enable the IP packets
|
|
to continue on to the external interface and toward their destination.</p>
|
|
<div class="p">There are three methods for connecting the virtual Ethernet and external
|
|
LAN. Each method has nuances that make it more feasible based on your knowledge
|
|
of TCP/IP and your environment. Choose from one of the following methods: <ul><li>Proxy ARP method</li>
|
|
<li>Network address translation method</li>
|
|
<li>TCP/IP routing method</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<ul class="ullinks">
|
|
<li class="ulchildlink"><strong><a href="rzai2proxyarp.htm">Proxy Address Resolution Protocol method</a></strong><br />
|
|
This proxy Address Resolution Protocol (ARP) method uses transparent subnetting to associate a partition's virtual interface with an external interface. Proxy ARP function is built into the TCP/IP stack. If you have the necessary IP addresses, this approach is recommended.</li>
|
|
<li class="ulchildlink"><strong><a href="rzai2nat.htm">Network address translation method</a></strong><br />
|
|
You can use i5/OS packet filtering to route traffic between a partition
|
|
and the outside network.</li>
|
|
<li class="ulchildlink"><strong><a href="rzai2routing.htm">TCP/IP routing method</a></strong><br />
|
|
Standard TCP/IP routing is used to route traffic to the virtual Ethernet network in the same way you define routing to any other LAN. This requires that you update routing information throughout your network.</li>
|
|
<li class="ulchildlink"><strong><a href="rzai2virtethconsider.htm">Virtual Ethernet considerations</a></strong><br />
|
|
You can use virtual Ethernet as an alternative to using a network card for interpartition communication.</li>
|
|
</ul>
|
|
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzai2kickoff.htm" title="Your server has arrived, and you are ready to put it to use. This topic provides tools and procedures for configuring TCP/IP on i5/OS.">TCP/IP setup</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |