DHCP on Multiple nets/interfaces

Well, thanks to the forums, I've got DCHP mostly working serving TWO networks.  But, getting it done has raised more questions.

My configuration:

ASL 4.1 box with 3 NICs (ethernet) - 1 connected to my DSL modem (not PPoE, just plain 'ol ethernet) with a single staic IP; 1 connected to my internal network (192.168.1.x) and one connected to a Linksys WAP (192.168.2.250).

I'm running a separate DNS zone on ASL, which seems to be working great.

As far as DNS goes, I've hacked it according to the DHCP_Mutiple_served_networks document (which was for ASL 3.2); but have run into some issues.  The biggest issue seems to be the ASL gui.  It LOOKS like it was set up to do what I want to do (it has a drop down for 'network to serve'), and three networks show up - but, when I select one, all of the others 'reset' to defaults.  And, the 'dhcpd.conf' file winds up reflecting only the LAST set of changes I saved.

I've asked in another post if there's a 'Hacker's Guide' to ASL; but thought I'd put this out as well.

Any assistance would be greatly appreciated.

Clay Jackson
 
Parents
  • Fact is, the GUI was not engineered for that application of the DHCP proxy. The way I worked around it was to use dynamic network definition naming conventions (e.g., dhcp-network1, dhcp-network2, ...; dhcp-lower1, dhcp-lower2...; dchp-upper1, dhcp-upper2...). A script we did for a client looks at the naming conventions of network conventions (certain prefixes being 'reserved') and figures everything out; the (DHCP) GUI is not used.

    Keep your eyes peeled to see if the 5 version about to be released permits multiple interface DHCP; it's been an periodic nag of Astaro...
      
Reply
  • Fact is, the GUI was not engineered for that application of the DHCP proxy. The way I worked around it was to use dynamic network definition naming conventions (e.g., dhcp-network1, dhcp-network2, ...; dhcp-lower1, dhcp-lower2...; dchp-upper1, dhcp-upper2...). A script we did for a client looks at the naming conventions of network conventions (certain prefixes being 'reserved') and figures everything out; the (DHCP) GUI is not used.

    Keep your eyes peeled to see if the 5 version about to be released permits multiple interface DHCP; it's been an periodic nag of Astaro...
      
Children