tcp-environ(5) File Formats Manual tcp-environ(5)NAME
tcp-environ - TCP-related environment variables
DESCRIPTION
The following environment variables describe a TCP connection. They are set up by tcp-env, tcpclient, and tcpserver. Note that TCPLOCAL-
HOST, TCPREMOTEHOST, and TCPREMOTEINFO can contain arbitrary characters.
PROTO
The string TCP.
TCPLOCALHOST
The domain name of the local host, with uppercase letters converted to lowercase. If there is no currently available domain name for
the local IP address, TCPLOCALHOST is not set.
TCPLOCALIP
The IP address of the local host, in dotted-decimal form.
TCPLOCALPORT
The local TCP port number, in decimal.
TCPREMOTEHOST
The domain name of the remote host, with uppercase letters converted to lowercase. If there is no currently available domain name for
the remote IP address, TCPREMOTEHOST is not set.
TCPREMOTEINFO
A connection-specific string, perhaps a username, supplied by the remote host via 931/1413/IDENT/TAP. If the remote host did not sup-
ply connection information, TCPREMOTEINFO is not set.
TCPREMOTEIP
The IP address of the remote host.
TCPREMOTEPORT
The remote TCP port number.
SEE ALSO tcpclient(1), tcpserver(1), tcp-env(1), tcp(4)tcp-environ(5)
Check Out this Related Man Page
tcp-environ(5) File Formats Manual tcp-environ(5)NAME
tcp-environ - TCP-related environment variables
DESCRIPTION
The following environment variables describe a TCP connection. They are set up by tcp-env, tcpclient, and tcpserver. Note that TCPLOCAL-
HOST, TCPREMOTEHOST, and TCPREMOTEINFO can contain arbitrary characters.
PROTO
The string TCP.
TCPLOCALHOST
The domain name of the local host, with uppercase letters converted to lowercase. If there is no currently available domain name for
the local IP address, TCPLOCALHOST is not set.
TCPLOCALIP
The IP address of the local host, in dotted-decimal form.
TCPLOCALPORT
The local TCP port number, in decimal.
TCPREMOTEHOST
The domain name of the remote host, with uppercase letters converted to lowercase. If there is no currently available domain name for
the remote IP address, TCPREMOTEHOST is not set.
TCPREMOTEINFO
A connection-specific string, perhaps a username, supplied by the remote host via 931/1413/IDENT/TAP. If the remote host did not sup-
ply connection information, TCPREMOTEINFO is not set.
TCPREMOTEIP
The IP address of the remote host.
TCPREMOTEPORT
The remote TCP port number.
SEE ALSO tcpclient(1), tcpserver(1), tcp-env(1), tcp(4)tcp-environ(5)
How do I configure TCP/IP on an old SCO UNIX 3.2 v4.0
I can't seem to find any type of documentation on it.
Can someone give me step by step info or refer some type of article? (11 Replies)
hi there,
i read in Amazon.com that there is this TCP/IP black book which is supposed to give a in-depth knowledge of TCP/IP. Is it the one from Microsoft ???
was wondering how the expereinced ones feel about this book ?
any recommadntions on good,in--depth TCP/IP books ?
thanks (3 Replies)
I am led to understand that there when a port is bound for a tcp connection...once that connection is closed there is a timeout period before that port can be reused ... and the software I am using shows that. How long is this timeout - what affects it and is there anyway to reuce the timeout? (5 Replies)
:cool:
I want to use 2 tcp applications in SCO 5.05 senerio I am using
VisionFS 3.1 and I need to set it up as a secondary tcp app. I follow the profeditoir and change the tcp port from the primary port (139) to any other number below port 1024 and then restart the VisionFS server it is still... (2 Replies)
Hello all,
Can someone instruct me on how to change the listening port for ftp ( or any tcp service) from 21 to another port number? Thanks in advance..
-AJ (3 Replies)
I am having a problem and I feel it's network related. I have an RS6000 running AIX. I use a terminal emulation program that allows me to connect to my server via TCP/IP. When I try and make the connection, it takes F-O-R-E-V-E-R to get a login prompt on the screen.
I also cannot ftp to... (3 Replies)
I am unable to find any TCP scanner for data captruing for a Remote or local server. Can anybody please help. i need it to read TCP port and capture the incoming/outgoing data , (3 Replies)
Hello,
I am trying to write a script in Perl which will send some data from a UNIX Box to a windows box. I am planning to create a TCP/IP communication port for the same. How do I go about this? Kindly help.
Regards,
Garric (50 Replies)
Hello,
I have AIX5.2. I am trying to set tcp_ephemeral_high port value to 5000 and tcp_ephemeral_low value to 1024. tcp_ephemeral_high is not possible to set below 32769.
pls advise how to set tcp_ephemeral_high value to 5000. (7 Replies)
We have AIX4.1 (yeah I know - we're upgrading to 5 soon) and have been running almost entirely on ASynch direct connects. We're now converting to TCP/IP thin client terminals and PC's. One of processes was a Turn Around Time screen job that would constantly update various information from 6... (4 Replies)
Looking at /etc/services on AIX 6.1, I noticed some bizarre port numbers which exceed the 16-bit maximum port number for TCP (i.e. they are higher than 65535.)
sco_printer 70000/tcp sco_spooler # For System V print IPC
sco_s5_port 70001/tcp lpNet_s5_port ... (5 Replies)
I need to change instances of uppercase to lowercase. The change occurs only when all of the characters are capital letters.
For instance, if the following was contained in the file: THE BRIGHT DAY
it should be: the bright day
However: The BRIGHT day
should remain the same.
Also, if it were... (3 Replies)
i want to kill a tcp connection by killing its pid
with netstat -an i got the tcp ip connection on port 5914
but when i type ps -a or ps-e there is not such process running on port 5914
is it possible that because i do not log on with proper user account i can not see that process running? (30 Replies)