I am having trouble with dhcpd.  I have masquerading working fine, but i
want to assign ip addresses to the masqueraded win95 boxes.  Here is my setup
>From /etc/rc.d/init.d/ipmasq which runs at startup:
   echo -n "Enabling Masquerading... "
   echo "1" > /proc/sys/net/ipv4/ip_forward
   /sbin/depmod -a
   /sbin/modprobe ip_masq_ftp.o
   /sbin/modprobe ip_masq_raudio.o
   /sbin/modprobe ip_masq_irc.o
   /sbin/ipfwadm -F -p deny
   /sbin/ipfwadm -F -a m -S192.168.17.0/24 -D0.0.0.0/0 -W eth0
   /sbin/ipfwadm -I -a accept -W eth1 -P udp -S 0.0.0.0/0 68 -D 255.255.255.255 67
   /sbin/ipfwadm -O -a accept -W eth1 -P udp -S 192.168.17.1 67 -D 255.255.255.255 68

>From /etc/dhcpd.conf:

subnet 192.168.17.0 netmask 255.255.255.0 {
   range 192.168.17.3 192.168.17.25;
   default-lease-time 2592000;
   max-lease-time 2592000;
   option subnet-mask           255.255.255.0;
   option broadcast-address     192.168.17.255;
   option routers               192.168.17.1;
   option ntp-servers           ntp1.gatech.edu;

}

        What do I need to change?  Where can I view logs of what is happening?  The
win95 machines don't get addresses.  In winipcfg, i get nothing good when i hit
renew all.  Thanks for any help.

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

Reply via email to