Link to home
Start Free TrialLog in
Avatar of PHYSPROSERV
PHYSPROSERV

asked on

configure port to listen for hl7 traffic

We would like to configure port #6010 to listen for real time HL7 traffic.  We are running aix 5.2.  DOes anyone know what steps to take?

Thanks
Avatar of sjm_ee
sjm_ee
Flag of United Kingdom of Great Britain and Northern Ireland image

A port cannot do something by itself. The "iptrace" program which is part of bos.net can capture data which is aimed at port 6010. However, be aware that even in "promiscuous mode", a given network adapter will not see all network traffic in a modern switched network. So depending on what you actually want to achieve, you may need to change your approach.
Avatar of PHYSPROSERV
PHYSPROSERV

ASKER

I just need the port to listen for traffic, we have a software package to deal with it from there.
ASKER CERTIFIED SOLUTION
Avatar of gheist
gheist
Flag of Belgium image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Ok. hl7.org does not set any transport requirement, so juggle around with inetd until it works.
Actually using port 6010 is not very good idea.
This port is eventually used by ssh server side for secure X11 forwarding. note that and configure accordingly when you need X11 over SSH.
next step is setting access controls using tcp wrappers aka tcpd .... (ask your favorite search engine)

Binary here:
http://www.bullfreeware.com/download/aix43/tcp_wrappers-7.6.1.0.exe
(not windows exe - InfoZIP SFX for AIX )