Jeff Pierce wrote:

> I am presently running eigerstien2beta 3.1.0 as a ppp dialup with no
> problems. However in about a week I will have DSL using PPPoA. The modem
> will have an ethernet port with an IP of 192.168.1.1 and the connecting
> system, LRP box, IP has to be 192.168.1.2. My internal network will be
> 192.168.2.x. Ok, I posted about the ipmasqing of private network
> addresses and Jeff Newmiller was kind enough to point me to the FAQ
> concerning this. Thanks again Jeff.
>
> Ok, now that is understood I was looking at how to changes my Eigerstien
> from ppp on the internet side to ethernet. I am a Slackware person and I
> know how to do it in the /etc/rc.d/rc.inet1 script, no problem. But, in
> looking over the leaf network.conf file I got confused on how to change
> it this way.
>
> Could somebody point me in the right direction on to set up the
> following:
> eth0 to internet (i.e. DSL modem) IP=192.168.1.2 gateway=192.168.1.1
> (address of modem), no DHCP
>

Why not just download a different image. Make the appropriate changes to
/etc/ipfilter.conf
by commenting out the below line.
# RFC 1918/1627/1597 blocks
        $IPCH -A $LIST -j DENY -p all  -s 10.0.0.0/8 -d 0/0 -l $*
        $IPCH -A $LIST -j DENY -p all  -s 172.16.0.0/12 -d 0/0 -l $*
#        $IPCH -A $LIST -j DENY -p all  -s 192.168.0.0/16 -d 0/0 -l $*
 make the appropriate changes in network.conf. dnscache and dhcpd.  You can
boot and test the new disk (or disks) before your dsl stuff gets there.  A
new set of floppies is effectively a new router.

>
> My first plan is to use my main Linux box to act as the modem with ppp
> and it's ethernet being 192.168.1.1 and connect it to eth0 of the
> router. This way my main system simulates the modem and I can debug the
> router settings. So when the install happens all I should have to do is
> plug in the modem, boot the pre-tested DSL disk and go 10 times faster,
> 512Kb downsteam.
>


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

Reply via email to