Linux HAM/Amateur Radio development
 help / color / mirror / Atom feed
* Configuring AX25 NET/ROM!
@ 2002-10-03 20:51 Bill Walton
  2002-10-03 21:29 ` Ray Wells
  2002-10-04 16:01 ` M Taylor
  0 siblings, 2 replies; 3+ messages in thread
From: Bill Walton @ 2002-10-03 20:51 UTC (permalink / raw)
  To: LINUX HAMS MAILING LIST

[-- Attachment #1: Type: text/plain, Size: 1483 bytes --]

Dear Linux-Hams Mailing List:

First of all I would like to thank you for your excellent advice regarding my AX25
NET/ROM configuration issues.  Most of my problems are caused by my lack of
experience with Linux.  Hopefully some day when I am old and gray I will be
answering linux questions instead of asking them (>:

I have basicially got everything running now but I have screwed up the NET/ROM
configuration somewhere and the node is not working properly.  For my particular
setup I do not need AXIP or ROSE.  Once that I can get one port (ax0) working
correctly I should be able to configure the other 5 ports.

I can make "call" requests on "ax0" that seems to work fine.  However, when I
try to connect to SCV:KJ6EO-7 I get connected then get immediately disconnected.
Also the node ignores its alias "SCV".

I humbly request that someone take a look at my configuration files and correct the
mistakes that I have made.  It might be enough if someone would supply me with
copies of their files that correspond to mine.  Once I get the NET/ROM issues
straightened out I can go on to my next BIG HEADACHE which is XFBB.  I can't
get it to run...I get the "Unknown Return Value 127" error (whatever that means).
Again that error is probably due to some mistake I have made somewhere.

The following files are attached:

axports, nrports, nrbroadcast, output (from ifconfig), ax25d.conf, node.conf,
node.perms.

Your help and advice are always appreciated!

Regards,

Bill KJ6EO

[-- Attachment #2: node.conf --]
[-- Type: application/x-unknown-content-type-conf_auto_file, Size: 1744 bytes --]

[-- Attachment #3: axports --]
[-- Type: text/plain, Size: 155 bytes --]

# /etc/ax25/axports
#
# The format of this file is:
#
# name	callsign 	speed 	paclen 	window 	description
#
ax0	KJ6EO-15	9600	256	2	145.050 Mhz 1200 Baud


[-- Attachment #4: ax25d.conf --]
[-- Type: application/x-unknown-content-type-conf_auto_file, Size: 1282 bytes --]

[-- Attachment #5: node.perms --]
[-- Type: text/plain, Size: 635 bytes --]

# /etc/ax25/node.perms
#
# The node operator is KJ6E0 and has a password of 'whatever' and
# is allowed all permissions by all connection methods.
kj6eo	*	 *	 yagibeam  255

# The following users are banned from connecting
NOCALL  *        *       *         0
PK232   *        *       *         0
PMS     *        *       *         0

# INET users are banned from connecting.
*       inet     *       *         0

# AX.25, NET/ROM, Local, Host and AMPR users may (C)onnect and (T)elnet
# to local and ampr hosts but not to the other IP addresses.
*	ax25	*	*	159
*	netrom	*	*	159
*	local	*	*	159
*	host	*	*	159
*	ampr	*	*	159
			      

[-- Attachment #6: nrbroadcast --]
[-- Type: text/plain, Size: 124 bytes --]

# /etc/ax25/nrbroadcast
#
# The format of this file is:
#
# ax25_name min_obs def_qual worst_qual verbose
#
ax0	1	200	100	1

[-- Attachment #7: nrports --]
[-- Type: text/plain, Size: 141 bytes --]

# /etc/ax25/nrports
#
# The format of this file is:
#
# name callsign alias paclen description
#
nr0  KJ6EO-7	SCV   236    Linux Switch Port

[-- Attachment #8: output --]
[-- Type: text/plain, Size: 1828 bytes --]

ax0       Link encap:AMPR AX.25  HWaddr KJ6EO-15  
          inet addr:44.16.2.102  Mask:255.0.0.0
          UP RUNNING  MTU:256  Metric:1
          RX packets:2 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

eth0      Link encap:Ethernet  HWaddr 00:04:5A:76:37:16  
          inet addr:64.174.110.108  Bcast:64.174.110.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:182 errors:0 dropped:0 overruns:0 frame:0
          TX packets:91 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 
          RX bytes:26713 (26.0 Kb)  TX bytes:11259 (10.9 Kb)

eth1      Link encap:Ethernet  HWaddr 00:50:BA:C0:54:A8  
          inet addr:192.168.1.3  Bcast:192.168.1.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:31 errors:0 dropped:0 overruns:0 frame:0
          TX packets:52 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 
          RX bytes:4367 (4.2 Kb)  TX bytes:6405 (6.2 Kb)

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:48 errors:0 dropped:0 overruns:0 frame:0
          TX packets:48 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 
          RX bytes:3148 (3.0 Kb)  TX bytes:3148 (3.0 Kb)

nr0       Link encap:AMPR NET/ROM  HWaddr KJ6EO-14  
          inet addr:44.16.2.102  Mask:255.0.0.0
          UP RUNNING  MTU:236  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Configuring AX25 NET/ROM!
  2002-10-03 20:51 Configuring AX25 NET/ROM! Bill Walton
@ 2002-10-03 21:29 ` Ray Wells
  2002-10-04 16:01 ` M Taylor
  1 sibling, 0 replies; 3+ messages in thread
From: Ray Wells @ 2002-10-03 21:29 UTC (permalink / raw)
  To: linux-hams

Hi Bill,

I'm old (ish) and grey (where I still have hair!) and I'm still asking 
questions about Linux after five years :-)

Ray Wells VK2TV

Date sent:      	Thu, 03 Oct 2002 13:51:30 -0700
From:           	Bill Walton <kj6eo@kj6eo.com>
To:             	LINUX HAMS MAILING LIST <linux-
hams@vger.kernel.org>
Subject:        	Configuring AX25 NET/ROM!

> Dear Linux-Hams Mailing List:
> 
> First of all I would like to thank you for your excellent advice
> regarding my AX25 NET/ROM configuration issues.  Most of my problems
> are caused by my lack of experience with Linux.  Hopefully some day
> when I am old and gray I will be answering linux questions instead of
> asking them (>:
> 
> I have basicially got everything running now but I have screwed up the
> NET/ROM configuration somewhere and the node is not working properly. 
> For my particular setup I do not need AXIP or ROSE.  Once that I can
> get one port (ax0) working correctly I should be able to configure the
> other 5 ports.
> 
> I can make "call" requests on "ax0" that seems to work fine.  However,
> when I try to connect to SCV:KJ6EO-7 I get connected then get
> immediately disconnected. Also the node ignores its alias "SCV".
> 
> I humbly request that someone take a look at my configuration files
> and correct the mistakes that I have made.  It might be enough if
> someone would supply me with copies of their files that correspond to
> mine.  Once I get the NET/ROM issues straightened out I can go on to
> my next BIG HEADACHE which is XFBB.  I can't get it to run...I get the
> "Unknown Return Value 127" error (whatever that means). Again that
> error is probably due to some mistake I have made somewhere.
> 
> The following files are attached:
> 
> axports, nrports, nrbroadcast, output (from ifconfig), ax25d.conf,
> node.conf, node.perms.
> 
> Your help and advice are always appreciated!
> 
> Regards,
> 
> Bill KJ6EO
> 



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Configuring AX25 NET/ROM!
  2002-10-03 20:51 Configuring AX25 NET/ROM! Bill Walton
  2002-10-03 21:29 ` Ray Wells
@ 2002-10-04 16:01 ` M Taylor
  1 sibling, 0 replies; 3+ messages in thread
From: M Taylor @ 2002-10-04 16:01 UTC (permalink / raw)
  To: Bill Walton; +Cc: LINUX HAMS MAILING LIST

On Thu, Oct 03, 2002 at 01:51:30PM -0700, Bill Walton wrote:
> Dear Linux-Hams Mailing List:
> 
> First of all I would like to thank you for your excellent advice regarding my AX25
> NET/ROM configuration issues.  Most of my problems are caused by my lack of
> experience with Linux.  Hopefully some day when I am old and gray I will be
> answering linux questions instead of asking them (>:
> 
> I have basicially got everything running now but I have screwed up the NET/ROM
> configuration somewhere and the node is not working properly.  For my particular

I just wanted to mention two useful configuration guides, 

PA3GCU's (Richard Adams) 
 http://people.zeelandnet.nl/pa3gcu/
Linux AX.25 configuration by John Ackermann N8UR
 http://www.febo.com/packet/linux-ax25/index.html

I plan to share my configuration when I take the time to write some better
rc scripts.

Hope that helps.
-ve1mct

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-10-04 16:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-10-03 20:51 Configuring AX25 NET/ROM! Bill Walton
2002-10-03 21:29 ` Ray Wells
2002-10-04 16:01 ` M Taylor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox