My config for DHCP, 172.30.0.1 being
a separate Masq Linux machine, but I don't think
that's a problem (this machine running Masq as
well, and handling routing through it.

Now there is a small problem on 2.0.32 where
you need a:

echo "1" > /proc/sys/net/ipv4/ip_forward

line to make IPMasq work at all, once you do
that, everything's fine.  (I put the line in /etc/rc.d/rc3.d/rc.local)

Bill
----------------------------------------------------------------------------
-----

server-identifier stream.yourcompany.org;
shared-network TEST-NET-31-5 {

 subnet 172.30.0.0 netmask 255.255.252.0 {
   option routers 172.30.0.1;
   option subnet-mask 255.255.252.0;
   option domain-name "yourcompany.org";
   option domain-name-servers dns.yourcompany.org;
   max-lease-time 18000;
   default-lease-time 18000;

   range 172.30.3.10 172.30.3.250;
   }
}

--
Bill Eldridge
Radio Free Asia
[EMAIL PROTECTED]

-----Original Message-----
From: Donald K. Wilson <[EMAIL PROTECTED]>
To: Kenyon Ralph <[EMAIL PROTECTED]>
Cc: masq-help <[EMAIL PROTECTED]>; David A. Ranch <[EMAIL PROTECTED]>
Date: Monday, April 20, 1998 2:26 PM
Subject: Re: [masq] DHCP


>OK, let me try this again and put in some useful
>information.
>The setup we have here is ~30 desktop computers and a few NT
>servers for file and print sharing, with a linux box as a
>gateway to our ISP. We used to use DHCP, but I couldn't get
>is to work with IP-masq, so I assigned IP numbers to all
>machines. I don't really have a problem with this, as there
>are some advantages to knowing exactly who is where. What I
>would like to do is to have people from the field bring in
>their laptops and plug them in to out network without me
>having to assign them IP numbers and keep track of all of
>them. I have been told this should work, but it doesn't.
>If anyone has any hints, clues, or pointers to documentation
>I would be grateful. BTW, everything else works wonderfully.
>
>dkw
>
>--
>  Donald K. Wilson
>  Edge Diagnostic Systems
>  (408) 774-2253
>  [EMAIL PROTECTED]
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>For daily digest info, email [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For daily digest info, email [EMAIL PROTECTED]

Reply via email to