1. A Simple IP Chains rule question.
Hi groups.
I have a LAN setup like this.
1.) redhat linux 7.0 server running IP Chains. On this server there are 2
network cards, one connected to the internet with the IP address
217.34.194.x and one on the internal LAN with the IP address 10.11.216.x
I am also running squid for http proxy.
When my windows clients on the 10.11.216.x lan connect to chat.yahoo.co.uk I
get the webpage up and the login goes ok, but as the browser is loading the
chat room I get the error
Unable to connect to server try again in a few minutes. My IP Chains rules look like this -A forward -s 10.11.216.0/24 -j MASQ What rule do I have to add to allow my 10.11.216.x clients to connect ??? Thanks, Matt. 2. Getting extra ("internet") keys working with KDE! 5. IP Chains rules relating to fragments and marking a packet 6. ncftp no keystroke echo after "mget" 7. How do I list a particular IP chain rule (by number)? 8. Building a Firewall out of a Laptop 10. IP Masq/IP Chains Question (forwarding smtp to 'internal' mail server...) 11. IP Chains, IP Masq, and Dial on Demand Problems 12. IP Chains / IP Masq FTP Problem 13. ip route and ip rule questions
The browser URL says
http://uk.chat.yahoo.com/?mesg=%3Cli%3EAn+error+occurred+when+the+app...
+communicating+with+the+chat+server.+Please+try+again+sometime+later.+%28co
nect%29
-A input -s 62.30.91.102/24 -d 0/0 -p tcp -y -j ACCEPT
-A input -s 0/0 -d 62.30.91.102/24 -p tcp -y -j ACCEPT