87 lines
5.5 KiB
HTML
87 lines
5.5 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="task" />
|
|
<meta name="DC.Title" content="Create the interface to enable proxy ARP" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzamuscensingle.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzamuonipdatagram.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzamuvirtualethernet.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="../rzai2/rzai2virtethernet.htm" />
|
|
<meta name="copyright" content="(C) Copyright IBM Corporation 2004, 2006" />
|
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 2004, 2006" />
|
|
<meta name="DC.Format" content="XHTML" />
|
|
<meta name="DC.Identifier" content="rzamuinterfacearp" />
|
|
<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>Create the interface to enable proxy ARP</title>
|
|
</head>
|
|
<body id="rzamuinterfacearp"><a name="rzamuinterfacearp"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Create the interface to enable proxy ARP</h1>
|
|
<div><div class="section"><p>Before you create the TCP/IP interfaces, you need to decide how
|
|
you want to connect your virtual Ethernet to a physical LAN. To allow your
|
|
logical partitions to communicate with systems on an external LAN, you need
|
|
to enable the TCP/IP traffic to travel between the virtual Ethernet and the
|
|
external LAN. There are three methods for connecting the virtual and external
|
|
networks: Proxy ARP, network address translation (NAT), and TCP/IP routing.
|
|
This scenario uses the Proxy ARP method. For more information about all three
|
|
methods of connecting this network traffic, see TCP/IP techniques connecting
|
|
virtual Ethernet to external LANs.</p>
|
|
<p>To create the TCP/IP interface to
|
|
enable proxy ARP, complete these steps: </p>
|
|
<ol><li>Obtain a contiguous block of IP addresses that are routable by your network.
|
|
<p>Because you have a total of four logical partitions in this virtual Ethernet,
|
|
you need a block of eight addresses. The fourth segment of the first IP address
|
|
in the block must be divisible by eight. The first and last IP addresses of
|
|
this block are the subnet and broadcast IP addresses and are unusable. The
|
|
second address can be used for a virtual TCP/IP interface on logical partition
|
|
A, and the third, fourth, and fifth addresses can be used for the TCP/IP connections
|
|
on each of the other logical partitions. For this scenario, the IP address
|
|
block is 10.1.1.72 through 10.1.1.79 with a subnet mask of 255.255.255.248.</p>
|
|
<p>You
|
|
also need a single IP address for your external TCP/IP address. This IP address
|
|
should not belong to your block of contiguous addresses, but it must be within
|
|
the same original subnet mask of 255.255.255.0.</p>
|
|
</li>
|
|
<li>Create an i5/OS™ TCP/IP interface for logical partition
|
|
A. This interface is known as the external, proxy ARP IP interface. <div class="p">To
|
|
create the interface, follow these steps: <ol type="a"><li>At the command line on partition A, type <samp class="codeph">CFGTCP</samp>, and
|
|
press Enter to see the Configure TCP/IP display.</li>
|
|
<li>Select option 1 (Work with TCP/IP Interfaces), and press Enter.</li>
|
|
<li>Select option 1 (Add), and press Enter to see the Add TCP/IP Interface
|
|
(ADDTCPIFC) display.</li>
|
|
<li>For the Internet address prompt, type <samp class="codeph">10.1.1.15</samp>.</li>
|
|
<li>For the Line description prompt, type the name of your
|
|
line description, such as ETHLINE.</li>
|
|
<li>For the Subnet mask prompt, type <samp class="codeph">255.255.255.0</samp>.</li>
|
|
</ol>
|
|
</div>
|
|
</li>
|
|
<li>Start the interface. On the Work with TCP/IP Interfaces display, select
|
|
option 9 (Start) by the interface you want to start.</li>
|
|
</ol>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzamuscensingle.htm" title="You are the system administrator for a small company. You use a server that is divided into four logical partitions. You need to allow communication between all four logical partitions. You want to avoid purchasing excess Ethernet cards and cables because money and space is limited in your IT department.">Scenario: Create a virtual Ethernet for interpartition communications</a></div>
|
|
<div class="previouslink"><strong>Previous topic:</strong> <a href="rzamuonipdatagram.htm">Turn on IP datagram forwarding</a></div>
|
|
<div class="nextlink"><strong>Next topic:</strong> <a href="rzamuvirtualethernet.htm">Create the virtual Ethernet interface on partition A</a></div>
|
|
</div>
|
|
<div class="relref"><strong>Related reference</strong><br />
|
|
<div><a href="../rzai2/rzai2virtethernet.htm">TCP/IP techniques connecting virtual Ethernet to external LANs</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |