[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Going from DHCP to hard-coded values
Chris Cameron (chris@upnix.com) wrote:
> I'm have a 2.9 machine that currently uses DHCP to get all it's
> networking info. I'd now like to change from DHCP to hardcoded values.
> So I went and changed hostname.xl0 to:
> inet 24.68.192.240 255.255.255.252 NONE media autoselect
> Changed resolv.conf for my DNS, along with myname and mygate.
look in man dhclient.conf for supersede.
> After rebooting I get somehting along the lines of:
> 24.68.192.1 not found in routing table
sh /etc/netstart will save you a reboot.
> So that's pretty much the problem. I'm 100% sure that I have the proper
> gateway stuck in. What is it I'm not doing right?
You didn't fiddle long ennough ;)
Cya, Han.