Linux - NetworkingThis forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I need some help, I have set up a linux box using fedora 10, I have installed Shorewall and Squid and they are working fine. I have two Nic cards install.
Ip eth0 192.168.249.253
and Ip eth1 10.0.14.254
I have IP forwading enabled on the kernel and on the eth1 card the gateway is set for the eth0 ip. Dns is set for the eth1 ip as well as my ISP external servers.
The internet works fine on the Linux box, but when I try to ping a domain on one of the lan workstations it can not resolve I can ping the ip address of yahoo and google so I know they see the internet. Am I missing something I have Bind running
Any help would really help
It attempts to but on the clients the DNS server it is set to is the linux machine 10.0.14.254 and it states that it is.
port 53 is open on the firewall. I pretty much copied the rules from the old box and imported them into the new one.
I honestly at the moment can not since the new box is meant to replace the old one and it is not hooked up untill I can resolve that issue. We have tried various times to get it to work and still nothing. so we have taken it off the network untill i can generate ideas of where to look for the problem and then test it again.
The old box handles the internet email and proxy for the lan so I can not take it offline during operation hours. if you can direct me to where to look at possible issues then I could look into it.
Question does bind have to have an ip to listen on or can it be told to listen to which ever card for requests?
I have experience with linux but I never had to do this type of work before for a lan. Plus I am a windows based person but I am loving linux and have learned a great deal about it.
How can we help if you can't provide basic information.
We need to rule out possible problems.
nslookup from the client is needed to see if the dns server in /etc/resolv.conf is reachable, and answering.
In squid you need to allow queries from the client.
First try with the DNS from the provider to see if they work.
Make sure port 53 is open
telnet 10.0.14.254 53
How can we help if you can't provide basic information.
We need to rule out possible problems.
nslookup from the client is needed to see if the dns server in /etc/resolv.conf is reachable, and answering.
In squid you need to allow queries from the client.
First try with the DNS from the provider to see if they work.
Make sure port 53 is open
telnet 10.0.14.254 53
I will look into those issues tuesday night and get you that info, my apologies.
Ok I got to test it out and i havethe message that the clients give me when doing a nslookup.
C:\Documents and Settings\Administrator>nslookup google.com
*** Can't find server name for address 10.0.14.254: No response from server
*** Default servers are not available
Server: UnKnown
Address: 10.0.14.254
*** UnKnown can't find google.com: No response from server
C:\Documents and Settings\Administrator>nslookup google.com
*** Can't find server name for address 10.0.14.254: No response from server
*** Default servers are not available
Server: UnKnown
Address: 10.0.14.254
*** UnKnown can't find google.com: No response from server
Also is there a reason that fedora 10 keeps deleting the dns that is inputed, everytime I restart network it removes the dns entries.
Should I be using RHEL as a server instead of Fedora,
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.