Networking Forums

Networking Forums > Computer Networking > Linux Networking > Dueling DHCP servers: How to win

Reply
Thread Tools Display Modes

Dueling DHCP servers: How to win

 
 
meburr@gmail.com
Guest
Posts: n/a

 
      06-24-2005, 03:06 AM
Background: The company I work for has been acquired buy a Windows
Shop. Our office will become a "remote office" with all new networking
equipment. We will be permitted to maintain our existing "development
infrastructure", which I define as "whatever I like".

They will be providing a dhcp service from a remote server via proxyarp
through a Cisco switch/router. I would like to use my own dhcp server
(for lots of reasons). Is there any clever way to make it so that my
dhcp server will always be the one to answer? Putting any kind of
firewall in front of their router will not be an option. I'd also
prefer not to make any changes to the clients.

 
Reply With Quote
 
 
 
 
Michael Heiming
Guest
Posts: n/a

 
      06-24-2005, 10:41 AM
In comp.os.linux.networking (E-Mail Removed):
> Background: The company I work for has been acquired buy a Windows
> Shop. Our office will become a "remote office" with all new networking


My condolences.

> equipment. We will be permitted to maintain our existing "development
> infrastructure", which I define as "whatever I like".


> They will be providing a dhcp service from a remote server via proxyarp
> through a Cisco switch/router. I would like to use my own dhcp server
> (for lots of reasons). Is there any clever way to make it so that my


IIRC not, doze dhcp doesn't allow to run in ha/failover mode like
isc dhcp allows in addition to other limits. Perhaps just setup
your own IP range put the clients behind and simply NAT the
clients through the Linux(dhcp) server to the company LAN?

[..]

--
Michael Heiming (X-PGP-Sig > GPG-Key ID: EDD27B94)
mail: echo (E-Mail Removed) | perl -pe 'y/a-z/n-za-m/'
#bofh excuse 215: High nuclear activity in your area.
 
Reply With Quote
 
meburr@gmail.com
Guest
Posts: n/a

 
      06-25-2005, 12:29 AM
Michael Heiming wrote:
> In comp.os.linux.networking (E-Mail Removed):
> > Background: The company I work for has been acquired buy a Windows
> > Shop. Our office will become a "remote office" with all new networking

>
> My condolences.
>
> > equipment. We will be permitted to maintain our existing "development
> > infrastructure", which I define as "whatever I like".

>
> > They will be providing a dhcp service from a remote server via proxyarp
> > through a Cisco switch/router. I would like to use my own dhcp server
> > (for lots of reasons). Is there any clever way to make it so that my

>
> IIRC not, doze dhcp doesn't allow to run in ha/failover mode like
> isc dhcp allows in addition to other limits. Perhaps just setup
> your own IP range put the clients behind and simply NAT the
> clients through the Linux(dhcp) server to the company LAN?


Unfortunately, that's not an option either.

>
> [..]
>
> --
> Michael Heiming (X-PGP-Sig > GPG-Key ID: EDD27B94)
> mail: echo (E-Mail Removed) | perl -pe 'y/a-z/n-za-m/'
> #bofh excuse 215: High nuclear activity in your area.


 
Reply With Quote
 
Clive Dove
Guest
Posts: n/a

 
      06-25-2005, 10:14 AM
(E-Mail Removed) wrote:

> Michael Heiming wrote:
>> In comp.os.linux.networking (E-Mail Removed):
>> > Background: The company I work for has been acquired buy a Windows
>> > Shop. Our office will become a "remote office" with all new
>> > networking

>>
>> My condolences.
>>
>> > equipment. We will be permitted to maintain our existing
>> > "development infrastructure", which I define as "whatever I like".

>>
>> > They will be providing a dhcp service from a remote server via
>> > proxyarp through a Cisco switch/router. I would like to use my own
>> > dhcp server (for lots of reasons). Is there any clever way to make
>> > it so that my

>>
>> IIRC not, doze dhcp doesn't allow to run in ha/failover mode like
>> isc dhcp allows in addition to other limits. Perhaps just setup
>> your own IP range put the clients behind and simply NAT the
>> clients through the Linux(dhcp) server to the company LAN?

>
> Unfortunately, that's not an option either.
>
>>
>> [..]
>>
>> --
>> Michael Heiming (X-PGP-Sig > GPG-Key ID: EDD27B94)
>> mail: echo (E-Mail Removed) | perl -pe 'y/a-z/n-za-m/'
>> #bofh excuse 215: High nuclear activity in your area.



Would you please give us some more information as to why a NAT router is
not an option.

Clive


 
Reply With Quote
 
Michael Heiming
Guest
Posts: n/a

 
      06-25-2005, 10:30 AM
In comp.os.linux.networking Clive Dove <(E-Mail Removed)>:
> (E-Mail Removed) wrote:


>> Michael Heiming wrote:
>>> In comp.os.linux.networking (E-Mail Removed):
>>> > Background: The company I work for has been acquired buy a Windows
>>> > Shop. Our office will become a "remote office" with all new
>>> > networking

[..]

>>> > They will be providing a dhcp service from a remote server via
>>> > proxyarp through a Cisco switch/router. I would like to use my own
>>> > dhcp server (for lots of reasons). Is there any clever way to make
>>> > it so that my
>>>
>>> IIRC not, doze dhcp doesn't allow to run in ha/failover mode like
>>> isc dhcp allows in addition to other limits. Perhaps just setup
>>> your own IP range put the clients behind and simply NAT the
>>> clients through the Linux(dhcp) server to the company LAN?

>>
>> Unfortunately, that's not an option either.


> Would you please give us some more information as to why a NAT router is
> not an option.


Would be interesting.

--
Michael Heiming (X-PGP-Sig > GPG-Key ID: EDD27B94)
mail: echo (E-Mail Removed) | perl -pe 'y/a-z/n-za-m/'
#bofh excuse 272: Netscape has crashed
 
Reply With Quote
 
meburr@gmail.com
Guest
Posts: n/a

 
      06-25-2005, 04:15 PM
Clive Dove wrote:
> (E-Mail Removed) wrote:
>
> > Michael Heiming wrote:
> >> In comp.os.linux.networking (E-Mail Removed):
> >> > Background: The company I work for has been acquired buy a Windows
> >> > Shop. Our office will become a "remote office" with all new
> >> > networking
> >>
> >> My condolences.
> >>
> >> > equipment. We will be permitted to maintain our existing
> >> > "development infrastructure", which I define as "whatever I like".
> >>
> >> > They will be providing a dhcp service from a remote server via
> >> > proxyarp through a Cisco switch/router. I would like to use my own
> >> > dhcp server (for lots of reasons). Is there any clever way to make
> >> > it so that my
> >>
> >> IIRC not, doze dhcp doesn't allow to run in ha/failover mode like
> >> isc dhcp allows in addition to other limits. Perhaps just setup
> >> your own IP range put the clients behind and simply NAT the
> >> clients through the Linux(dhcp) server to the company LAN?

> >
> > Unfortunately, that's not an option either.
> >
> >>
> >> [..]
> >>
> >> --
> >> Michael Heiming (X-PGP-Sig > GPG-Key ID: EDD27B94)
> >> mail: echo (E-Mail Removed) | perl -pe 'y/a-z/n-za-m/'
> >> #bofh excuse 215: High nuclear activity in your area.

>
>
> Would you please give us some more information as to why a NAT router is
> not an option.


I won't have access to the switch or any other network equipment.
Everything owned by "corporate IS" will be caged off. I'll only have a
punch panel with a bunch of RJ45 ports. I could pick one of those and
make myself a separate network behind theirs, but that would be a
little too conspicuous. If they only see traffic coming from one IP
address they'll know something's up. If the get no DHCP leases, they'll
just assume I gave static IPs to all the engineers.

>
> Clive


 
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
Two DHCP Servers Ari Windows Networking 1 11-25-2008 10:00 PM
DHCP Authorisation - does it stop rouge DHCP servers? Ben UK Windows Networking 4 11-28-2007 03:21 PM
2 DHCP Servers Peter Marshall Windows Networking 2 11-14-2006 05:38 PM
Scripting solution needed for DHCP and trusted PDC/DHCP servers. Scott Cooper Windows Networking 2 07-15-2004 11:05 PM
Servers and DHCP? Andrew Hodgson Home Networking 0 09-01-2003 04:17 PM



1 2 3 4 5 6 7 8 9 10 11