Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

nrattach(8) [debian man page]

NRATTACH(8)						   Linux System Managers Manual 					       NRATTACH(8)

NAME
nrattach - Start a NET/ROM interface SYNOPSIS
nrattach [-i inetaddr] [-m mtu] [-v] port DESCRIPTION
Nrattach takes many of the parameters for the port from the nrports(5) file. The paclen parameter is used for the device mtu unless over- ridden by a value on the command line. The port argument is the name of a port as given in the nrports(5) file. Nrattach tries to find the first free NET/ROM device in the system. The devices checked are nr0, nr1, nr2 and nr3 in that order. If no free NET/ROM device is available an error is generated and the program terminates. OPTIONS
-i inetaddr Set the internet address of the interface. This address may either be a dotted decimal address or a host name. -m mtu Sets the mtu of the interface. If this value is not given then the value is taken from the paclen parameter in nrports. -v Display the version. SEE ALSO
netrom(4), nrparms(4), nrports(5), ifconfig(8). BUGS
The program can be run many times with the same arguments creating many instances of the same attributes on different devices. Not a good idea. AUTHOR
Jonathan Naylor G4KLX <g4klx@g4klx.demon.co.uk> Linux 21 May 1996 NRATTACH(8)

Check Out this Related Man Page

NRPORTS(5)						     Linux Programmer's Manual							NRPORTS(5)

NAME
nrports - NET/ROM port configuration file. DESCRIPTION
Nrports is an ASCII file that contains information about each of the NET/ROM ports that are to be used. When dealing with an NET/ROM util- ity such as call, it takes an optional argument that is the port name. This port name is a reference to the line within nrports, which has the same name. The information on each line contains enough information to bind the command to a particular NET/ROM interface, this binding is done by matching the callsign on the line in nrports with the callsign of the port set by ifconfig. The nrports file may contain comments that begin with a # in the first column, or a port description in the following format, each field being delimited by white space: name callsign alias paclen description The field descriptions are: name this is the unique NET/ROM port identifier. callsign the callsign of the NET/ROM interface to bind to. alias this is the alias of the NET/ROM port. paclen is the default packet size for this interface. description a free format description of this interface, this field extends to the end of the line. It may contain spaces. FILES
/etc/ax25/nrports SEE ALSO
call(1), netrom(4), ifconfig(8), nrparms(8). Linux 2 August 1996 NRPORTS(5)
Man Page

5 More Discussions You Might Find Interesting

1. Programming

Command line parameter for C program

I am writing a C program that part of the idea is to using a command line parameter to control not to run certain part of the sub program. I am totally new to C, I do not have any idea how to pass a command line arguments from a C program. Can anyone help ?! Thanks (3 Replies)
Discussion started by: Wing m. Cheng
3 Replies

2. UNIX for Dummies Questions & Answers

UNIX/LINUX Textbooks

I am looking for a good interactive textbook on UNIX or LINUX that comes with a CD-ROM so that I can do some hands-on learning. Can anyone recommend a good text? (2 Replies)
Discussion started by: ednan171
2 Replies

3. Shell Programming and Scripting

Any idea on 3 Octet IP address ?

(4 Replies)
Discussion started by: jambesh
4 Replies

4. IP Networking

Solaris 9 new pumbed interface will not enter a RUNNING state

I'm trying to plumb a new interface bge1 on my machine: root@obms2-com-indianapolis-in:/root# ifconfig -a lo0: flags=1000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4> mtu 8232 index 1 inet 127.0.0.1 netmask ff000000 bge0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2 inet... (3 Replies)
Discussion started by: R37ribution
3 Replies

5. Solaris

Ifconfig command ?

What would be the command to remove the IP address from an interface? I want to remove the ip from this interface: ce3: flags=1000803<UP,BROADCAST,MULTICAST,IPv4> mtu 1500 index 5 inet 155.216.13.74 netmask fffffff0 broadcast 155.216.13.79 ether 0:3:ba:da:a6:96 (3 Replies)
Discussion started by: Kjons76
3 Replies