Hi Peter, you want to route packets incoming on address 103.4.9.102 to 103.4.90.12? Or do you want to NAT 103.4.9.102 -> 103.4.90.12.
In the first scenario you have to set up your box as router (e.g. enable packet forwarding). Then your linux has to have a connection to 103.4.9.x and 103.4.90.x and must be the layer3 instanz (aka gateway) to 103.4.90.x. Second scenario: - Can be achieved with iptables. In short you take a packet with destination address 103.4.9.102, rewrite the package with dst address 103.4.90.12. - Can be achieved with LVS (Linux Virtual Server) loadbalancer Is that any help? Greetings Christian Am 10.03.2014 12:56, schrieb mf db: > Hello Group, > > Could someone please help me with the Route statement in Linux OS. > > Scenario is : > > VIPA host route say to get to a IP address 103.4.9.102 and forwarding the > packet to 103.4.90.12.(Both of IP is on Mainframe OS) > > How Do I code the above ROUTE statement in Linux. This is Just for the > Inbound connections to Linux. > > Any pointers ? > > Peter > > ---------------------------------------------------------------------- > For LINUX-390 subscribe / signoff / archive access instructions, > send email to [email protected] with the message: INFO LINUX-390 or visit > http://www.marist.edu/htbin/wlvindex?LINUX-390 > ---------------------------------------------------------------------- > For more information on Linux on System z, visit > http://wiki.linuxvm.org/ > > -- Zentrum fuer Informationsverarbeitung und Informationstechnik (ZIVIT) - Systemarchitekt (Architekturmodellierung) - Dienstsitz Bonn, An der Kueppe 2, 53225 Bonn Telefon: +49-228/99-680-5199, Mobil: +49-172/2042527 Internet: http://www.zivit.de BOFH excuse #397: T-1's congested due to porn traffic to the news server. ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390 ---------------------------------------------------------------------- For more information on Linux on System z, visit http://wiki.linuxvm.org/
smime.p7s
Description: S/MIME Cryptographic Signature
