Guest User!

You are not Sophos Staff.

This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DHCP Status / IP's available

Yesterday we had a problem where a couple of computers were not receiving an IP address from our DHCP server which lives on our XG330.  I disabled the pool for a couple seconds and then re-enabled it and those systems were able to get an IP.  My assumption is that we are running out of IP's in our pool but I am trying to verify that.  On a Windows DHCP Server you can quickly see a status of how many IPs are currently used and how many are available to be issued.  I have looked around in the GUI of the firewall and did some searching on the form but can't seem to find anything. 

Any assistance with this would be greatly appreciated.



This thread was automatically locked due to age.
Parents
  • cat /tmp/dhcpd.leases should do it , its not going to give you the total number of leases but it will render it on the cli which can help you figure out the ip addressing. 

    Alternatively if you have issues with DHCP, check in dhcpd.log and applog.log and also take a tcpdump on port 67 and 68, which should get you an idea where the problem is

Reply
  • cat /tmp/dhcpd.leases should do it , its not going to give you the total number of leases but it will render it on the cli which can help you figure out the ip addressing. 

    Alternatively if you have issues with DHCP, check in dhcpd.log and applog.log and also take a tcpdump on port 67 and 68, which should get you an idea where the problem is

Children