Results 1 to 4 of 4

Thread: Bind IP With MAC??/

  1. #1

    Bind IP With MAC??/

    hi
    can any1 plz tell me the method to bind IP with MAC address...
    if there's any script then plz share it with me...
    thanx

  2. #2
    You kind of need to be more specific. Do you mean how to have your DHCP server assign a specific IP address to a specific MAC address?
    My crime is that of curiosity. My crime is that of judging people by what they say and think, not what they look like. My crime is that of outsmarting you, something that you will never forgive.

  3. #3
    how about this script



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

    subnet 10.69.0.0 netmask 255.255.0.0 {

    # --- default gateway
    option routers 10.69.5.1;
    option subnet-mask 255.255.0.0;

    # option nis-domain "domain.org";
    # option domain-name "domain.org";
    option domain-name-servers 10.69.5.1;

    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 10.69.6.100 10.69.6.200;
    default-lease-time 21600;
    max-lease-time 43200;

    # we want the nameserver to appear at a fixed address
    host www

    # next-server marvin.redhat.com;
    {
    hardware ethernet 00:15:60:bb:9f:ea;
    fixed-address 10.69.8.x;
    }
    host Mr YYY
    { hardware ethernet 00:c0:9f:9d:8b:bd;
    fixed-address 10.69.8.x;
    }
    host Mr-XXX
    { hardware ethernet 00:15:60:bb:af:09;
    fixed-address 10.69.8.x;
    }
    }

  4. #4
    ??? What about it? ???
    My crime is that of curiosity. My crime is that of judging people by what they say and think, not what they look like. My crime is that of outsmarting you, something that you will never forgive.

Similar Threads

  1. fedora core 5 and bind V9
    By barfota2000 in forum Linux - Hardware, Networking & Security
    Replies: 0
    Last Post: 04-22-2007, 03:11 PM
  2. what is these BIND packages details
    By saqib389 in forum Linux - Hardware, Networking & Security
    Replies: 1
    Last Post: 11-06-2006, 03:54 PM
  3. Active Directory LDAP Compliance
    By regix in forum Windows - General Topics
    Replies: 0
    Last Post: 01-04-2005, 02:34 AM
  4. Kinda dumb BIND question
    By datamike in forum Linux - General Topics
    Replies: 2
    Last Post: 03-17-2003, 08:45 PM
  5. webmin and bind
    By agar in forum Linux - Hardware, Networking & Security
    Replies: 4
    Last Post: 12-03-2001, 06:11 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •