EnglishFrenchSpanish

Ad


OnWorks favicon

getsockname - Online in the Cloud

Run getsockname in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command getsockname that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


getpeername - get information about this or that end of the socket's connection

netpipes 4.2

SYNOPSIS


getpeername [ -verbose ] [ -sock ] [ fd ]

getsockname [ -verbose ] [ -peer ] [ fd ]

DESCRIPTION


This is not the manual page for the getpeername system call. That manual page is in
section 2. You can access it using a command like "man 2 getpeername" or "man -s 2
getpeername". I apologize for the confusion.

getpeername performs a getpeername(2) system call on one of its file descriptors specified
by fd and prints out the results. The default fd is 0 (stdin). You may cause getpeername
to behave like getsockname by providing the -sock argument.

getsockname performs a getsockname(2) system call on one of its file descriptors specified
by fd and prints out the results. The default fd is 0 (stdin). You may cause getsockname
to behave like getpeername by providing the -peer argument.

There is a severe limitation of getpeername. If the remote process has closed the
connection, getpeername will fail with a `Socket is not connected' error. This will
happen with dismaying frequency when the remote process is not dependent upon the local
process for input and it is only sending small amounts of output before closing the
connection. Hopefully the practical uses of getpeername (if there are any) will not
exercise this problem.

You can use getpeername to find out the address of the opposite end of a socket. You can
use getsockname to find out the address of the local end of a socket. They are in fact
the same program with different names. We will refer to both of them by the name
getpeername in the following description.

getpeername knows how to display peer information about UNIX and Internet sockets. If you
try to use it on another type of socket, it will fail with an "unknown address family"
error. If you regularly deal with strange sockets and wish getpeername to work with them,
send me email.

If the socket is a UNIX domain socket, then getpeername prints the name of the file (which
is the port) on a single line. If -verbose was specified, getpeername prints a more
detailed report consisting of the word `Unix' on the first line, the word `Port' on the
second line, and the name of the file on the third line.

If the socket is an Internet socket, then getpeername prints the port number on the first
line and the numeric address on the second line. If -verbose was specified, getpeername
prints a more detailed report consisting of the word `Internet' on the first line, the
word `Port' on the second line, the port numer on the third line, the word `Host' on the
fourth line. Starting on the fifth line it prints all the numeric internet addresses
returned by the gethostbyaddr(3) library routine. On the rest of the lines it prints all
the host names.

EASTER EGG


If you specify -verbose twice, the program will print a copyright notice.

EXAMPLES


I originally designed getpeername so that a faucet-spawned shell script could find out who
was talking to it (and maybe perform access control). I added getsockname for
completeness. Now I realize that getsockname is useful for multi-homing services.
However, most software that you want to understand multi-homing (httpd, ftpd) is already
capable of doing it, and much more efficiently than a script wrapper. Still, it might
come in handy some day.

client$ hose mail.cise.ufl.edu smtp --in ./getpeername
25
128.227.205.210

You connected to mail.cis.ufl.edu on the SMTP port (port 25). For a verbose report:

client$ hose mail.cise.ufl.edu smtp --in ./getpeername -v
Internet
Port
25
Host
128.227.205.210
fireant.cise.ufl.edu

Now let's give an example of a race condition which will cause getpeername to fail:

client$ hose web.cise.ufl.edu 80 -in ./getpeername
./getpeername: getpeername failed on descriptor 0: Socket is not connected

The HTTP daemon tries to read a request, finds that half of the full duplex connection
closed (by the special behavior of the -in option on hose(1)) and drops the connection
before getpeername can query the file descriptor. We can cause the HTTP daemon to wait
for us by leaving both halves of the duplex connection open.

client$ hose web.cise.ufl.edu 80 -fd0 ./getpeername -v
Internet
Port
80
Host
128.227.205.206
flood.cise.ufl.edu

And, finally, let's extract some useful information from our socket.

client$ hose web.cise.ufl.edu 80 -fd0 sh -c " ./getpeername -v | \
tail +5 | egrep -v '^[0-9.]*$' | head -1"
flood.cise.ufl.edu

ERRORS


Socket operation on non-socket The fd you specified does not refer to a socket, or refers
to a socket that has been closed. This happens when you run getpeername by itself (it is
unlikely that any of the file descriptors attached to an interactive shell are actually
sockets), or if you goof up your faucet/hose command and forgot to dup(2) one of your
descriptors, or if the remote machine manages to close the connection before getpeername
could run.

Bad file number You gave it a bad file number for fd. If you have enough skill to
actually generate this error, you probably know what is wrong.

If you encounter any other errors, clue me in.

Use getsockname online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    turkdevops
    turkdevops
    TurkDevOps aç?k kaynak yaz?l?m
    geli?tirici topluluklar? DevTurks-Team
    Taraf?ndan desteklenmektedir..
    Features:https://github.com/turkdevopshttps://turkdevops.g...
    Download turkdevops
  • 2
    Wine
    Wine
    Wine is an Open Source implementation
    of the Windows API on top of X and Unix.
    Wine provides both a development toolkit
    for porting Windows sources to Unix and...
    Download Wine
  • 3
    LAME (Lame Aint an MP3 Encoder)
    LAME (Lame Aint an MP3 Encoder)
    LAME is an educational tool to be used
    for learning about MP3 encoding. The
    goal of the LAME project is to improve
    the psycho acoustics, quality and speed
    of MP...
    Download LAME (Lame Aint an MP3 Encoder)
  • 4
    wxPython
    wxPython
    A set of Python extension modules that
    wrap the cross-platform GUI classes from
    wxWidgets.. Audience: Developers. User
    interface: X Window System (X11), Win32 ...
    Download wxPython
  • 5
    packfilemanager
    packfilemanager
    This is the Total War pack file manager
    project, starting from version 1.7. A
    short introduction into Warscape
    modding: ...
    Download packfilemanager
  • 6
    IPerf2
    IPerf2
    A network traffic tool for measuring
    TCP and UDP performance with metrics
    around both throughput and latency. The
    goals include maintaining an active
    iperf cod...
    Download IPerf2
  • 7
    fre:ac - free audio converter
    fre:ac - free audio converter
    fre:ac is a free audio converter and CD
    ripper for various formats and encoders.
    It features MP3, MP4/M4A, WMA, Ogg
    Vorbis, FLAC, AAC, and Bonk format
    support, ...
    Download fre:ac - free audio converter
  • More »

Linux commands

Ad