[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: dhcpd client doesn't find DNS server
- To: "'GV'" <kpkp_(_at_)_gmx_(_dot_)_net>
- Subject: Re: dhcpd client doesn't find DNS server
- From: "Teren Sapp" <teren_(_at_)_seryx_(_dot_)_net>
- Date: Wed, 27 Apr 2005 06:44:06 -0400
- Cc: <misc_(_at_)_openbsd_(_dot_)_org>
- Thread-index: AcVLEuhfz3SfUxCjSOqqpMyLgxD7VQAAtN5g
Hi,
You're setting up an internal network with a NAT, but it sounds like you
haven't setup the NAT yet which means that there's no way to get from
192.168.1.0/24 to the rest of the world. Once you setup the NAT, I think you
should be to go, because if your clients can't get to the rest of the world,
they can't hit your ISP's dns servers.
Teren Sapp
Seryx Data Systems
http://www.seryx.net
Phone: 989.400.4326
Fax: 989.400.4325
-----Original Message-----
From: owner-misc_(_at_)_openbsd_(_dot_)_org [mailto:owner-misc_(_at_)_openbsd_(_dot_)_org] On Behalf Of GV
Sent: Wednesday, April 27, 2005 6:10 AM
To: misc_(_at_)_openbsd_(_dot_)_org
Subject: dhcpd client doesn't find DNS server
Hi there,
I have the following configuration:
- OpenBSD 3.6
- 2 NICs (vr0 and rl0)
- the first one (vr0) connects directly via a DSL modem to the Internet
- the second one (rl0) was defined by myself in its hostname.rl0 as:
192.168.1.0 255.255.255.0 NONE
- dhcpd.conf has the following entries:
shared-network LOCAL-NET {
option domain-name "ku.com";
option domain-name-servers "IP address of namesrever1 from my
ISP","IP address of namesrever2 from my ISP";
subnet 192.168.1.0 netmask 255.255.255.0 {
option routers "IP address of my ISP's";
option domain-name-servers "IP address of namesrever1 from
my
ISP", "IP address of namesrever2 from my ISP";
range 192.168.1.32 192.168.1.127;
}
}
Now, when a client connects (actually a kubuntu box) does get an IP address
assigned but can't connect to the Internet. No external IPs or domains are
resolved?
Please take into account that this is new installation and no PF is enabled
yet.
Thanks for your help
Visit your host, monkey.org