hi,Ragnar Wiencke!
        See my config:
[root@linux root]# dhcpd eth0
Internet Software Consortium DHCP Server 2.0pl5
Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.
All rights reserved.

Please contribute if you find this software useful.
For info, please visit http://www.isc.org/dhcp-contrib.html

Listening on Socket/eth0/10.197.224.0
Sending on   Socket/eth0/10.197.224.0
so I modify the file /etc/init.d/dhcpd:
start() {
        # Start daemons.
        echo -n $"Starting $prog: "
        daemon /usr/sbin/dhcpd eth0 ${DHCPDARGS}
        RETVAL=$?              ~~~~~~It work,but I know it's not the best way
.........
[root@linux init.d]# /etc/init.d/dhcpd restart
Shutting down dhcpd:                                       [  OK  ]
Starting dhcpd:                                            [  OK  ]


        [EMAIL PROTECTED]
          2002-05-19





_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to