Networking Forums

Networking Forums > Computer Networking > Linux Networking > dhcpd with mask 255.255.255.255 for client

Reply
Thread Tools Display Modes

dhcpd with mask 255.255.255.255 for client

 
 
Lars
Guest
Posts: n/a

 
      10-16-2003, 10:59 AM
Hello

Situation: I'm running isc-dhcpd on an eth0.

Prob: dhcpd.conf

Requirement:
The clients shall receive an IP from the server within a range of
10.0.0.2 to 10.0.0.200.
AND a subnet-mask of 255.255.255.255
AND a broadcast-ip of their OWN ip, e.g. 10.0.0.43 or 10.0.0.44
respectively.

For the client ifconfig output should look like this:
eth0: ip 10.0.0.66 mask:255.255.255.255 broadcast 10.0.0.66

ANY HELP IS HIGHLY APPRECIATED!!

Thanks..

cedrix
 
Reply With Quote
 
 
 
 
Bill Unruh
Guest
Posts: n/a

 
      10-16-2003, 01:30 PM
(E-Mail Removed) (Lars) writes:

]Hello

]Situation: I'm running isc-dhcpd on an eth0.

]Prob: dhcpd.conf

]Requirement:
]The clients shall receive an IP from the server within a range of
]10.0.0.2 to 10.0.0.200.
]AND a subnet-mask of 255.255.255.255
]AND a broadcast-ip of their OWN ip, e.g. 10.0.0.43 or 10.0.0.44
]respectively.

]For the client ifconfig output should look like this:
]eth0: ip 10.0.0.66 mask:255.255.255.255 broadcast 10.0.0.66

Why in the world would you want that? That means that it is able to talk
only to itself, in which case why have dhcp at all.

Maybe if you told us what you want to accomplish with this, someone
might help, instead of telling us the solution you want to achieve.


 
Reply With Quote
 
Lars
Guest
Posts: n/a

 
      10-16-2003, 05:48 PM
Oh... anybody here able to help with this? it's URGENT!

(E-Mail Removed) (Bill Unruh) wrote in message
> ]Situation: I'm running isc-dhcpd on an eth0.
> ]Prob: dhcpd.conf
> ]Requirement:
> ]The clients shall receive an IP from the server within a range of
> ]10.0.0.2 to 10.0.0.200.
> ]AND a subnet-mask of 255.255.255.255
> ]AND a broadcast-ip of their OWN ip, e.g. 10.0.0.43 or 10.0.0.44
> ]respectively.
>
> ]For the client ifconfig output should look like this:
> ]eth0: ip 10.0.0.66 mask:255.255.255.255 broadcast 10.0.0.66
>
> Why in the world would you want that? That means that it is able to talk
> only to itself, in which case why have dhcp at all.


Because they shall only be allowed to talk to themselves!! All other
packets will be routed to the gateway. Simple enough, hm?

> Maybe if you told us what you want to accomplish with this, someone
> might help, instead of telling us the solution you want to achieve.


That's not the "solution", that's the task. Dont mix it up.

Any HELP is highly appreciated! THANKS!
 
Reply With Quote
 
W Cardwell
Guest
Posts: n/a

 
      10-16-2003, 07:40 PM
It is a bizarre setup. You can't blame people for wondering how it's
supposed to work.

Have you tried overriding the netmask with the subnet-mask option, something
like:

subnet 10.0.0.0 netmask 255.255.255.0
{
option subnet-mask 255.255.255.255;
range 10.0.0.2 10.0.0.200;
}

You don't need to specify the broadcast address.
--

wcardwell at nc dot rr dot com


"Lars" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed) om...
> Oh... anybody here able to help with this? it's URGENT!
>
> (E-Mail Removed) (Bill Unruh) wrote in message
> > ]Situation: I'm running isc-dhcpd on an eth0.
> > ]Prob: dhcpd.conf
> > ]Requirement:
> > ]The clients shall receive an IP from the server within a range of
> > ]10.0.0.2 to 10.0.0.200.
> > ]AND a subnet-mask of 255.255.255.255
> > ]AND a broadcast-ip of their OWN ip, e.g. 10.0.0.43 or 10.0.0.44
> > ]respectively.
> >
> > ]For the client ifconfig output should look like this:
> > ]eth0: ip 10.0.0.66 mask:255.255.255.255 broadcast 10.0.0.66
> >
> > Why in the world would you want that? That means that it is able to talk
> > only to itself, in which case why have dhcp at all.

>
> Because they shall only be allowed to talk to themselves!! All other
> packets will be routed to the gateway. Simple enough, hm?
>
> > Maybe if you told us what you want to accomplish with this, someone
> > might help, instead of telling us the solution you want to achieve.

>
> That's not the "solution", that's the task. Dont mix it up.
>
> Any HELP is highly appreciated! THANKS!



 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
dhcpd option remove for specific client iwetzel@gmx.net Linux Networking 1 07-09-2005 03:56 PM
subnet mask mn-500 cdstrand Linux Networking 1 08-06-2004 11:03 AM
Client subnet mask wrong when using Windows Server 2003 DHCP Tim R Windows Networking 2 01-02-2004 07:13 PM
DHCPd: IP-Address Pools based on Client ID Bastian Bense Linux Networking 1 09-08-2003 04:28 PM
Win98 client not obtaining lease from RH9 dhcpd server Gray D. McCord Linux Networking 1 07-06-2003 04:24 AM



1 2 3 4 5 6 7 8 9 10 11