You can also route traffic to your logical partitions through your iSeries™ server with various routing techniques.
This solution is not difficult to configure on your iSeries but depending on the topology of your network, it may not be practical to implement. Consider the following pre-V5R3 figure:
The existing TCP/IP interface (10.1.1.2) connects to the LAN. The LAN is connected to remote networks with a router. The Linux TCP/IP interface is addressed as 10.1.10.2 and the virtual Ethernet TCP/IP interface as 10.1.10.1. In i5/OS®, if you turn on IP Datagram Forwarding, the iSeries will route the IP packets to and from the logical partition. When you define your Linux TCP/IP connection, the router address must be 10.1.10.1.
The difficulty of this type of routing is getting the IP packets to the iSeries. In this scenario, you could define a route on the router so that it passes packets destined to the 10.1.10.0 network to the 10.1.1.2 interface. That works great for remote network clients. It would also work for the local LAN clients (clients connected to the same LAN as the iSeries) if they recognize that same router as their next hop. If they do not, then each client must have a route that directs 10.1.10.0 traffic to the iSeries 10.1.1.2 interface; therein starts the impracticability of this method. If you have hundreds of LAN clients, then you have to define hundreds of routes.