Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ipx_interface(8) [suse man page]

IPX_INTERFACE(8)					      System Manager's Manual						  IPX_INTERFACE(8)

NAME
ipx_interface - add, delete, or display an IPX interface SYNOPSIS
ipx_interface add [-p] device frame_type [network number[:node number]] ipx_interface del device frame_type ipx_interface delall ipx_interface check device frame_type ipx_interface help DESCRIPTION
ipx_interface adds, deletes, or displays IPX interfaces depending on the option selected. An IPX interface is the item to which IPX sockets are bound. An IPX interface corresponds to an IPX Network Number which corresponds to a physical device and frame type. A sample IPX Interface would be: Network Number: 0x00ABCDEF Device: Eth0 Frame Type: 802.2. There is a special IPX interface per host known as the PRIMARY or default interface. You should specify node number only if you really know, what you are doing - on point-to-point devices, on loopback and on tap device if you are running Compatibility mode driver. OPTIONS add This option is used to create an IPX interface. If the -p flag is used, the interface is made PRIMARY. The network number can be optionally assigned. If it is not assigned, it is set to 0 which indicates it should be detected from the traffic on the network. del This option is used to delete an IPX interface. delall This option is used to delete all IPX interfaces. check This option is used to display the device, frame type, and network number of an IPX interface. help This option displays information about the utility. FILES
/proc/net/ipx_interface /proc/net/ipx_route BUGS
This functionality really belongs in ifconfig(8). AUTHOR
Greg Page <greg.page@caldera.com> Caldera, Inc. IPX Utilities IPX_INTERFACE(8)

Check Out this Related Man Page

IPX_INTERFACE(8)					      System Manager's Manual						  IPX_INTERFACE(8)

NAME
ipx_interface - add, delete, or display an IPX interface SYNOPSIS
ipx_interface add [-p] device frame_type [network number[:node number]] ipx_interface del device frame_type ipx_interface delall ipx_interface check device frame_type ipx_interface help DESCRIPTION
ipx_interface adds, deletes, or displays IPX interfaces depending on the option selected. An IPX interface is the item to which IPX sockets are bound. An IPX interface corresponds to an IPX Network Number which corresponds to a physical device and frame type. A sample IPX Interface would be: Network Number: 0x00ABCDEF Device: Eth0 Frame Type: 802.2. There is a special IPX interface per host known as the PRIMARY or default interface. You should specify node number only if you really know, what you are doing - on point-to-point devices, on loopback and on tap device if you are running Compatibility mode driver. OPTIONS add This option is used to create an IPX interface. If the -p flag is used, the interface is made PRIMARY. The network number can be optionally assigned. If it is not assigned, it is set to 0 which indicates it should be detected from the traffic on the network. del This option is used to delete an IPX interface. delall This option is used to delete all IPX interfaces. check This option is used to display the device, frame type, and network number of an IPX interface. help This option displays information about the utility. FILES
/proc/net/ipx_interface /proc/net/ipx_route BUGS
This functionality really belongs in ifconfig(8). AUTHOR
Greg Page <greg.page@caldera.com> Caldera, Inc. IPX Utilities IPX_INTERFACE(8)
Man Page

4 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Installing Caldera ...

http://www.ibiblio.org/pub/Linux/ I just downloaded caldera from the link above ... how do I go about intalling it... (3 Replies)
Discussion started by: OOnegative
3 Replies

2. UNIX for Dummies Questions & Answers

How to display the primary network interface...

How do I find out what the primary network interface is on an AIX system.. Found commands to display information on the various interfaces but nothing that guides me to how to tell which one is the primary network interface. Thanks, ~D (1 Reply)
Discussion started by: djlerman
1 Replies

3. HP-UX

How to determine network interface that will be used to send a packet for an IP

Hello, I'm writing to you because I encountered the following problem. My program displayes all network interfaces that are available in the system, but I would like to add a functionality in which a user can enter a destination address IP (ex. the IP address of the Google search engine) and will... (1 Reply)
Discussion started by: foxrafi
1 Replies

4. Linux

C, LKM, netfilter, PF_PACKET and ARP.

Hello, Everyone knows that with PF_PACKET sockets one can "sniff" a determinated frame from the network device, but just that, see the frame without altering its action on the receiving host. What i want is to "intercept" the incoming frame and pass it through some rules, and if it doesn't pass... (9 Replies)
Discussion started by: Zykl0n-B
9 Replies