IPNAT man page on HP-UX

Man page or keyword search:  
man Server   10987 pages
apropos Keyword Search (all sections)
Output format
HP-UX logo
[printable version]

IPNAT(7)							      IPNAT(7)

NAME
       ipnat - Network Address Translation kernel interface

SYNOPSIS
       #include </opt/ipf/include/ip_compat.h>
       #include </opt/ipf/include/ip_fil.h>
       #include </opt/ipf/include/ip_proxy.h>
       #include </opt/ipf/include/ip_nat.h>

IOCTLS
       To  add	and  delete rules to the NAT list, two 'basic' ioctls are pro‐
       vided for use.  The ioctl's are called as:
	    ioctl(fd, SIOCADNAT, struct ipnat *)
	    ioctl(fd, SIOCRMNAT, struct ipnat *)

       Unlike ipf(4), there is only a single list supported by the kernel  NAT
       interface.   An	inactive list which can be swapped to is not currently
       supported.

       These ioctl's are implemented as being routing ioctls and thus the same
       rules  for  the	various	 routing  ioctls  and  the file descriptor are
       employed, mainly being that the fd must be that of the  device  associ‐
       ated with the module (i.e., /dev/ipl).

       The strcture used with the NAT interface is described below:
       typedef struct  ipnat   {
	       struct  ipnat   *in_next;
	       void    *in_ifp;
	       u_short in_flags;
	       u_short in_pnext;
	       u_short in_port[2];
	       struct  in_addr in_in[2];
	       struct  in_addr in_out[2];
	       struct  in_addr in_nextip;
	       int     in_space;
	       int     in_redir; /* 0 if it's a mapping, */
				 /* 1 if it's a hard redir */
	       char    in_ifname[IFNAMSIZ];
       } ipnat_t;

       #define in_pmin	       in_port[0] /* Also holds static redir port */
       #define in_pmax	       in_port[1]
       #define in_nip	       in_nextip.s_addr
       #define in_inip	       in_in[0].s_addr
       #define in_inmsk	       in_in[1].s_addr
       #define in_outip	       in_out[0].s_addr
       #define in_outmsk       in_out[1].s_addr

       Recognised values for in_redir:
       #define NAT_MAP	       0
       #define NAT_REDIRECT    1

NAT statistics
       Statistics  on the number of packets mapped, going in and out are kept,
       the number of times a new entry is added and deleted  (through  expira‐
       tion) to the NAT table and the current usage level of the NAT table.

       Pointers	 to  the NAT table inside the kernel, as well as to the top of
       the internal NAT lists constructed with the SIOCADNAT ioctls.  The  ta‐
       ble itself is a hash table of size NAT_SIZE (default size is 367).

       To  retrieve the statistics, the SIOCGNATS ioctl must be used, with the
       appropriate structure passed by reference, as follows:
	    ioctl(fd, SIOCGNATS, struct natstat *)

       typedef struct  natstat {
	       u_long  ns_mapped[2];
	       u_long  ns_added;
	       u_long  ns_expire;
	       u_long  ns_inuse;
	       nat_t   ***ns_table;
	       ipnat_t *ns_list;
       } natstat_t;

FILES
       /dev/ipnat

SEE ALSO
       ipnat(4), ipf(1M), ipfilter(1M), ipfstat(1M)

AUTHOR
       IPFilter	 was  originally  developed  by	  Darren   Reed.   This	 HP-UX
       enhanced	  version   of	IPFilter  is based  on the open source version
       3.5  Alpha 5.

								      IPNAT(7)
[top]

List of man pages available for HP-UX

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net