How to re-route traffic from one port to another?


 
Thread Tools Search this Thread
Operating Systems AIX How to re-route traffic from one port to another?
# 1  
Old 10-14-2014
How to re-route traffic from one port to another?

Hi Friends,

How to do port forwarding in AIX? We would like to re route traffic from port A to port B on AIX LPAR.

for example: my application is using 8080 port on LPAR and would like to use the 8081 instead of 8080. By default application was configured with 8080. But instead of changing in application (several ) config files. We would like to forward traffic from 8080 to 8081. I understand that, it can be done by network engineer at their end as well. But we would like to implement it on AIX side.

Please let me know, how this can be done on AIX LPAR.

Thank you

Last edited by System Admin 77; 10-14-2014 at 05:40 PM..
# 2  
Old 10-15-2014
My product knowledge is dated, I just Google well: If it lacks iptables, you might need to buy something lile AppScan, Load Balancer or Tivoli Lotus: IBM Knowledge Center There is some mention of NAPT, like NAT: IBM Knowledge Center There is always 'tcp_forward", a generic firewall proxy, but it does not scale well.
# 3  
Old 10-16-2014
Thank you DGPickett. I will look into it.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Bash script, find the next closed (not in use) port from some port range.

hi, i would like to create a bash script that check which port in my Linux server are closed (not in use) from a specific range, port range (3000-3010). the print output need to be only 1 port, and it will be nice if the output will be saved as a variable or in same file. my code is: ... (2 Replies)
Discussion started by: yossi
2 Replies

2. Shell Programming and Scripting

Unable to open firewall port for external traffic.

Below is what i did to open the firewall port on # sudo firewall-cmd --zone=public --add-port=27012/tcp --permanent Warning: ALREADY_ENABLED: 27012:tcp success # sudo firewall-cmd --reload success # firewall-cmd --list-all public target: default icmp-block-inversion: no ... (10 Replies)
Discussion started by: mohtashims
10 Replies

3. Solaris

How to find port number wwn of particular port on dual port HBA,?

please find the below o/p for your reference bash-3.00# fcinfo hba-port HBA Port WWN: 21000024ff295a34 OS Device Name: /dev/cfg/c2 Manufacturer: QLogic Corp. Model: 375-3356-02 Firmware Version: 05.03.02 FCode/BIOS Version: BIOS: 2.02; fcode: 2.01;... (3 Replies)
Discussion started by: sb200
3 Replies

4. Solaris

Cabling and adapters to communicate to service processor serial port from Windows PC with USB port.

Hello, I have an unloaded T5140 machine and want to access the ILOM for the first time and subsequently the network port after that., and then load Solaris 10 the final January 2011 build. The first part is what confuses me -the cabling. I am coming from a Windows machine (w/appropriate... (5 Replies)
Discussion started by: joboy
5 Replies

5. Infrastructure Monitoring

How do I know what traffic is in network port?

If I would like to know what connection , data , traffic in a network port ( eth0 ) , what can I do ? ps. because I always found the network is very slow , so I would like what the network port is doing . Thanks Login ID ust3 is currently in read-only mode for multiple infractions. Creating... (0 Replies)
Discussion started by: ust03
0 Replies

6. IP Networking

Trace route to a perticular port

How can I trace a route from one server to a certain port on another server? (3 Replies)
Discussion started by: sewood
3 Replies

7. IP Networking

blocking traffic to destination network by port

I am trying to block ALL traffic except when from ports 9100,22,23 to destination network 192.0.0.0 (my WAN): 2 networks 192.0.3.0 with static route to 192.0.0.0 Shouldn't this work?: iptables -A INPUT -p tcp -d 192.0.0.0/24 --dport 22 -j ACCEPT iptables -A INPUT -p tcp -d 192.0.0.0/24... (3 Replies)
Discussion started by: herot
3 Replies

8. Solaris

How to enable Serial port on ILOM, when Network Port is enabled in parallel

Hi Everyone, In my environment, I have few T5220. On the iLOM Management Card, I have both Network and Serial port are cabled, I don't have any issues while I try to connect using Network Management port, but when I try to connect the serial port for the same server which is actually connected... (3 Replies)
Discussion started by: bobby320
3 Replies

9. IP Networking

Route all traffic between two ethernet interfaces

I have a Linux box with 3 ethernet cards: - eth0 - connected to internet (dhcp) - eth1 - 192.168.0.1 connected to embedded device1 - eth2 - 192.168.0.1 also connected to embedded device2 (both eth1/eth2 have to be in identical, though separate, private networks). Also, on eth0 I have two... (1 Reply)
Discussion started by: kontozebyoszuka
1 Replies
Login or Register to Ask a Question