On Fri, 22 Jun 2001 [EMAIL PROTECTED] wrote:

> Hello
> Dear LRP Guru
> Could I ask some of question again?cause I'm not software experimenter,maybe just 
>Hardware homebrew. 

You are experimenting with software now :)

> 
> Just finished made my modules(XXX.o) after compiled in kernel
> 2.0.36.My other Linux was RH 5.2(place to compile).
> After running the little bird for humanity.
> I got some of problem.
> There was some stopping respons.
> and It was /etc/network.conf
> The IF0_IFNAME and below comment(IF0_IPADDRESS...NET0_) didn't
> recognize,so I replace with ifconfig and route...... and it works.
> Then I don't know how to configure it again the configuration
> files,maybe some of guru could help me out? (topology like diagram
> below).

I don't know how your radiolan works so I can't say what you should do for
it.  I happen to think the IF0 variables are pretty easy to understand,
particularly if you look in /etc/init.d/network to learn how those
variables are used in ifconfig commands and so forth.  Thus, I can't use
knowledge of your system to compose the configuration file for you, and
since you didn't supply a copy along with specific errors it generates I
cannot comment on your problems.

> 
> and with your kindness how I could run the application program with the sametime of 
>modules?
> like
> in my /etc/modules
> 
> xxx.o  

Do not put a .o on the module names here

> Radioset   (application that compiled with RH5.2 k 2.0.36 from your advice,always 
>SIOCADRT??when boot) 

You say this is an application... then do NOT put it here.  This is ONLY
for modules.  If you want to start an application, you probably want to
put it in /etc/network_direct.conf

> 8390.o
> ne.o io=0xXXX irq=YY

no ".o" extension

> 
> then I tried with insmod in /etc/modules
> 
> like insmod xxx.o
> didn't find the right path(SIOCADRT...)

Each line in /etc/modules is broken up by a shellscript and the module
name is insmodded for you.  That is, a line in /etc/modules
 
  mymodule someargument=whatever

is transformed automatically when this file is processed on bootup into

  insmod /lib/modules/mymodule.o someargument=whatever

so don't put .o, and don't put applications in /etc/modules.  See
/etc/init.d/modutil to see how this is done.

> 
> I've collect some of documentation in linuxrouter,c0ws,leaf,mailing list archive,but 
>unfortunedly didn't clearly well.
> Any information maybe should help :-((   seems that I'm very newbies in LRP
> The "modem" was like RadioLAN,eth card in serial.
> 
> The system look like LRP to LRP

One comment... if you don't use masquerading, every router in your system
must know where to send data to arrive at every other network in your
system.  Sometimes you can use the default route to get this to work, but
the closer you are to your ISP the more each router must know about the
rest of your network.  That puts your Windows box in a very critical
position, and Windows has terrible routing support.

You may be able to simplify the Win box's work by turning on masquerading
at your 192.168.1.3 interface, but that will limit your Win box's access
to the radio lan severely.  (that may be a good idea... but I don't know
how you want to use this setup.)

>                   
> 
>                           ---------------
>                           |    ISP      |
>                           ---------------
>                               |
>                               |
>                               |PPP
>                   ------------------------------------
>                   | WIN 95 with modem analog(dial up)|
>                   ------------------------------------
>                               |Internet Gate(proxy)&Mail server
>                               |192.168.1.1(NIC)
>                               |
>                               |
>                       -----------------------
>                       |eth1(192.168.1.3)    |
>                       |  LRP 2.9.4 ROUTER   |
>                       |     (eth0 )RF LAN   |14K4Bps
>                       -----------------------                                   
>                    +        10.1.1.1
>                   +           +
>                  +            +
>                 +             +AIR
>                +              +
>        OTHER LRPs             +
>       10.1.1.3/24           10.1.1.2
>                       -----------------------
>                       |    (eth0 )RF LAN    |14K4Bps
>                       |  LRP 2.9.4 ROUTER   |
>                       | eth1(192.168.2.1)   |HTTP reject service
>                       -----------------------
>                              255.255.255.0
>                                 school |LAN           
>                                        |                             
>                                        |                             
>                                        |                             
>                           client1      |     
>                           192.168.2.2--+  
>                                        |                             
>                                        |                            
>                                        |                           
>                           client2      | 
>                           192.168.2.3--+  
>                                        |                              
>                                        |                            
>                                        |                              
>                           workstation  |  
>                           192.168.2.4 -+  
> 
> Deeply appreciate for your helping.
> 
> Thank you very much
> Huys    
> 

---------------------------------------------------------------------------
Jeff Newmiller                        The     .....       .....  Go Live...
DCN:<[EMAIL PROTECTED]>        Basics: ##.#.       ##.#.  Live Go...
                                      Live:   OO#.. Dead: OO#..  Playing
Research Engineer (Solar/Batteries            O.O#.       #.O#.  with
/Software/Embedded Controllers)               .OO#.       .OO#.  rocks...2k
---------------------------------------------------------------------------



_______________________________________________
Leaf-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/leaf-user

Reply via email to