On Wed, 17 Jan 2001, John Marlovits wrote:

> Having problems accessing the Floppy disk using a dos disk.  I'm missing the mcopy 
>command, and can't mount the disk.
>
> I can ping my local network but not past, I guess the route is not setup.  I'm using 
>DHCP, do I need to setup the route manually?  Also DNS is not working.   Do I have to 
>manually set that up also?

Assuming that the dhcp server is a Linux box, the top of dhcpd.conf should
look like:

default-lease-time 86400;
max-lease-time 172800;
option subnet-mask 255.255.255.0;
option broadcast-address x.x.x.255;
option routers default.gateway.goes.here;
option domain-name-servers IP.of.dns.server1, IP.of.dns.server2;
option domain-name "domainname.here";



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

Reply via email to