Re: Internet connection



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
.



Relevant Pages

  • Re: Internet connection
    ... > 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? ...
    (comp.unix.bsd.freebsd.misc)
  • Re: Internet connection
    ... >>> Your router at 192.168.0.1 is offering an address, but the FreeBSD DHCP ... > the invalid lease option. ... One angle on that is reverse lookup of the handed out address, ...
    (comp.unix.bsd.freebsd.misc)
  • Re: Internet connection
    ... >> Your router at 192.168.0.1 is offering an address, but the FreeBSD DHCP ... the invalid lease option. ... The bogus message might be unrelated to the ...
    (comp.unix.bsd.freebsd.misc)
  • Re: DNS - no name resolution
    ... Do you have you dns servers set up to ... from your ISP either in tcpip proprties ... or in any router you may be using? ...
    (microsoft.public.win2000.networking)
  • Re: wifi SuSE 9.0 to 9.1 problem
    ... Can you ping the router? ... have you got DNS servers set up correctly? ... switched off DNS proxy on my router without realising. ... I booted knoppix on my laptop and couldn't get to the Internet. ...
    (alt.os.linux.suse)