10-04-2004 04:17 PM
We have a load balancing scenario with two RH 3.0 ES web servers behind an 11501. when we have nameservers listed on the rh servers when you try to ssh into them or open a web page the first connection take a while to get a response, but if the name servers are removed, ssh flies and so does accessing http content on the servers. the problem is this keeps us from being able to use the redhat Up2Date feature.
the network has a pix with a public ip on the outside interface and 172.16.1.1 on VLAN1. The CSS has 172.16.1.100 for VLAN1 and 192.168.1.1 for VLAN2 with the webservers 192.168.1.11 and .12 pointing at a VIP of 172.16.1.11. the webservers default route is to 192.168.1.1 and the CSS has a default route to 172.16.1.1.
Is there a way to configure the CSS/firewall routes so i can have DNS resolution that doesn't cause my servces to "slow" start?
What other information would help?
Thanks in advance,
-T
10-05-2004 02:03 AM
where is your dns server located ?
Is the firewall nating the server address ?
You should either nat on the firewall the server addresses or nat on the CSS from server to vip.
Let us know what you are doing currently and we can go from there.
Gilles.
10-05-2004 03:41 AM
>where is your dns server located ?
the dns server is outside the network
>Is the firewall nating the server address ?
>You should either nat on the firewall the server addresses or nat on the CSS from server to vip.
the firewall is translating a public ip address to the vip address on the content switch and the services on the content switch are pointed to the same vip address.
Thanks for looking at this.
-T
10-05-2004 04:20 AM
so you have a group on the CSS to nat the service to a vip.
You should have command like
group
add service
..
active
if you do and the problem is still there is it possible for you to sniff the traffic between css and firewall to css if the css correctly nat the dns querry and if it gets a response.
I need to know which one is not forwarded correctly [query or response].
You can also try the command 'dnsflow disable' but I doubt it will work.
Another command to try is 'flow-state 53 udp flow-disable nat-enable' but it does exist in all versions.
Thanks,
Gilles.
10-05-2004 05:55 PM
we have the groups with the appropriate services that are active...
i think this is a name resolution issue, i take the dns off of the servers behind the CSS and they are able to run the route command like gangbusters, but if I add a public DNS server to the /etc/resolve.conf it stalls.
i am unable to ping www.yahoo.com from the servers while they are behind the CSS.
i see in the docs for rev 7.40 that there are a host of dns commands...
I have configured the primary and secondary DNS servers but everytime i try to add any of the other dns commands I get a license conflict error.
I think i would be able to resolve my DNS resolution issues if I could figure out a way to get the servers be able to do DNS resolution, or have the CSS act as a DNS forwarder.
how can I get there from here?
Thanks in advance,
Timur
10-05-2004 06:37 PM
also I have name resolution on the CSS, but not on the servers behind it.
What to try next?
-t
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide