Re: DHCP and DNS

2007-09-28 Thread Thomas D. Dean
> You need to add the hostname dv6000 entry to hosts, or create your own zone > files and run bind. As these are private IP's you need either to update > hosts or run DNS. You may find it easier to give servers static private > IP's that way you are assured your hosts entries or DNS entries ar

Re: DHCP and DNS

2007-09-28 Thread Derek Ragona
At 01:48 PM 9/28/2007, Thomas D. Dean wrote: I had a wired network with a FreeBSD gateway/firewall. The gateway died and I converted to a mixed network with a Belkin N1 wireless router. I have 2 windows machines and 3 FreeBSD 6.2-stable machines. fix etc/rc.conf and reboot. dhclient is runnin

Re: DHCP and DNS

2007-09-28 Thread Chuck Swiger
On Sep 28, 2007, at 1:19 PM, Thomas D. Dean wrote: I have a Belkin N1 wireless router with a mix of wireless and wired machines. 2 wired FreeBSD machines, 1 wired Windows machine, 1 wireless FreeBSD machine, -current wpi driver in the works, and a wireless windows machine. The wired FreeBSD mac

Re: DHCP and DNS

2007-09-28 Thread Thomas D. Dean
I have a Belkin N1 wireless router with a mix of wireless and wired machines. 2 wired FreeBSD machines, 1 wired Windows machine, 1 wireless FreeBSD machine, -current wpi driver in the works, and a wireless windows machine. The wired FreeBSD machines get leases with dhclient. Looking at the route

Re: DHCP and DNS

2007-09-28 Thread Chuck Swiger
On Sep 28, 2007, at 12:27 PM, Thomas D. Dean wrote: How can I get FreeBSD to query the router for IP information for other machines? Your question isn't very clear, but if you want to configure FreeBSD to use a nameserver on your router (or elsewhere), set up /etc/ resolv.conf. Otherwise,

Re: DHCP and DNS

2007-09-28 Thread Thomas D. Dean
How can I get FreeBSD to query the router for IP information for other machines? tomdean ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: DHCP and DNS

2007-09-28 Thread Thomas D. Dean
The router provides DHCP services. The windows boxes can ping the FreeBDS boxes by name. tomdean ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTE

Re: DHCP and DNS

2007-09-28 Thread Bob Middaugh
-- Original message -- From: "Thomas D. Dean" <[EMAIL PROTECTED]> > I had a wired network with a FreeBSD gateway/firewall. The gateway > died and I converted to a mixed network with a Belkin N1 wireless > router. > > I have 2 windows machines and 3 FreeBSD 6.2-st