Re: Internet connection
- From: Warren Block <wblock@xxxxxxxxxxx>
- Date: Wed, 04 Jan 2006 22:16:29 -0000
Marshall Dudley <mdudley@xxxxxxxxxxxxx> wrote:
>
> I get the following 6 times with the number after "interval" changing each
> time between 8, 14, 15, 8, 9, and 7.:
>
> DHCPDISCOVER on dc0 to 255.255.255.255 port 67 interval [8 14 15 8 9 7]
> DHCPOFFER FROM 192.168.0.1
> Bogus domain search list 15: domain_not_set.invalid (domain_not_set.invalid)
> Invalid lease option ignoring offer
> packet_to_lease failed.
Your router at 192.168.0.1 is offering an address, but the FreeBSD DHCP
client doesn't like it. Maybe it's because you don't have a domain set?
I would set the DHCP server on the router to something relevant (like
your ISP's domain) and try it again.
If that doesn't do it, you can always just assign an address statically:
ifconfig_dc0="inet 192.168.0.10 netmask 255.255.255.0"
That's just an arbitrary choice of .10 for an address there. It must be
one not already in use.
Then you also need DNS servers set in /etc/resolv.conf.
After making those changes in /etc/rc.conf, you either need to reboot
the system, or kill any instances of dhclient and use ifconfig
to make the same changes interactively.
--
Warren Block * Rapid City, South Dakota * USA
.
- Follow-Ups:
- Re: Internet connection
- From: Marshall Dudley
- Re: Internet connection
- From: jpd
- Re: Internet connection
- References:
- Internet connection
- From: Marshall Dudley
- Re: Internet connection
- From: Warren Block
- Re: Internet connection
- From: Marshall Dudley
- Internet connection
- Prev by Date: Re: how to enable XDMCP in KDM on PCBSD?
- Next by Date: Re: sendmail configuration problem
- Previous by thread: Re: Internet connection
- Next by thread: Re: Internet connection
- Index(es):
Relevant Pages
|
|