Michael Schwendt wrote:

> Your DHCP server fails to start because it has not been configured
> completely for all your network interfaces. From the top of my head,
> the following entry for the subnet, where your public IP addr is
> from, should suffice. Substitute the missing values:
>
> subnet 202.175.???.??? netmask 255.???.???.??? {
>     not authoritative;
> }

So, the following setting is suitable for the dhcp server ?

subnet 202.175.xxx.0 netmask 255.255.255.0 {
    range 202.175.xxx.xxx 202.175.xxx.xxx;
}





-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to