[CentOS] dhcp server

Mon Aug 9 06:41:44 UTC 2010
Richard Gliebe <richard.gliebe at fhv.at>

On 8/9/10 7:25 AM Eero Volotinen wrote:
> 
> it is working on any other os?

I'll try it this afternoon, when I'm onside.
> 
> is the dhcp binded to correct interface?

Yes.

# ifconfig eth0
eth0      Link encap:Ethernet  HWaddr 00:1A:64:B6:1D:1C
           inet addr:192.168.100.2  Bcast:192.168.100.255 
Mask:255.255.255.0
           inet6 addr: fe80::21a:64ff:feb6:1d1c/64 Scope:Link
           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
           RX packets:41880145 errors:0 dropped:0 overruns:0 frame:0
           TX packets:32802248 errors:0 dropped:0 overruns:0 carrier:0
           collisions:0 txqueuelen:1000
           RX bytes:50878621928 (47.3 GiB)  TX bytes:12014003226 (11.1 GiB)
           Interrupt:169 Memory:92000000-92012800

and UDP/67 is listening.

# netstat -an | grep -w 67
udp        0      0 0.0.0.0:67                  0.0.0.0:*

many thanks
Richard