On Fri, 28 Sep 2001 [EMAIL PROTECTED] wrote:

> Hi,
> 
> I´m setting a lab for testing porpuses.
> I need a router. So I grabbed an old 486 and two smc-ultra cards.
>  I "know" LRP can act as a plain router, ie. routing just everything
> 
> My settings
>     IPALWAYSDEFRAG_KERNEL=NO
> 
>     eth0_IPADDR=192.168.1.254
>     eth0_MASKLEN=24
>     eth0_BROADCAST=192.168.1.255
>     eth0_DEFAULT_GW=192.168.1.254
> 
>     eth1_IPADDR=192.168.2.254
>     eth1_MASKLEN=24
>     eth1_BROADCAST=192.168.2.255
>     eth1_DEFAULT_GW=192.168.2.254
> 
>     IPFILTER_SWITCH=router
> 
> I set LRP as "router" and added the following routes
>     ip route add 192.168.1/24 via dev eth0
>     ip route add 192.168.2/24 via dev eth1
> 
> Is there anything else I would need to set up???
> 
> Any suggestions???

edit /etc/ipfilter.conf to allow private addresses to be routed.
Look for the section labelled "RFC 1918/1627/1597" and comment out the
192.168 deny line.

---------------------------------------------------------------------------
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]
https://lists.sourceforge.net/lists/listinfo/leaf-user

Reply via email to