SRX

last person joined: yesterday 

Ask questions and share experiences about the SRX Series, vSRX, and cSRX.
  • 1.  DHCP Server Problem

    Posted 12-30-2009 19:29

    Hi there..

     

    New JunOS user and stumped trying to get DHCP server working - read the docs over and obviously missing something simple.

     

    Relevant Config:

     

            dhcp {
                name-server {
                    216.168.96.250;
                    216.168.96.251;
                }
                router {
                    192.168.254.1;
                }
                server-identifier 192.168.254.1;
                pool 192.168.254.0/24 {
                    address-range low 192.168.254.100 high 192.168.254.200;
                }
                propagate-settings vlan.0;

     

    vlan.0 is up and responding to pings - if I manually configure an IP address on my notebook I can surf the Internet etc. no problem.  This is JunOS 9.5R1.8 on an SRX-210

     

    If needed I can post the entire config - any help is appreciated...

     

    Paul



  • 2.  RE: DHCP Server Problem
    Best Answer

    Posted 12-30-2009 20:39

    Try upgrading to latest JUNOS release. I recall that there was a problem with DHCP server on vlan interface in 9.5 release. I would suggest maybe 10.0R2.

     

    -Richard



  • 3.  RE: DHCP Server Problem

    Posted 12-31-2009 07:45

    Thank you - that seems to have solved my issue!  One thing that almost got me was in Windows 7 when you are testing to see if you are getting a DHCP assigned address the icon shows "No Internet" which at first I thought meant I wasn't getting an IP address - not true.