Robert Savage wrote:

Eric,

Looks like there's a GATEWAY= line missing in your DHCP server's
/etc/dhcpd.conf file.  You can add a default gateway manually as root:

  # route add default gw <gw_name_or_ip_addr>

but you'll have to do this every time you reboot or toggle your ethernet
interface down and up. PITB.

--Doc Savage
 Fairview Heights, IL

Why not just add

/sbin/route add default gw 192.168.1.1

to /etc/rc.local?




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

Reply via email to