I have a backroom network ip 192.168.1. with Ubuntu server. I set up DNS about a year ago but it has never been reliable. I went through the documentation and checked all of the bind files but I can not get it to work properly. I do not get any errors when starting but I can not see the URL when I ping from my PC.
Hi Folks,
Could anyone please point me to the right direction as I have spent so much time on this without luck. :wall:
I have installed Bind on my CentOS 5 server for internal network.
Hello,
I have changed some settings on my DNS / DHCP config under Debian Lenny, and now when i try to ping some box it only works with long names. For example:
Hi,
On my server I've a OpenVPN gateway and a DNS bind9 serveur
At the moment, OpenVPN send opendns address to the clients and it works fine.
I would like to use my DNS server for my clients to work with any DNS address.
Here is OpenVPN config :
Code:
server 10.154.251.0 255.255.255.0
push "dhcp-option DNS 10.154.251.1" // I've tried with my public ip address, it doesn't work neig
hi guys
I got something I haven't been able to fix
I configure a Linux Suse 10 box, added static IP, DNS (resolv), gateway (routes) but I am not able to ping other servers by name but nslookup works and the server can navigate on internet
check below
the problematic server is server-host20
Code:
# ping server-host1
ping: unknown host server-host1
# nslookup
> server-host1
Server: &
Having issue configuring BIND, I've registered a domain at namecheap and created NS names e.g.
Hi! I've successfully setup my DHCP server. Clients can connect and an IP gets assigned and the client is connected to the internet.
I have one problem, though. I can access(ping, telnet, web browser) an IP address but not a hostname from a client connected to the server.
I've used BIND under Fedora 8 and many previous versions, configuring it with Webmin. I now have a Fedora 10 installation, and am unable to get it working. The Webmin interface seems to have changed a bit, but not enough that I cannot figure out what to do. When I look at my named files, I don't see anything wrong.
I'm trying to setup a small LAN, using an Ethernet switch, an Arch Linux server, and around 10 Windows XP machines. This network has no outside connections.
The Arch machine has a self configured ip address (configured with ip addr add 192.168.0.1 dev eth0), and acts as a DHCP server(using dhcpd).