Linux - Networking This 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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
05-14-2007, 01:52 PM
|
#1
|
|
Member
Registered: Oct 2003
Location: T.O
Distribution: SunOS 10
Posts: 97
Rep:
|
Linux Firewall Server (Proxy) - DNS issue
Hello all,
I have a proxy server set up here with a firewall. Traffic from this proxy is functioning fine except for 1 specific website (internal). It was working fine and out of no where, it stopped functioning from the proxy server. If I use another proxy server, I can access it fine and both proxies look at the same dns server for resolution.
When I try to access the site via IE, it gives me the following error message from the proy server.
Unable to determine ip address from host name for example.com.
The dnsserver returned
Name error: The domain name does not exist.
The dns server entries are fine b/c it works fine from the other proxy.
Is there any way I can configure this server for name resolution on this specific address? This server is not on the lan or dmz, it's external.
Any help would be appreciated, thanks.
|
|
|
|
05-14-2007, 02:03 PM
|
#2
|
|
Guru
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870
|
are you sure that the working proxy doesn't have an entry for the site in its /etc/hosts file??
|
|
|
|
05-14-2007, 02:28 PM
|
#3
|
|
Member
Registered: Oct 2003
Location: T.O
Distribution: SunOS 10
Posts: 97
Original Poster
Rep:
|
no it doesen't.
I also tried editing the /etc/hosts file on the proxy server that is not working. I put the entry for the website that is not working but no luck. When I ping from the proxy server, it's attempting to find the I.P address from a public address so it will never find the system.
|
|
|
|
05-14-2007, 03:52 PM
|
#4
|
|
Guru
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870
|
Quote:
|
Originally Posted by ddzc
I also tried editing the /etc/hosts file on the proxy server that is not working. I put the entry for the website that is not working but no luck. When I ping from the proxy server, it's attempting to find the I.P address from a public address so it will never find the system.
|
that's weird, /etc/hosts should get checked first, like:
Code:
root@candystore:~# ping -c1 linuxquestions.org
PING linuxquestions.org (64.179.4.146) 56(84) bytes of data.
64 bytes from web2.linuxquestions.org (64.179.4.146): icmp_seq=1 ttl=53 time=79.6 ms
--- linuxquestions.org ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 79.684/79.684/79.684/0.000 ms
root@candystore:~# echo "192.168.123.123 linuxquestions.org" >> /etc/hosts
root@candystore:~# ping -c1 linuxquestions.org
PING linuxquestions.org (192.168.123.123) 56(84) bytes of data.
--- linuxquestions.org ping statistics ---
1 packets transmitted, 0 received, 100% packet loss, time 0ms
i'm not really sure why your box wouldn't behave like above... =/
Quote:
|
Originally Posted by ddzc
If I use another proxy server, I can access it fine and both proxies look at the same dns server for resolution.
|
wait, is the working proxy on a separate network location or is it a drop-in replacement you did with the same IP and everything as the non-working one??
Last edited by win32sux; 05-14-2007 at 04:57 PM.
|
|
|
|
05-14-2007, 03:54 PM
|
#5
|
|
Guru
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870
|
Moved: This thread is more suitable in Linux - Networking and has been moved accordingly to help your thread/question get the exposure it deserves.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 02:26 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|