I was hoping you could edit my /etc/dhcpd.conf for me, im trying to add specific ip 
add on specific card THROUGH dhcp, with this value, but im getting error, when i try 
to append it to the last psrt.

ip add       //   MAC Add  

192.168.0.21 // 00:02:44:34:b3:59
192.168.0.22 // 09:ff:d4:b3:v9:e4
192.168.0.22 // 00:4e:20:p3:5s:26


#########################################


ddns-update-style interim;
ignore client-updates;

subnet 192.168.0.0 netmask 255.255.255.0 {

# --- default gateway
        option routers                  192.168.0.5;
        option subnet-mask              255.255.255.0;

        option nis-domain               "our_company.org";
        option domain-name              "our_company.org";
        option domain-name-servers      192.168.1.5;

        option time-offset              -18000; # Eastern Standard Time
#       option ntp-servers              192.168.1.1;
#       option netbios-name-servers     192.168.1.1;
# --- Selects point-to-point node (default is hybrid). Don't change this unless
# -- you understand Netbios very well
#       option netbios-node-type 2;

        range dynamic-bootp 192.168.0.15 192.168.0.27;
        default-lease-time 21600;
        max-lease-time 43200;

        # we want the nameserver to appear at a fixed address
        host ns {
                next-server server.our_company.org;
                hardware ethernet 02:fd:3e:4f:44:fD;
                fixed-address 192.168.0.17;
        }
}

###########  Stop #########################################


thank you

jeremy
-- 
______________________________________________
Check out the latest SMS services @ http://www.linuxmail.org 
This allows you to send and receive SMS through your mailbox.


Powered by Outblaze
--
Philippine Linux Users' Group (PLUG) Mailing List
[EMAIL PROTECTED] (#PLUG @ irc.free.net.ph)
Official Website: http://plug.linux.org.ph
Searchable Archives: http://marc.free.net.ph
.
To leave, go to http://lists.q-linux.com/mailman/listinfo/plug
.
Are you a Linux newbie? To join the newbie list, go to
http://lists.q-linux.com/mailman/listinfo/ph-linux-newbie

Reply via email to