* Redhat 7.2 + kernel 2.4.19
@ 2003-04-27 5:30 Shane Deering
2003-04-28 21:56 ` Speed on TCP/IP Marco Di Martino
2003-04-29 13:19 ` Redhat 7.2 + kernel 2.4.19 Shane Deering
0 siblings, 2 replies; 4+ messages in thread
From: Shane Deering @ 2003-04-27 5:30 UTC (permalink / raw)
To: linux-hams
Hello people.
I have been using a 2.2 kernel (nice and stable) for packet on my RH7.2 box.
I'm using RH7.2 as it seems to be the newest version that runs OK with the FBB
RPM.
I want to put my internet connection on that box and would like a newer kernel
(iptables).
I can see 2 ways that I could go here. Either get a 2.4.19(20) kernel to
compile on the Redhat box or get fbb (GUI client) to compile with a newer
distro (MDK9.0 would be nice).
I haven't been able to get anywhere with either option above.
Has anyone been able to do either or have a better idea?
--
Shane Deering Sent using Kmail v1.4.3
vk3bvp@qsl.net on Mandrake Linux, the Desktop OS
vk3bvp@vk3bvp.#sev.vic.aus.oc MDK9.0 Up 7 hours and 13 minutes
http://www.qsl.net/vk3bvp/ RH7.2 Up 3 days, 20 hours and 4 minutes
^ permalink raw reply [flat|nested] 4+ messages in thread
* Speed on TCP/IP
2003-04-27 5:30 Redhat 7.2 + kernel 2.4.19 Shane Deering
@ 2003-04-28 21:56 ` Marco Di Martino
2003-04-28 22:29 ` Marco Di Martino
2003-04-29 13:19 ` Redhat 7.2 + kernel 2.4.19 Shane Deering
1 sibling, 1 reply; 4+ messages in thread
From: Marco Di Martino @ 2003-04-28 21:56 UTC (permalink / raw)
To: linux-hams
Hi!
I've noticed that my ham-linux server is very slow in TCP/IP over ax.25.
So I've tried to configure better the ax.25 parameter following the HOW-TO.
Now the speed is quite better....but itsn't the optimum....
These below are my parameters. So can you say me if they are correct and
right ?
echo "1" > /proc/sys/net/ax25/ax0/backoff_type
echo "0" > /proc/sys/net/ax25/ax0/ip_default_mode
echo "6" > /proc/sys/net/ax25/ax0/standard_window_size
echo "20" > /proc/sys/net/ax25/ax0/maximum_retry_count
echo "330" > /proc/sys/net/ax25/ax0/maximum_packet_length
echo -n 1 > /proc/sys/net/ax25/ax0/t1_timeout
echo -n 2 > /proc/sys/net/ax25/ax0/t2_timeout
echo -n 7 > /proc/sys/net/ax25/ax0/t3_timeout
echo -n 0 > /proc/sys/net/ax25/ax0/idle_timeout
echo "1" > /proc/sys/net/ax25/ax0/connect_mode
echo "1" > /proc/sys/net/ipv4/conf/ax0/accept_redirects
echo "1" > /proc/sys/net/ipv4/conf/ax0/accept_source_route
echo "0" > /proc/sys/net/ipv4/conf/ax0/log_martians
Work conditions: 9600 baud with a good link...
Thanks,
Marco
iw7eas
----
E-mail:
iw7eas@virgilio.it
iw7eas@iw7eas.homeip.net
AX.25: IW7EAS@IW7CHV.IPUG.ITA.EU
http://iw7eas.homeip.net/
----
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: Speed on TCP/IP
2003-04-28 21:56 ` Speed on TCP/IP Marco Di Martino
@ 2003-04-28 22:29 ` Marco Di Martino
0 siblings, 0 replies; 4+ messages in thread
From: Marco Di Martino @ 2003-04-28 22:29 UTC (permalink / raw)
To: linux-hams
Oooops.....
But times for this T1 - T2 - T3 are expressed in sec. or msec ?
I think in msec because by default T1 is 1000....
....
Thanks again
----- Original Message -----
From: "Marco Di Martino" <iw7eas@iw7eas.homeip.net>
To: <linux-hams@vger.kernel.org>
Sent: Monday, April 28, 2003 11:56 PM
Subject: Speed on TCP/IP
> Hi!
> I've noticed that my ham-linux server is very slow in TCP/IP over ax.25.
> So I've tried to configure better the ax.25 parameter following the
HOW-TO.
> Now the speed is quite better....but itsn't the optimum....
> These below are my parameters. So can you say me if they are correct and
> right ?
>
> echo "1" > /proc/sys/net/ax25/ax0/backoff_type
> echo "0" > /proc/sys/net/ax25/ax0/ip_default_mode
> echo "6" > /proc/sys/net/ax25/ax0/standard_window_size
> echo "20" > /proc/sys/net/ax25/ax0/maximum_retry_count
> echo "330" > /proc/sys/net/ax25/ax0/maximum_packet_length
> echo -n 1 > /proc/sys/net/ax25/ax0/t1_timeout
> echo -n 2 > /proc/sys/net/ax25/ax0/t2_timeout
> echo -n 7 > /proc/sys/net/ax25/ax0/t3_timeout
> echo -n 0 > /proc/sys/net/ax25/ax0/idle_timeout
> echo "1" > /proc/sys/net/ax25/ax0/connect_mode
> echo "1" > /proc/sys/net/ipv4/conf/ax0/accept_redirects
> echo "1" > /proc/sys/net/ipv4/conf/ax0/accept_source_route
> echo "0" > /proc/sys/net/ipv4/conf/ax0/log_martians
>
> Work conditions: 9600 baud with a good link...
>
> Thanks,
> Marco
> iw7eas
>
> ----
> E-mail:
> iw7eas@virgilio.it
> iw7eas@iw7eas.homeip.net
> AX.25: IW7EAS@IW7CHV.IPUG.ITA.EU
> http://iw7eas.homeip.net/
> ----
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-hams" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Redhat 7.2 + kernel 2.4.19
2003-04-27 5:30 Redhat 7.2 + kernel 2.4.19 Shane Deering
2003-04-28 21:56 ` Speed on TCP/IP Marco Di Martino
@ 2003-04-29 13:19 ` Shane Deering
1 sibling, 0 replies; 4+ messages in thread
From: Shane Deering @ 2003-04-29 13:19 UTC (permalink / raw)
To: linux-hams
On Sun, 27 Apr 2003 15:30, Shane Deering wrote:
> Hello people.
> Or get fbb (GUI client) to compile with a newer distro (MDK9.0 would be >
> nice).
After some helpfull advice from Stewart Wilkinson I got further with compiling
FBB on my MDK9.0 box. I can do a make ok in fbbsrc.704h/src.
But not in fbbsrc.704h/src/X11
Here's the last few lines when trying make -
-L/usr/X11R6/LessTif/Motif2.0/lib -lXm -lXt -lXpm -lXext -lX11
/usr/lib/libXpm.so: undefined reference to `_fxstat'
collect2: ld returned 1 exit status
make: *** [xfbb] Error 1
I could do with a bit of a nudge (or severe beating with a book of man pages)
here.
All/any help welcome.
--
Shane Deering Sent using Kmail v1.4.3
vk3bvp@qsl.net on Mandrake Linux, the Desktop OS
vk3bvp@vk3bvp.#sev.vic.aus.oc MDK9.0 Up 7 hours and 30 minutes
http://www.qsl.net/vk3bvp/ RH7.2 Up 6 days, 3 hours and 38 minutes
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2003-04-29 13:19 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-04-27 5:30 Redhat 7.2 + kernel 2.4.19 Shane Deering
2003-04-28 21:56 ` Speed on TCP/IP Marco Di Martino
2003-04-28 22:29 ` Marco Di Martino
2003-04-29 13:19 ` Redhat 7.2 + kernel 2.4.19 Shane Deering
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.